Send feedback
Class IamPolicyAnalysisResult.Identity.Builder (3.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.12.0 keyboard_arrow_down
public static final class IamPolicyAnalysisResult . Identity . Builder extends GeneratedMessageV3 . Builder<IamPolicyAnalysisResult . Identity . Builder > implements IamPolicyAnalysisResult . IdentityOrBuilder
An identity under analysis.
Protobuf type google.cloud.asset.v1.IamPolicyAnalysisResult.Identity
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public IamPolicyAnalysisResult . Identity . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public IamPolicyAnalysisResult . Identity build ()
Returns
buildPartial()
public IamPolicyAnalysisResult . Identity buildPartial ()
Returns
clear()
public IamPolicyAnalysisResult . Identity . Builder clear ()
Returns
Overrides
clearAnalysisState()
public IamPolicyAnalysisResult . Identity . Builder clearAnalysisState ()
The analysis state of this identity.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public IamPolicyAnalysisResult . Identity . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearName()
public IamPolicyAnalysisResult . Identity . Builder clearName ()
The identity name in any form of members appear in
IAM policy
binding , such
as:
user:foo@google.com
group:group1@google.com
serviceAccount:s1@prj1.iam.gserviceaccount.com
projectOwner:some_project_id
domain:google.com
allUsers
etc.
string name = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public IamPolicyAnalysisResult . Identity . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public IamPolicyAnalysisResult . Identity . Builder clone ()
Returns
Overrides
getAnalysisState()
public IamPolicyAnalysisState getAnalysisState ()
The analysis state of this identity.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
Returns
getAnalysisStateBuilder()
public IamPolicyAnalysisState . Builder getAnalysisStateBuilder ()
The analysis state of this identity.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
Returns
getAnalysisStateOrBuilder()
public IamPolicyAnalysisStateOrBuilder getAnalysisStateOrBuilder ()
The analysis state of this identity.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
Returns
getDefaultInstanceForType()
public IamPolicyAnalysisResult . Identity getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getName()
The identity name in any form of members appear in
IAM policy
binding , such
as:
user:foo@google.com
group:group1@google.com
serviceAccount:s1@prj1.iam.gserviceaccount.com
projectOwner:some_project_id
domain:google.com
allUsers
etc.
string name = 1;
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
The identity name in any form of members appear in
IAM policy
binding , such
as:
user:foo@google.com
group:group1@google.com
serviceAccount:s1@prj1.iam.gserviceaccount.com
projectOwner:some_project_id
domain:google.com
allUsers
etc.
string name = 1;
Returns
hasAnalysisState()
public boolean hasAnalysisState ()
The analysis state of this identity.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
Returns
Type
Description
boolean
Whether the analysisState field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeAnalysisState(IamPolicyAnalysisState value)
public IamPolicyAnalysisResult . Identity . Builder mergeAnalysisState ( IamPolicyAnalysisState value )
The analysis state of this identity.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
Parameter
Returns
mergeFrom(IamPolicyAnalysisResult.Identity other)
public IamPolicyAnalysisResult . Identity . Builder mergeFrom ( IamPolicyAnalysisResult . Identity other )
Parameter
Returns
public IamPolicyAnalysisResult . Identity . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public IamPolicyAnalysisResult . Identity . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final IamPolicyAnalysisResult . Identity . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setAnalysisState(IamPolicyAnalysisState value)
public IamPolicyAnalysisResult . Identity . Builder setAnalysisState ( IamPolicyAnalysisState value )
The analysis state of this identity.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
Parameter
Returns
setAnalysisState(IamPolicyAnalysisState.Builder builderForValue)
public IamPolicyAnalysisResult . Identity . Builder setAnalysisState ( IamPolicyAnalysisState . Builder builderForValue )
The analysis state of this identity.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public IamPolicyAnalysisResult . Identity . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setName(String value)
public IamPolicyAnalysisResult . Identity . Builder setName ( String value )
The identity name in any form of members appear in
IAM policy
binding , such
as:
user:foo@google.com
group:group1@google.com
serviceAccount:s1@prj1.iam.gserviceaccount.com
projectOwner:some_project_id
domain:google.com
allUsers
etc.
string name = 1;
Parameter
Name
Description
value
String
The name to set.
Returns
setNameBytes(ByteString value)
public IamPolicyAnalysisResult . Identity . Builder setNameBytes ( ByteString value )
The identity name in any form of members appear in
IAM policy
binding , such
as:
user:foo@google.com
group:group1@google.com
serviceAccount:s1@prj1.iam.gserviceaccount.com
projectOwner:some_project_id
domain:google.com
allUsers
etc.
string name = 1;
Parameter
Name
Description
value
ByteString
The bytes for name to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public IamPolicyAnalysisResult . Identity . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final IamPolicyAnalysisResult . Identity . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]