Class IamPolicyAnalysisResult

  • All Implemented Interfaces:
    IamPolicyAnalysisResultOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class IamPolicyAnalysisResult
    extends com.google.protobuf.GeneratedMessageV3
    implements IamPolicyAnalysisResultOrBuilder
     IAM Policy analysis result, consisting of one IAM policy binding and derived
     access control lists.
     
    Protobuf type google.cloud.asset.v1.IamPolicyAnalysisResult
    See Also:
    Serialized Form
    • Field Detail

      • ATTACHED_RESOURCE_FULL_NAME_FIELD_NUMBER

        public static final int ATTACHED_RESOURCE_FULL_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IAM_BINDING_FIELD_NUMBER

        public static final int IAM_BINDING_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ACCESS_CONTROL_LISTS_FIELD_NUMBER

        public static final int ACCESS_CONTROL_LISTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IDENTITY_LIST_FIELD_NUMBER

        public static final int IDENTITY_LIST_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FULLY_EXPLORED_FIELD_NUMBER

        public static final int FULLY_EXPLORED_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
      • getAttachedResourceFullName

        public String getAttachedResourceFullName()
         The [full resource
         name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
         of the resource to which the
         [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
         policy attaches.
         
        string attached_resource_full_name = 1;
        Specified by:
        getAttachedResourceFullName in interface IamPolicyAnalysisResultOrBuilder
        Returns:
        The attachedResourceFullName.
      • getAttachedResourceFullNameBytes

        public com.google.protobuf.ByteString getAttachedResourceFullNameBytes()
         The [full resource
         name](https://cloud.google.com/asset-inventory/docs/resource-name-format)
         of the resource to which the
         [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
         policy attaches.
         
        string attached_resource_full_name = 1;
        Specified by:
        getAttachedResourceFullNameBytes in interface IamPolicyAnalysisResultOrBuilder
        Returns:
        The bytes for attachedResourceFullName.
      • hasIamBinding

        public boolean hasIamBinding()
         The IAM policy binding under analysis.
         
        .google.iam.v1.Binding iam_binding = 2;
        Specified by:
        hasIamBinding in interface IamPolicyAnalysisResultOrBuilder
        Returns:
        Whether the iamBinding field is set.
      • getIamBinding

        public com.google.iam.v1.Binding getIamBinding()
         The IAM policy binding under analysis.
         
        .google.iam.v1.Binding iam_binding = 2;
        Specified by:
        getIamBinding in interface IamPolicyAnalysisResultOrBuilder
        Returns:
        The iamBinding.
      • getAccessControlListsCount

        public int getAccessControlListsCount()
         The access control lists derived from the
         [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
         that match or potentially match resource and access selectors specified in
         the request.
         
        repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.AccessControlList access_control_lists = 3;
        Specified by:
        getAccessControlListsCount in interface IamPolicyAnalysisResultOrBuilder
      • getAccessControlLists

        public IamPolicyAnalysisResult.AccessControlList getAccessControlLists​(int index)
         The access control lists derived from the
         [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
         that match or potentially match resource and access selectors specified in
         the request.
         
        repeated .google.cloud.asset.v1.IamPolicyAnalysisResult.AccessControlList access_control_lists = 3;
        Specified by:
        getAccessControlLists in interface IamPolicyAnalysisResultOrBuilder
      • hasIdentityList

        public boolean hasIdentityList()
         The identity list derived from members of the
         [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
         that match or potentially match identity selector specified in the request.
         
        .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4;
        Specified by:
        hasIdentityList in interface IamPolicyAnalysisResultOrBuilder
        Returns:
        Whether the identityList field is set.
      • getIdentityList

        public IamPolicyAnalysisResult.IdentityList getIdentityList()
         The identity list derived from members of the
         [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
         that match or potentially match identity selector specified in the request.
         
        .google.cloud.asset.v1.IamPolicyAnalysisResult.IdentityList identity_list = 4;
        Specified by:
        getIdentityList in interface IamPolicyAnalysisResultOrBuilder
        Returns:
        The identityList.
      • getFullyExplored

        public boolean getFullyExplored()
         Represents whether all analyses on the
         [iam_binding][google.cloud.asset.v1.IamPolicyAnalysisResult.iam_binding]
         have successfully finished.
         
        bool fully_explored = 5;
        Specified by:
        getFullyExplored in interface IamPolicyAnalysisResultOrBuilder
        Returns:
        The fullyExplored.
      • 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 parseFrom​(ByteBuffer data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

        public static IamPolicyAnalysisResult 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 parseFrom​(byte[] data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

        public com.google.protobuf.Parser<IamPolicyAnalysisResult> 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 getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder