Class IamPolicyAnalysisResult.IdentityList

    • Field Detail

      • IDENTITIES_FIELD_NUMBER

        public static final int IDENTITIES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • GROUP_EDGES_FIELD_NUMBER

        public static final int GROUP_EDGES_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • 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;
        Specified by:
        getIdentitiesCount in interface IamPolicyAnalysisResult.IdentityListOrBuilder
      • getIdentities

        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;
        Specified by:
        getIdentities in interface IamPolicyAnalysisResult.IdentityListOrBuilder
      • 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][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
         The
         [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
         contains a group, such as `group:parent@google.com`. The
         [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.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;
        Specified by:
        getGroupEdgesList in interface IamPolicyAnalysisResult.IdentityListOrBuilder
      • 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][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
         The
         [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
         contains a group, such as `group:parent@google.com`. The
         [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.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;
        Specified by:
        getGroupEdgesOrBuilderList in interface IamPolicyAnalysisResult.IdentityListOrBuilder
      • getGroupEdgesCount

        public int getGroupEdgesCount()
         Group identity edges of the graph starting from the binding's
         group members to any node of the
         [identities][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
         The
         [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
         contains a group, such as `group:parent@google.com`. The
         [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.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;
        Specified by:
        getGroupEdgesCount in interface IamPolicyAnalysisResult.IdentityListOrBuilder
      • getGroupEdges

        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][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
         The
         [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
         contains a group, such as `group:parent@google.com`. The
         [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.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;
        Specified by:
        getGroupEdges in interface IamPolicyAnalysisResult.IdentityListOrBuilder
      • getGroupEdgesOrBuilder

        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][google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList.identities].
         The
         [Edge.source_node][google.cloud.asset.v1.IamPolicyAnalysisResult.Edge.source_node]
         contains a group, such as `group:parent@google.com`. The
         [Edge.target_node][google.cloud.asset.v1.IamPolicyAnalysisResult.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;
        Specified by:
        getGroupEdgesOrBuilder in interface IamPolicyAnalysisResult.IdentityListOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static IamPolicyAnalysisResult.IdentityList parseFrom​(ByteBuffer data,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static IamPolicyAnalysisResult.IdentityList parseFrom​(com.google.protobuf.ByteString data)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static IamPolicyAnalysisResult.IdentityList parseFrom​(com.google.protobuf.ByteString data,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static IamPolicyAnalysisResult.IdentityList parseFrom​(byte[] data)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static IamPolicyAnalysisResult.IdentityList parseFrom​(byte[] data,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public IamPolicyAnalysisResult.IdentityList.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected IamPolicyAnalysisResult.IdentityList.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<IamPolicyAnalysisResult.IdentityList> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public IamPolicyAnalysisResult.IdentityList getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder