public static final class IamPolicyAnalysisQuery.IdentitySelector.Builder extends GeneratedMessage.Builder<IamPolicyAnalysisQuery.IdentitySelector.Builder> implements IamPolicyAnalysisQuery.IdentitySelectorOrBuilderSpecifies an identity for which to determine resource access, based on roles assigned either directly to them or to the groups they belong to, directly or indirectly.
Protobuf type google.cloud.asset.v1.IamPolicyAnalysisQuery.IdentitySelector
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > IamPolicyAnalysisQuery.IdentitySelector.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public IamPolicyAnalysisQuery.IdentitySelector build()| Returns | |
|---|---|
| Type | Description |
IamPolicyAnalysisQuery.IdentitySelector |
|
buildPartial()
public IamPolicyAnalysisQuery.IdentitySelector buildPartial()| Returns | |
|---|---|
| Type | Description |
IamPolicyAnalysisQuery.IdentitySelector |
|
clear()
public IamPolicyAnalysisQuery.IdentitySelector.Builder clear()| Returns | |
|---|---|
| Type | Description |
IamPolicyAnalysisQuery.IdentitySelector.Builder |
|
clearIdentity()
public IamPolicyAnalysisQuery.IdentitySelector.Builder clearIdentity()Required. The identity appear in the form of principals in IAM policy binding.
The examples of supported forms are: "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com".
Notice that wildcard characters (such as * and ?) are not supported. You must give a specific identity.
string identity = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IamPolicyAnalysisQuery.IdentitySelector.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public IamPolicyAnalysisQuery.IdentitySelector getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IamPolicyAnalysisQuery.IdentitySelector |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIdentity()
public String getIdentity()Required. The identity appear in the form of principals in IAM policy binding.
The examples of supported forms are: "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com".
Notice that wildcard characters (such as * and ?) are not supported. You must give a specific identity.
string identity = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The identity. |
getIdentityBytes()
public ByteString getIdentityBytes()Required. The identity appear in the form of principals in IAM policy binding.
The examples of supported forms are: "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com".
Notice that wildcard characters (such as * and ?) are not supported. You must give a specific identity.
string identity = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for identity. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(IamPolicyAnalysisQuery.IdentitySelector other)
public IamPolicyAnalysisQuery.IdentitySelector.Builder mergeFrom(IamPolicyAnalysisQuery.IdentitySelector other)| Parameter | |
|---|---|
| Name | Description |
other |
IamPolicyAnalysisQuery.IdentitySelector |
| Returns | |
|---|---|
| Type | Description |
IamPolicyAnalysisQuery.IdentitySelector.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IamPolicyAnalysisQuery.IdentitySelector.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IamPolicyAnalysisQuery.IdentitySelector.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public IamPolicyAnalysisQuery.IdentitySelector.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
IamPolicyAnalysisQuery.IdentitySelector.Builder |
|
setIdentity(String value)
public IamPolicyAnalysisQuery.IdentitySelector.Builder setIdentity(String value)Required. The identity appear in the form of principals in IAM policy binding.
The examples of supported forms are: "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com".
Notice that wildcard characters (such as * and ?) are not supported. You must give a specific identity.
string identity = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe identity to set. |
| Returns | |
|---|---|
| Type | Description |
IamPolicyAnalysisQuery.IdentitySelector.Builder |
This builder for chaining. |
setIdentityBytes(ByteString value)
public IamPolicyAnalysisQuery.IdentitySelector.Builder setIdentityBytes(ByteString value)Required. The identity appear in the form of principals in IAM policy binding.
The examples of supported forms are: "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com".
Notice that wildcard characters (such as * and ?) are not supported. You must give a specific identity.
string identity = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for identity to set. |
| Returns | |
|---|---|
| Type | Description |
IamPolicyAnalysisQuery.IdentitySelector.Builder |
This builder for chaining. |