Class IamPolicyAnalysisResult.IdentityList.Builder (3.4.1)

public static final class IamPolicyAnalysisResult.IdentityList.Builder extends GeneratedMessageV3.Builder<IamPolicyAnalysisResult.IdentityList.Builder> implements IamPolicyAnalysisResult.IdentityListOrBuilder

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

Static Methods

getDescriptor()

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

Methods

addAllGroupEdges(Iterable<? extends IamPolicyAnalysisResult.Edge> values)

public IamPolicyAnalysisResult.IdentityList.Builder addAllGroupEdges(Iterable<? extends IamPolicyAnalysisResult.Edge> values)

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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.Edge>
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

addAllIdentities(Iterable<? extends IamPolicyAnalysisResult.Identity> values)

public IamPolicyAnalysisResult.IdentityList.Builder addAllIdentities(Iterable<? extends IamPolicyAnalysisResult.Identity> values)

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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.Identity>
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

addGroupEdges(IamPolicyAnalysisResult.Edge value)

public IamPolicyAnalysisResult.IdentityList.Builder addGroupEdges(IamPolicyAnalysisResult.Edge value)

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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameter
NameDescription
valueIamPolicyAnalysisResult.Edge
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

addGroupEdges(IamPolicyAnalysisResult.Edge.Builder builderForValue)

public IamPolicyAnalysisResult.IdentityList.Builder addGroupEdges(IamPolicyAnalysisResult.Edge.Builder builderForValue)

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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameter
NameDescription
builderForValueIamPolicyAnalysisResult.Edge.Builder
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

addGroupEdges(int index, IamPolicyAnalysisResult.Edge value)

public IamPolicyAnalysisResult.IdentityList.Builder addGroupEdges(int index, IamPolicyAnalysisResult.Edge value)

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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameters
NameDescription
indexint
valueIamPolicyAnalysisResult.Edge
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

addGroupEdges(int index, IamPolicyAnalysisResult.Edge.Builder builderForValue)

public IamPolicyAnalysisResult.IdentityList.Builder addGroupEdges(int index, IamPolicyAnalysisResult.Edge.Builder builderForValue)

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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameters
NameDescription
indexint
builderForValueIamPolicyAnalysisResult.Edge.Builder
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

addGroupEdgesBuilder()

public IamPolicyAnalysisResult.Edge.Builder addGroupEdgesBuilder()

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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Returns
TypeDescription
IamPolicyAnalysisResult.Edge.Builder

addGroupEdgesBuilder(int index)

public IamPolicyAnalysisResult.Edge.Builder addGroupEdgesBuilder(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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.Edge.Builder

addIdentities(IamPolicyAnalysisResult.Identity value)

public IamPolicyAnalysisResult.IdentityList.Builder addIdentities(IamPolicyAnalysisResult.Identity value)

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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Parameter
NameDescription
valueIamPolicyAnalysisResult.Identity
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

addIdentities(IamPolicyAnalysisResult.Identity.Builder builderForValue)

public IamPolicyAnalysisResult.IdentityList.Builder addIdentities(IamPolicyAnalysisResult.Identity.Builder builderForValue)

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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Parameter
NameDescription
builderForValueIamPolicyAnalysisResult.Identity.Builder
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

addIdentities(int index, IamPolicyAnalysisResult.Identity value)

public IamPolicyAnalysisResult.IdentityList.Builder addIdentities(int index, IamPolicyAnalysisResult.Identity value)

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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Parameters
NameDescription
indexint
valueIamPolicyAnalysisResult.Identity
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

addIdentities(int index, IamPolicyAnalysisResult.Identity.Builder builderForValue)

public IamPolicyAnalysisResult.IdentityList.Builder addIdentities(int index, IamPolicyAnalysisResult.Identity.Builder builderForValue)

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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Parameters
NameDescription
indexint
builderForValueIamPolicyAnalysisResult.Identity.Builder
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

addIdentitiesBuilder()

public IamPolicyAnalysisResult.Identity.Builder addIdentitiesBuilder()

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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Returns
TypeDescription
IamPolicyAnalysisResult.Identity.Builder

addIdentitiesBuilder(int index)

public IamPolicyAnalysisResult.Identity.Builder addIdentitiesBuilder(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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.Identity.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public IamPolicyAnalysisResult.IdentityList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides

build()

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

buildPartial()

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

clear()

public IamPolicyAnalysisResult.IdentityList.Builder clear()
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public IamPolicyAnalysisResult.IdentityList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides

clearGroupEdges()

public IamPolicyAnalysisResult.IdentityList.Builder clearGroupEdges()

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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

clearIdentities()

public IamPolicyAnalysisResult.IdentityList.Builder clearIdentities()

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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public IamPolicyAnalysisResult.IdentityList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides

clone()

public IamPolicyAnalysisResult.IdentityList.Builder clone()
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides

getDefaultInstanceForType()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.Edge

getGroupEdgesBuilder(int index)

public IamPolicyAnalysisResult.Edge.Builder getGroupEdgesBuilder(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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.Edge.Builder

getGroupEdgesBuilderList()

public List<IamPolicyAnalysisResult.Edge.Builder> getGroupEdgesBuilderList()

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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Returns
TypeDescription
List<Builder>

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.v1p4beta1.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.v1p4beta1.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.v1p4beta1.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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Returns
TypeDescription
List<? extends com.google.cloud.asset.v1p4beta1.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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.Identity

getIdentitiesBuilder(int index)

public IamPolicyAnalysisResult.Identity.Builder getIdentitiesBuilder(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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.Identity.Builder

getIdentitiesBuilderList()

public List<IamPolicyAnalysisResult.Identity.Builder> getIdentitiesBuilderList()

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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Returns
TypeDescription
List<Builder>

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.v1p4beta1.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.v1p4beta1.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.v1p4beta1.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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

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

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(IamPolicyAnalysisResult.IdentityList other)

public IamPolicyAnalysisResult.IdentityList.Builder mergeFrom(IamPolicyAnalysisResult.IdentityList other)
Parameter
NameDescription
otherIamPolicyAnalysisResult.IdentityList
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public IamPolicyAnalysisResult.IdentityList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public IamPolicyAnalysisResult.IdentityList.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final IamPolicyAnalysisResult.IdentityList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides

removeGroupEdges(int index)

public IamPolicyAnalysisResult.IdentityList.Builder removeGroupEdges(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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

removeIdentities(int index)

public IamPolicyAnalysisResult.IdentityList.Builder removeIdentities(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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public IamPolicyAnalysisResult.IdentityList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides

setGroupEdges(int index, IamPolicyAnalysisResult.Edge value)

public IamPolicyAnalysisResult.IdentityList.Builder setGroupEdges(int index, IamPolicyAnalysisResult.Edge value)

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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameters
NameDescription
indexint
valueIamPolicyAnalysisResult.Edge
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

setGroupEdges(int index, IamPolicyAnalysisResult.Edge.Builder builderForValue)

public IamPolicyAnalysisResult.IdentityList.Builder setGroupEdges(int index, IamPolicyAnalysisResult.Edge.Builder builderForValue)

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.v1p4beta1.IamPolicyAnalysisResult.Edge group_edges = 2;

Parameters
NameDescription
indexint
builderForValueIamPolicyAnalysisResult.Edge.Builder
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

setIdentities(int index, IamPolicyAnalysisResult.Identity value)

public IamPolicyAnalysisResult.IdentityList.Builder setIdentities(int index, IamPolicyAnalysisResult.Identity value)

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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Parameters
NameDescription
indexint
valueIamPolicyAnalysisResult.Identity
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

setIdentities(int index, IamPolicyAnalysisResult.Identity.Builder builderForValue)

public IamPolicyAnalysisResult.IdentityList.Builder setIdentities(int index, IamPolicyAnalysisResult.Identity.Builder builderForValue)

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.v1p4beta1.IamPolicyAnalysisResult.Identity identities = 1;

Parameters
NameDescription
indexint
builderForValueIamPolicyAnalysisResult.Identity.Builder
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder

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

public IamPolicyAnalysisResult.IdentityList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final IamPolicyAnalysisResult.IdentityList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
IamPolicyAnalysisResult.IdentityList.Builder
Overrides