- 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 AwsCrossAccountRole.Builder extends GeneratedMessageV3.Builder<AwsCrossAccountRole.Builder> implements AwsCrossAccountRoleOrBuilder
Authentication method for Amazon Web Services (AWS) that uses Google owned AWS IAM user's access key to assume into customer's AWS IAM Role.
Protobuf type google.cloud.bigquery.connection.v1.AwsCrossAccountRole
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AwsCrossAccountRole.BuilderImplements
AwsCrossAccountRoleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AwsCrossAccountRole.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AwsCrossAccountRole.Builder |
build()
public AwsCrossAccountRole build()
Type | Description |
AwsCrossAccountRole |
buildPartial()
public AwsCrossAccountRole buildPartial()
Type | Description |
AwsCrossAccountRole |
clear()
public AwsCrossAccountRole.Builder clear()
Type | Description |
AwsCrossAccountRole.Builder |
clearExternalId()
public AwsCrossAccountRole.Builder clearExternalId()
Output only. A Google-generated id for representing Connection\u2019s identity in AWS. External Id is also used for preventing the Confused Deputy Problem. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html
string external_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
AwsCrossAccountRole.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AwsCrossAccountRole.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
AwsCrossAccountRole.Builder |
clearIamRoleId()
public AwsCrossAccountRole.Builder clearIamRoleId()
The user\u2019s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
string iam_role_id = 1;
Type | Description |
AwsCrossAccountRole.Builder | This builder for chaining. |
clearIamUserId()
public AwsCrossAccountRole.Builder clearIamUserId()
Output only. Google-owned AWS IAM User for a Connection.
string iam_user_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
AwsCrossAccountRole.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AwsCrossAccountRole.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
AwsCrossAccountRole.Builder |
clone()
public AwsCrossAccountRole.Builder clone()
Type | Description |
AwsCrossAccountRole.Builder |
getDefaultInstanceForType()
public AwsCrossAccountRole getDefaultInstanceForType()
Type | Description |
AwsCrossAccountRole |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getExternalId()
public String getExternalId()
Output only. A Google-generated id for representing Connection\u2019s identity in AWS. External Id is also used for preventing the Confused Deputy Problem. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html
string external_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The externalId. |
getExternalIdBytes()
public ByteString getExternalIdBytes()
Output only. A Google-generated id for representing Connection\u2019s identity in AWS. External Id is also used for preventing the Confused Deputy Problem. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html
string external_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for externalId. |
getIamRoleId()
public String getIamRoleId()
The user\u2019s 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\u2019s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
string iam_role_id = 1;
Type | Description |
ByteString | The bytes for iamRoleId. |
getIamUserId()
public String getIamUserId()
Output only. Google-owned AWS IAM User for a Connection.
string iam_user_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The iamUserId. |
getIamUserIdBytes()
public ByteString getIamUserIdBytes()
Output only. Google-owned AWS IAM User for a Connection.
string iam_user_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for iamUserId. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(AwsCrossAccountRole other)
public AwsCrossAccountRole.Builder mergeFrom(AwsCrossAccountRole other)
Name | Description |
other | AwsCrossAccountRole |
Type | Description |
AwsCrossAccountRole.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AwsCrossAccountRole.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AwsCrossAccountRole.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public AwsCrossAccountRole.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
AwsCrossAccountRole.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AwsCrossAccountRole.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AwsCrossAccountRole.Builder |
setExternalId(String value)
public AwsCrossAccountRole.Builder setExternalId(String value)
Output only. A Google-generated id for representing Connection\u2019s identity in AWS. External Id is also used for preventing the Confused Deputy Problem. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html
string external_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The externalId to set. |
Type | Description |
AwsCrossAccountRole.Builder | This builder for chaining. |
setExternalIdBytes(ByteString value)
public AwsCrossAccountRole.Builder setExternalIdBytes(ByteString value)
Output only. A Google-generated id for representing Connection\u2019s identity in AWS. External Id is also used for preventing the Confused Deputy Problem. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html
string external_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for externalId to set. |
Type | Description |
AwsCrossAccountRole.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AwsCrossAccountRole.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AwsCrossAccountRole.Builder |
setIamRoleId(String value)
public AwsCrossAccountRole.Builder setIamRoleId(String value)
The user\u2019s 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 |
AwsCrossAccountRole.Builder | This builder for chaining. |
setIamRoleIdBytes(ByteString value)
public AwsCrossAccountRole.Builder setIamRoleIdBytes(ByteString value)
The user\u2019s 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 |
AwsCrossAccountRole.Builder | This builder for chaining. |
setIamUserId(String value)
public AwsCrossAccountRole.Builder setIamUserId(String value)
Output only. Google-owned AWS IAM User for a Connection.
string iam_user_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The iamUserId to set. |
Type | Description |
AwsCrossAccountRole.Builder | This builder for chaining. |
setIamUserIdBytes(ByteString value)
public AwsCrossAccountRole.Builder setIamUserIdBytes(ByteString value)
Output only. Google-owned AWS IAM User for a Connection.
string iam_user_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for iamUserId to set. |
Type | Description |
AwsCrossAccountRole.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AwsCrossAccountRole.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
AwsCrossAccountRole.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AwsCrossAccountRole.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AwsCrossAccountRole.Builder |