Uses of Class
com.google.cloud.bigquery.connection.v1.SparkProperties
-
Packages that use SparkProperties Package Description com.google.cloud.bigquery.connection.v1 -
-
Uses of SparkProperties in com.google.cloud.bigquery.connection.v1
Methods in com.google.cloud.bigquery.connection.v1 that return SparkProperties Modifier and Type Method Description SparkProperties
SparkProperties.Builder. build()
SparkProperties
SparkProperties.Builder. buildPartial()
static SparkProperties
SparkProperties. getDefaultInstance()
SparkProperties
SparkProperties.Builder. getDefaultInstanceForType()
SparkProperties
SparkProperties. getDefaultInstanceForType()
SparkProperties
Connection.Builder. getSpark()
Spark properties.SparkProperties
Connection. getSpark()
Spark properties.SparkProperties
ConnectionOrBuilder. getSpark()
Spark properties.static SparkProperties
SparkProperties. parseDelimitedFrom(InputStream input)
static SparkProperties
SparkProperties. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SparkProperties
SparkProperties. parseFrom(byte[] data)
static SparkProperties
SparkProperties. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SparkProperties
SparkProperties. parseFrom(com.google.protobuf.ByteString data)
static SparkProperties
SparkProperties. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SparkProperties
SparkProperties. parseFrom(com.google.protobuf.CodedInputStream input)
static SparkProperties
SparkProperties. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SparkProperties
SparkProperties. parseFrom(InputStream input)
static SparkProperties
SparkProperties. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SparkProperties
SparkProperties. parseFrom(ByteBuffer data)
static SparkProperties
SparkProperties. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.connection.v1 that return types with arguments of type SparkProperties Modifier and Type Method Description com.google.protobuf.Parser<SparkProperties>
SparkProperties. getParserForType()
static com.google.protobuf.Parser<SparkProperties>
SparkProperties. parser()
Methods in com.google.cloud.bigquery.connection.v1 with parameters of type SparkProperties Modifier and Type Method Description SparkProperties.Builder
SparkProperties.Builder. mergeFrom(SparkProperties other)
Connection.Builder
Connection.Builder. mergeSpark(SparkProperties value)
Spark properties.static SparkProperties.Builder
SparkProperties. newBuilder(SparkProperties prototype)
Connection.Builder
Connection.Builder. setSpark(SparkProperties value)
Spark properties.
-