Class IamPolicyAnalysisQuery.IdentitySelector.Builder (3.47.0)

public static final class IamPolicyAnalysisQuery.IdentitySelector.Builder extends GeneratedMessageV3.Builder<IamPolicyAnalysisQuery.IdentitySelector.Builder> implements IamPolicyAnalysisQuery.IdentitySelectorOrBuilder

Specifies 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

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

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
Overrides

clearField(Descriptors.FieldDescriptor field)

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

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.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

public IamPolicyAnalysisQuery.IdentitySelector.Builder clone()
Returns
Type Description
IamPolicyAnalysisQuery.IdentitySelector.Builder
Overrides

getDefaultInstanceForType()

public IamPolicyAnalysisQuery.IdentitySelector getDefaultInstanceForType()
Returns
Type Description
IamPolicyAnalysisQuery.IdentitySelector

getDescriptorForType()

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

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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 String

The 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 ByteString

The bytes for identity to set.

Returns
Type Description
IamPolicyAnalysisQuery.IdentitySelector.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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