Class IamPolicyAnalysisResult.IdentityList (3.45.0)

public static final class IamPolicyAnalysisResult.IdentityList extends GeneratedMessageV3 implements IamPolicyAnalysisResult.IdentityListOrBuilder

The identities and group edges.

Protobuf type google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > IamPolicyAnalysisResult.IdentityList

Static Fields

GROUP_EDGES_FIELD_NUMBER

public static final int GROUP_EDGES_FIELD_NUMBER
Field Value
TypeDescription
int

IDENTITIES_FIELD_NUMBER

public static final int IDENTITIES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static IamPolicyAnalysisResult.IdentityList getDefaultInstance()
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static IamPolicyAnalysisResult.IdentityList.Builder newBuilder()
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

newBuilder(IamPolicyAnalysisResult.IdentityList prototype)

public static IamPolicyAnalysisResult.IdentityList.Builder newBuilder(IamPolicyAnalysisResult.IdentityList prototype)
Parameter
NameDescription
prototypeIamPolicyAnalysisResult.IdentityList
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

parseDelimitedFrom(InputStream input)

public static IamPolicyAnalysisResult.IdentityList parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IamPolicyAnalysisResult.IdentityList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static IamPolicyAnalysisResult.IdentityList parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IamPolicyAnalysisResult.IdentityList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IamPolicyAnalysisResult.IdentityList parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IamPolicyAnalysisResult.IdentityList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IamPolicyAnalysisResult.IdentityList parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IamPolicyAnalysisResult.IdentityList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static IamPolicyAnalysisResult.IdentityList parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IamPolicyAnalysisResult.IdentityList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static IamPolicyAnalysisResult.IdentityList parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IamPolicyAnalysisResult.IdentityList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<IamPolicyAnalysisResult.IdentityList> parser()
Returns
TypeDescription
Parser<IdentityList>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public IamPolicyAnalysisResult.IdentityList getDefaultInstanceForType()
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList

getGroupEdges(int index)

public IamPolicyAnalysisResult.Edge getGroupEdges(int index)

Group identity edges of the graph starting from the binding's group members to any node of the identities. The Edge.source_node contains a group, such as group:parent@google.com. The Edge.target_node contains a member of the group, such as group:child@google.com or user:foo@google.com. This field is present only if the output_group_edges option is enabled in request.

repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.Edge

getGroupEdgesCount()

public int getGroupEdgesCount()

Group identity edges of the graph starting from the binding's group members to any node of the identities. The Edge.source_node contains a group, such as group:parent@google.com. The Edge.target_node contains a member of the group, such as group:child@google.com or user:foo@google.com. This field is present only if the output_group_edges option is enabled in request.

repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2;

Returns
TypeDescription
int

getGroupEdgesList()

public List<IamPolicyAnalysisResult.Edge> getGroupEdgesList()

Group identity edges of the graph starting from the binding's group members to any node of the identities. The Edge.source_node contains a group, such as group:parent@google.com. The Edge.target_node contains a member of the group, such as group:child@google.com or user:foo@google.com. This field is present only if the output_group_edges option is enabled in request.

repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2;

Returns
TypeDescription
List<Edge>

getGroupEdgesOrBuilder(int index)

public IamPolicyAnalysisResult.EdgeOrBuilder getGroupEdgesOrBuilder(int index)

Group identity edges of the graph starting from the binding's group members to any node of the identities. The Edge.source_node contains a group, such as group:parent@google.com. The Edge.target_node contains a member of the group, such as group:child@google.com or user:foo@google.com. This field is present only if the output_group_edges option is enabled in request.

repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.EdgeOrBuilder

getGroupEdgesOrBuilderList()

public List<? extends IamPolicyAnalysisResult.EdgeOrBuilder> getGroupEdgesOrBuilderList()

Group identity edges of the graph starting from the binding's group members to any node of the identities. The Edge.source_node contains a group, such as group:parent@google.com. The Edge.target_node contains a member of the group, such as group:child@google.com or user:foo@google.com. This field is present only if the output_group_edges option is enabled in request.

repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Edge group_edges = 2;

Returns
TypeDescription
List<? extends com.google.cloud.asset.v1.IamPolicyAnalysisResult.EdgeOrBuilder>

getIdentities(int index)

public IamPolicyAnalysisResult.Identity getIdentities(int index)

Only the identities that match one of the following conditions will be presented:

  • The identity_selector, if it is specified in request;
  • Otherwise, identities reachable from the policy binding's members.

repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Identity identities = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.Identity

getIdentitiesCount()

public int getIdentitiesCount()

Only the identities that match one of the following conditions will be presented:

  • The identity_selector, if it is specified in request;
  • Otherwise, identities reachable from the policy binding's members.

repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Identity identities = 1;

Returns
TypeDescription
int

getIdentitiesList()

public List<IamPolicyAnalysisResult.Identity> getIdentitiesList()

Only the identities that match one of the following conditions will be presented:

  • The identity_selector, if it is specified in request;
  • Otherwise, identities reachable from the policy binding's members.

repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Identity identities = 1;

Returns
TypeDescription
List<Identity>

getIdentitiesOrBuilder(int index)

public IamPolicyAnalysisResult.IdentityOrBuilder getIdentitiesOrBuilder(int index)

Only the identities that match one of the following conditions will be presented:

  • The identity_selector, if it is specified in request;
  • Otherwise, identities reachable from the policy binding's members.

repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Identity identities = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityOrBuilder

getIdentitiesOrBuilderList()

public List<? extends IamPolicyAnalysisResult.IdentityOrBuilder> getIdentitiesOrBuilderList()

Only the identities that match one of the following conditions will be presented:

  • The identity_selector, if it is specified in request;
  • Otherwise, identities reachable from the policy binding's members.

repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.Identity identities = 1;

Returns
TypeDescription
List<? extends com.google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityOrBuilder>

getParserForType()

public Parser<IamPolicyAnalysisResult.IdentityList> getParserForType()
Returns
TypeDescription
Parser<IdentityList>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public IamPolicyAnalysisResult.IdentityList.Builder newBuilderForType()
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected IamPolicyAnalysisResult.IdentityList.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public IamPolicyAnalysisResult.IdentityList.Builder toBuilder()
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException