Class IdentityMappingEntry.Builder (0.60.0)

public static final class IdentityMappingEntry.Builder extends GeneratedMessageV3.Builder<IdentityMappingEntry.Builder> implements IdentityMappingEntryOrBuilder

Identity Mapping Entry that maps an external identity to an internal identity.

Protobuf type google.cloud.discoveryengine.v1.IdentityMappingEntry

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public IdentityMappingEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
IdentityMappingEntry.Builder
Overrides

build()

public IdentityMappingEntry build()
Returns
Type Description
IdentityMappingEntry

buildPartial()

public IdentityMappingEntry buildPartial()
Returns
Type Description
IdentityMappingEntry

clear()

public IdentityMappingEntry.Builder clear()
Returns
Type Description
IdentityMappingEntry.Builder
Overrides

clearExternalIdentity()

public IdentityMappingEntry.Builder clearExternalIdentity()

Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.

string external_identity = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IdentityMappingEntry.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public IdentityMappingEntry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
IdentityMappingEntry.Builder
Overrides

clearGroupId()

public IdentityMappingEntry.Builder clearGroupId()

Group identifier. For Google Workspace user account, group_id should be the google workspace group email. For non-google identity provider, group_id is the mapped group identifier configured during the workforcepool config.

string group_id = 3;

Returns
Type Description
IdentityMappingEntry.Builder

This builder for chaining.

clearIdentityProviderId()

public IdentityMappingEntry.Builder clearIdentityProviderId()
Returns
Type Description
IdentityMappingEntry.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public IdentityMappingEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
IdentityMappingEntry.Builder
Overrides

clearUserId()

public IdentityMappingEntry.Builder clearUserId()

User identifier. For Google Workspace user account, user_id should be the google workspace user email. For non-google identity provider, user_id is the mapped user identifier configured during the workforcepool config.

string user_id = 2;

Returns
Type Description
IdentityMappingEntry.Builder

This builder for chaining.

clone()

public IdentityMappingEntry.Builder clone()
Returns
Type Description
IdentityMappingEntry.Builder
Overrides

getDefaultInstanceForType()

public IdentityMappingEntry getDefaultInstanceForType()
Returns
Type Description
IdentityMappingEntry

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getExternalIdentity()

public String getExternalIdentity()

Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.

string external_identity = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The externalIdentity.

getExternalIdentityBytes()

public ByteString getExternalIdentityBytes()

Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.

string external_identity = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for externalIdentity.

getGroupId()

public String getGroupId()

Group identifier. For Google Workspace user account, group_id should be the google workspace group email. For non-google identity provider, group_id is the mapped group identifier configured during the workforcepool config.

string group_id = 3;

Returns
Type Description
String

The groupId.

getGroupIdBytes()

public ByteString getGroupIdBytes()

Group identifier. For Google Workspace user account, group_id should be the google workspace group email. For non-google identity provider, group_id is the mapped group identifier configured during the workforcepool config.

string group_id = 3;

Returns
Type Description
ByteString

The bytes for groupId.

getIdentityProviderIdCase()

public IdentityMappingEntry.IdentityProviderIdCase getIdentityProviderIdCase()
Returns
Type Description
IdentityMappingEntry.IdentityProviderIdCase

getUserId()

public String getUserId()

User identifier. For Google Workspace user account, user_id should be the google workspace user email. For non-google identity provider, user_id is the mapped user identifier configured during the workforcepool config.

string user_id = 2;

Returns
Type Description
String

The userId.

getUserIdBytes()

public ByteString getUserIdBytes()

User identifier. For Google Workspace user account, user_id should be the google workspace user email. For non-google identity provider, user_id is the mapped user identifier configured during the workforcepool config.

string user_id = 2;

Returns
Type Description
ByteString

The bytes for userId.

hasGroupId()

public boolean hasGroupId()

Group identifier. For Google Workspace user account, group_id should be the google workspace group email. For non-google identity provider, group_id is the mapped group identifier configured during the workforcepool config.

string group_id = 3;

Returns
Type Description
boolean

Whether the groupId field is set.

hasUserId()

public boolean hasUserId()

User identifier. For Google Workspace user account, user_id should be the google workspace user email. For non-google identity provider, user_id is the mapped user identifier configured during the workforcepool config.

string user_id = 2;

Returns
Type Description
boolean

Whether the userId field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(IdentityMappingEntry other)

public IdentityMappingEntry.Builder mergeFrom(IdentityMappingEntry other)
Parameter
Name Description
other IdentityMappingEntry
Returns
Type Description
IdentityMappingEntry.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public IdentityMappingEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IdentityMappingEntry.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public IdentityMappingEntry.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
IdentityMappingEntry.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final IdentityMappingEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
IdentityMappingEntry.Builder
Overrides

setExternalIdentity(String value)

public IdentityMappingEntry.Builder setExternalIdentity(String value)

Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.

string external_identity = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The externalIdentity to set.

Returns
Type Description
IdentityMappingEntry.Builder

This builder for chaining.

setExternalIdentityBytes(ByteString value)

public IdentityMappingEntry.Builder setExternalIdentityBytes(ByteString value)

Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.

string external_identity = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for externalIdentity to set.

Returns
Type Description
IdentityMappingEntry.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public IdentityMappingEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
IdentityMappingEntry.Builder
Overrides

setGroupId(String value)

public IdentityMappingEntry.Builder setGroupId(String value)

Group identifier. For Google Workspace user account, group_id should be the google workspace group email. For non-google identity provider, group_id is the mapped group identifier configured during the workforcepool config.

string group_id = 3;

Parameter
Name Description
value String

The groupId to set.

Returns
Type Description
IdentityMappingEntry.Builder

This builder for chaining.

setGroupIdBytes(ByteString value)

public IdentityMappingEntry.Builder setGroupIdBytes(ByteString value)

Group identifier. For Google Workspace user account, group_id should be the google workspace group email. For non-google identity provider, group_id is the mapped group identifier configured during the workforcepool config.

string group_id = 3;

Parameter
Name Description
value ByteString

The bytes for groupId to set.

Returns
Type Description
IdentityMappingEntry.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public IdentityMappingEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
IdentityMappingEntry.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final IdentityMappingEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
IdentityMappingEntry.Builder
Overrides

setUserId(String value)

public IdentityMappingEntry.Builder setUserId(String value)

User identifier. For Google Workspace user account, user_id should be the google workspace user email. For non-google identity provider, user_id is the mapped user identifier configured during the workforcepool config.

string user_id = 2;

Parameter
Name Description
value String

The userId to set.

Returns
Type Description
IdentityMappingEntry.Builder

This builder for chaining.

setUserIdBytes(ByteString value)

public IdentityMappingEntry.Builder setUserIdBytes(ByteString value)

User identifier. For Google Workspace user account, user_id should be the google workspace user email. For non-google identity provider, user_id is the mapped user identifier configured during the workforcepool config.

string user_id = 2;

Parameter
Name Description
value ByteString

The bytes for userId to set.

Returns
Type Description
IdentityMappingEntry.Builder

This builder for chaining.