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