DataSourceParameter

com.google.cloud.bigquery.datatransfer.v1.datatransfer.DataSourceParameter
See theDataSourceParameter companion object
final case class DataSourceParameter(paramId: String, displayName: String, description: String, `type`: Type, required: Boolean, repeated: Boolean, validationRegex: String, allowedValues: Seq[String], minValue: Option[Double], maxValue: Option[Double], fields: Seq[DataSourceParameter], validationDescription: String, validationHelpUrl: String, immutable: Boolean, recurse: Boolean, deprecated: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[DataSourceParameter]

A parameter used to define custom fields in a data source definition.

Value parameters

allowedValues

All possible values for the parameter.

deprecated

If true, it should not be used in new transfers, and it should not be visible to users.

description

Parameter description.

displayName

Parameter display name in the user interface.

fields

Deprecated. This field has no effect.

immutable

Cannot be changed after initial creation.

maxValue

For integer and double values specifies maximum allowed value.

minValue

For integer and double values specifies minimum allowed value.

paramId

Parameter identifier.

recurse

Deprecated. This field has no effect.

repeated

Deprecated. This field has no effect.

required

Is parameter required.

type

Parameter type.

validationDescription

Description of the requirements for this field, in case the user input does not fulfill the regex pattern or min/max values.

validationHelpUrl

URL to a help document to further explain the naming requirements.

validationRegex

Regular expression which can be used for parameter validation.

Attributes

Companion
object
Source
DataSourceParameter.scala
Graph
Supertypes
trait Updatable[DataSourceParameter]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
DataSourceParameter.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
DataSourceParameter.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
DataSourceParameter.scala

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
DataSourceParameter.scala
def withUnknownFields(`__v`: UnknownFieldSet): DataSourceParameter

Attributes

Source
DataSourceParameter.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
DataSourceParameter.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala