- 2.53.0 (latest)
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.0
- 2.2.4
- 2.1.11
public static final class AwsAccessRole.Builder extends GeneratedMessageV3.Builder<AwsAccessRole.Builder> implements AwsAccessRoleOrBuilder
Authentication method for Amazon Web Services (AWS) that uses Google owned Google service account to assume into customer's AWS IAM Role.
Protobuf type google.cloud.bigquery.connection.v1.AwsAccessRole
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AwsAccessRole.BuilderImplements
AwsAccessRoleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AwsAccessRole.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AwsAccessRole.Builder |
build()
public AwsAccessRole build()
Type | Description |
AwsAccessRole |
buildPartial()
public AwsAccessRole buildPartial()
Type | Description |
AwsAccessRole |
clear()
public AwsAccessRole.Builder clear()
Type | Description |
AwsAccessRole.Builder |
clearField(Descriptors.FieldDescriptor field)
public AwsAccessRole.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
AwsAccessRole.Builder |
clearIamRoleId()
public AwsAccessRole.Builder clearIamRoleId()
The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
string iam_role_id = 1;
Type | Description |
AwsAccessRole.Builder | This builder for chaining. |
clearIdentity()
public AwsAccessRole.Builder clearIdentity()
A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.
string identity = 2;
Type | Description |
AwsAccessRole.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AwsAccessRole.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
AwsAccessRole.Builder |
clone()
public AwsAccessRole.Builder clone()
Type | Description |
AwsAccessRole.Builder |
getDefaultInstanceForType()
public AwsAccessRole getDefaultInstanceForType()
Type | Description |
AwsAccessRole |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getIamRoleId()
public String getIamRoleId()
The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
string iam_role_id = 1;
Type | Description |
String | The iamRoleId. |
getIamRoleIdBytes()
public ByteString getIamRoleIdBytes()
The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
string iam_role_id = 1;
Type | Description |
ByteString | The bytes for iamRoleId. |
getIdentity()
public String getIdentity()
A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.
string identity = 2;
Type | Description |
String | The identity. |
getIdentityBytes()
public ByteString getIdentityBytes()
A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.
string identity = 2;
Type | Description |
ByteString | The bytes for identity. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(AwsAccessRole other)
public AwsAccessRole.Builder mergeFrom(AwsAccessRole other)
Name | Description |
other | AwsAccessRole |
Type | Description |
AwsAccessRole.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AwsAccessRole.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AwsAccessRole.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public AwsAccessRole.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
AwsAccessRole.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AwsAccessRole.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AwsAccessRole.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AwsAccessRole.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AwsAccessRole.Builder |
setIamRoleId(String value)
public AwsAccessRole.Builder setIamRoleId(String value)
The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
string iam_role_id = 1;
Name | Description |
value | String The iamRoleId to set. |
Type | Description |
AwsAccessRole.Builder | This builder for chaining. |
setIamRoleIdBytes(ByteString value)
public AwsAccessRole.Builder setIamRoleIdBytes(ByteString value)
The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
string iam_role_id = 1;
Name | Description |
value | ByteString The bytes for iamRoleId to set. |
Type | Description |
AwsAccessRole.Builder | This builder for chaining. |
setIdentity(String value)
public AwsAccessRole.Builder setIdentity(String value)
A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.
string identity = 2;
Name | Description |
value | String The identity to set. |
Type | Description |
AwsAccessRole.Builder | This builder for chaining. |
setIdentityBytes(ByteString value)
public AwsAccessRole.Builder setIdentityBytes(ByteString value)
A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.
string identity = 2;
Name | Description |
value | ByteString The bytes for identity to set. |
Type | Description |
AwsAccessRole.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AwsAccessRole.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
AwsAccessRole.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AwsAccessRole.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AwsAccessRole.Builder |