- 0.74.0 (latest)
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class Principal.Builder extends GeneratedMessageV3.Builder<Principal.Builder> implements PrincipalOrBuilderPrincipal identifier of a user or a group.
Protobuf type google.cloud.discoveryengine.v1.Principal
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Principal.BuilderImplements
PrincipalOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Principal.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
build()
public Principal build()| Returns | |
|---|---|
| Type | Description |
Principal |
|
buildPartial()
public Principal buildPartial()| Returns | |
|---|---|
| Type | Description |
Principal |
|
clear()
public Principal.Builder clear()| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
clearExternalEntityId()
public Principal.Builder clearExternalEntityId()For 3P application identities which are not present in the customer identity provider.
string external_entity_id = 3;
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Principal.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
clearGroupId()
public Principal.Builder clearGroupId()Group identifier. For Google Workspace user account, group_id should be the google workspace group email. For non-google identity provider user account, group_id is the mapped group identifier configured during the workforcepool config.
string group_id = 2;
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Principal.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
clearPrincipal()
public Principal.Builder clearPrincipal()| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
clearUserId()
public Principal.Builder clearUserId()User identifier. For Google Workspace user account, user_id should be the google workspace user email. For non-google identity provider user account, user_id is the mapped user identifier configured during the workforcepool config.
string user_id = 1;
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
This builder for chaining. |
clone()
public Principal.Builder clone()| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
getDefaultInstanceForType()
public Principal getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Principal |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExternalEntityId()
public String getExternalEntityId()For 3P application identities which are not present in the customer identity provider.
string external_entity_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The externalEntityId. |
getExternalEntityIdBytes()
public ByteString getExternalEntityIdBytes()For 3P application identities which are not present in the customer identity provider.
string external_entity_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for externalEntityId. |
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 user account, group_id is the mapped group identifier configured during the workforcepool config.
string group_id = 2;
| 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 user account, group_id is the mapped group identifier configured during the workforcepool config.
string group_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for groupId. |
getPrincipalCase()
public Principal.PrincipalCase getPrincipalCase()| Returns | |
|---|---|
| Type | Description |
Principal.PrincipalCase |
|
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 account, user_id is the mapped user identifier configured during the workforcepool config.
string user_id = 1;
| 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 account, user_id is the mapped user identifier configured during the workforcepool config.
string user_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for userId. |
hasExternalEntityId()
public boolean hasExternalEntityId()For 3P application identities which are not present in the customer identity provider.
string external_entity_id = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the externalEntityId field is set. |
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 user account, group_id is the mapped group identifier configured during the workforcepool config.
string group_id = 2;
| 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 account, user_id is the mapped user identifier configured during the workforcepool config.
string user_id = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userId field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Principal other)
public Principal.Builder mergeFrom(Principal other)| Parameter | |
|---|---|
| Name | Description |
other |
Principal |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Principal.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Principal.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Principal.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
setExternalEntityId(String value)
public Principal.Builder setExternalEntityId(String value)For 3P application identities which are not present in the customer identity provider.
string external_entity_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe externalEntityId to set. |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
This builder for chaining. |
setExternalEntityIdBytes(ByteString value)
public Principal.Builder setExternalEntityIdBytes(ByteString value)For 3P application identities which are not present in the customer identity provider.
string external_entity_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for externalEntityId to set. |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Principal.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
setGroupId(String value)
public Principal.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 user account, group_id is the mapped group identifier configured during the workforcepool config.
string group_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe groupId to set. |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
This builder for chaining. |
setGroupIdBytes(ByteString value)
public Principal.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 user account, group_id is the mapped group identifier configured during the workforcepool config.
string group_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for groupId to set. |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Principal.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Principal.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
|
setUserId(String value)
public Principal.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 account, user_id is the mapped user identifier configured during the workforcepool config.
string user_id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe userId to set. |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
This builder for chaining. |
setUserIdBytes(ByteString value)
public Principal.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 account, user_id is the mapped user identifier configured during the workforcepool config.
string user_id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for userId to set. |
| Returns | |
|---|---|
| Type | Description |
Principal.Builder |
This builder for chaining. |