Properties

com.google.cloud.bigquery.connection.v1.connection.Connection.Properties
See theProperties companion object
sealed trait Properties extends GeneratedOneof

Attributes

Companion
object
Source
Connection.scala
Graph
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Aws
class Azure
class CloudSpanner
class CloudSql
object Empty.type
class Spark
Show all

Members list

Type members

Inherited types

type ValueType

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def aws: Option[AwsProperties]

Attributes

Source
Connection.scala
def azure: Option[AzureProperties]

Attributes

Source
Connection.scala

Attributes

Source
Connection.scala

Attributes

Source
Connection.scala

Attributes

Source
Connection.scala
def isAws: Boolean

Attributes

Source
Connection.scala
def isAzure: Boolean

Attributes

Source
Connection.scala
def isCloudResource: Boolean

Attributes

Source
Connection.scala
def isCloudSpanner: Boolean

Attributes

Source
Connection.scala
def isCloudSql: Boolean

Attributes

Source
Connection.scala
def isDefined: Boolean

Attributes

Source
Connection.scala
def isEmpty: Boolean

Attributes

Source
Connection.scala
def isSalesforceDataCloud: Boolean

Attributes

Source
Connection.scala
def isSpark: Boolean

Attributes

Source
Connection.scala
def spark: Option[SparkProperties]

Attributes

Source
Connection.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def number: Int

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def value: ValueType

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala