Uses of Class
com.google.cloud.bigquery.connection.v1.AwsAccessRole
-
Packages that use AwsAccessRole Package Description com.google.cloud.bigquery.connection.v1 -
-
Uses of AwsAccessRole in com.google.cloud.bigquery.connection.v1
Methods in com.google.cloud.bigquery.connection.v1 that return AwsAccessRole Modifier and Type Method Description AwsAccessRole
AwsAccessRole.Builder. build()
AwsAccessRole
AwsAccessRole.Builder. buildPartial()
AwsAccessRole
AwsProperties.Builder. getAccessRole()
Authentication using Google owned service account to assume into customer's AWS IAM Role.AwsAccessRole
AwsProperties. getAccessRole()
Authentication using Google owned service account to assume into customer's AWS IAM Role.AwsAccessRole
AwsPropertiesOrBuilder. getAccessRole()
Authentication using Google owned service account to assume into customer's AWS IAM Role.static AwsAccessRole
AwsAccessRole. getDefaultInstance()
AwsAccessRole
AwsAccessRole.Builder. getDefaultInstanceForType()
AwsAccessRole
AwsAccessRole. getDefaultInstanceForType()
static AwsAccessRole
AwsAccessRole. parseDelimitedFrom(InputStream input)
static AwsAccessRole
AwsAccessRole. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsAccessRole
AwsAccessRole. parseFrom(byte[] data)
static AwsAccessRole
AwsAccessRole. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsAccessRole
AwsAccessRole. parseFrom(com.google.protobuf.ByteString data)
static AwsAccessRole
AwsAccessRole. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsAccessRole
AwsAccessRole. parseFrom(com.google.protobuf.CodedInputStream input)
static AwsAccessRole
AwsAccessRole. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsAccessRole
AwsAccessRole. parseFrom(InputStream input)
static AwsAccessRole
AwsAccessRole. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AwsAccessRole
AwsAccessRole. parseFrom(ByteBuffer data)
static AwsAccessRole
AwsAccessRole. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.connection.v1 that return types with arguments of type AwsAccessRole Modifier and Type Method Description com.google.protobuf.Parser<AwsAccessRole>
AwsAccessRole. getParserForType()
static com.google.protobuf.Parser<AwsAccessRole>
AwsAccessRole. parser()
Methods in com.google.cloud.bigquery.connection.v1 with parameters of type AwsAccessRole Modifier and Type Method Description AwsProperties.Builder
AwsProperties.Builder. mergeAccessRole(AwsAccessRole value)
Authentication using Google owned service account to assume into customer's AWS IAM Role.AwsAccessRole.Builder
AwsAccessRole.Builder. mergeFrom(AwsAccessRole other)
static AwsAccessRole.Builder
AwsAccessRole. newBuilder(AwsAccessRole prototype)
AwsProperties.Builder
AwsProperties.Builder. setAccessRole(AwsAccessRole value)
Authentication using Google owned service account to assume into customer's AWS IAM Role.
-