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