Class ExplainedAccess

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

    public final class ExplainedAccess
    extends com.google.protobuf.GeneratedMessageV3
    implements ExplainedAccessOrBuilder
     Details about how a set of policies, listed in
     [ExplainedPolicy][google.cloud.policysimulator.v1.ExplainedPolicy], resulted
     in a certain [AccessState][google.cloud.policysimulator.v1.AccessState] when
     replaying an access tuple.
     
    Protobuf type google.cloud.policysimulator.v1.ExplainedAccess
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ExplainedAccess.Builder
      Details about how a set of policies, listed in [ExplainedPolicy][google.cloud.policysimulator.v1.ExplainedPolicy], resulted in a certain [AccessState][google.cloud.policysimulator.v1.AccessState] when replaying an access tuple.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ACCESS_STATE_FIELD_NUMBER  
      static int ERRORS_FIELD_NUMBER  
      static int POLICIES_FIELD_NUMBER  
      • Fields inherited from class com.google.protobuf.GeneratedMessageV3

        alwaysUseFieldBuilders, unknownFields
      • Fields inherited from class com.google.protobuf.AbstractMessage

        memoizedSize
      • Fields inherited from class com.google.protobuf.AbstractMessageLite

        memoizedHashCode
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(Object obj)  
      AccessState getAccessState()
      Whether the principal in the access tuple has permission to access the resource in the access tuple under the given policies.
      int getAccessStateValue()
      Whether the principal in the access tuple has permission to access the resource in the access tuple under the given policies.
      static ExplainedAccess getDefaultInstance()  
      ExplainedAccess getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      com.google.rpc.Status getErrors​(int index)
      If the [AccessState][google.cloud.policysimulator.v1.AccessState] is `UNKNOWN`, this field contains a list of errors explaining why the result is `UNKNOWN`.
      int getErrorsCount()
      If the [AccessState][google.cloud.policysimulator.v1.AccessState] is `UNKNOWN`, this field contains a list of errors explaining why the result is `UNKNOWN`.
      List<com.google.rpc.Status> getErrorsList()
      If the [AccessState][google.cloud.policysimulator.v1.AccessState] is `UNKNOWN`, this field contains a list of errors explaining why the result is `UNKNOWN`.
      com.google.rpc.StatusOrBuilder getErrorsOrBuilder​(int index)
      If the [AccessState][google.cloud.policysimulator.v1.AccessState] is `UNKNOWN`, this field contains a list of errors explaining why the result is `UNKNOWN`.
      List<? extends com.google.rpc.StatusOrBuilder> getErrorsOrBuilderList()
      If the [AccessState][google.cloud.policysimulator.v1.AccessState] is `UNKNOWN`, this field contains a list of errors explaining why the result is `UNKNOWN`.
      com.google.protobuf.Parser<ExplainedAccess> getParserForType()  
      ExplainedPolicy getPolicies​(int index)
      If the [AccessState][google.cloud.policysimulator.v1.AccessState] is `UNKNOWN`, this field contains the policies that led to that result.
      int getPoliciesCount()
      If the [AccessState][google.cloud.policysimulator.v1.AccessState] is `UNKNOWN`, this field contains the policies that led to that result.
      List<ExplainedPolicy> getPoliciesList()
      If the [AccessState][google.cloud.policysimulator.v1.AccessState] is `UNKNOWN`, this field contains the policies that led to that result.
      ExplainedPolicyOrBuilder getPoliciesOrBuilder​(int index)
      If the [AccessState][google.cloud.policysimulator.v1.AccessState] is `UNKNOWN`, this field contains the policies that led to that result.
      List<? extends ExplainedPolicyOrBuilder> getPoliciesOrBuilderList()
      If the [AccessState][google.cloud.policysimulator.v1.AccessState] is `UNKNOWN`, this field contains the policies that led to that result.
      int getSerializedSize()  
      int hashCode()  
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      static ExplainedAccess.Builder newBuilder()  
      static ExplainedAccess.Builder newBuilder​(ExplainedAccess prototype)  
      ExplainedAccess.Builder newBuilderForType()  
      protected ExplainedAccess.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
      protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)  
      static ExplainedAccess parseDelimitedFrom​(InputStream input)  
      static ExplainedAccess parseDelimitedFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ExplainedAccess parseFrom​(byte[] data)  
      static ExplainedAccess parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ExplainedAccess parseFrom​(com.google.protobuf.ByteString data)  
      static ExplainedAccess parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ExplainedAccess parseFrom​(com.google.protobuf.CodedInputStream input)  
      static ExplainedAccess parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ExplainedAccess parseFrom​(InputStream input)  
      static ExplainedAccess parseFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ExplainedAccess parseFrom​(ByteBuffer data)  
      static ExplainedAccess parseFrom​(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<ExplainedAccess> parser()  
      ExplainedAccess.Builder toBuilder()  
      void writeTo​(com.google.protobuf.CodedOutputStream output)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3

        canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      • Methods inherited from class com.google.protobuf.AbstractMessage

        findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite

        addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.MessageLite

        toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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
      • getAccessStateValue

        public int getAccessStateValue()
         Whether the principal in the access tuple has permission to access the
         resource in the access tuple under the given policies.
         
        .google.cloud.policysimulator.v1.AccessState access_state = 1;
        Specified by:
        getAccessStateValue in interface ExplainedAccessOrBuilder
        Returns:
        The enum numeric value on the wire for accessState.
      • getAccessState

        public AccessState getAccessState()
         Whether the principal in the access tuple has permission to access the
         resource in the access tuple under the given policies.
         
        .google.cloud.policysimulator.v1.AccessState access_state = 1;
        Specified by:
        getAccessState in interface ExplainedAccessOrBuilder
        Returns:
        The accessState.
      • getPoliciesList

        public List<ExplainedPolicy> getPoliciesList()
         If the [AccessState][google.cloud.policysimulator.v1.AccessState] is
         `UNKNOWN`, this field contains the policies that led to that result.
        
         If the `AccessState` is `GRANTED` or `NOT_GRANTED`, this field is
         omitted.
         
        repeated .google.cloud.policysimulator.v1.ExplainedPolicy policies = 2;
        Specified by:
        getPoliciesList in interface ExplainedAccessOrBuilder
      • getPoliciesOrBuilderList

        public List<? extends ExplainedPolicyOrBuilder> getPoliciesOrBuilderList()
         If the [AccessState][google.cloud.policysimulator.v1.AccessState] is
         `UNKNOWN`, this field contains the policies that led to that result.
        
         If the `AccessState` is `GRANTED` or `NOT_GRANTED`, this field is
         omitted.
         
        repeated .google.cloud.policysimulator.v1.ExplainedPolicy policies = 2;
        Specified by:
        getPoliciesOrBuilderList in interface ExplainedAccessOrBuilder
      • getPoliciesCount

        public int getPoliciesCount()
         If the [AccessState][google.cloud.policysimulator.v1.AccessState] is
         `UNKNOWN`, this field contains the policies that led to that result.
        
         If the `AccessState` is `GRANTED` or `NOT_GRANTED`, this field is
         omitted.
         
        repeated .google.cloud.policysimulator.v1.ExplainedPolicy policies = 2;
        Specified by:
        getPoliciesCount in interface ExplainedAccessOrBuilder
      • getPolicies

        public ExplainedPolicy getPolicies​(int index)
         If the [AccessState][google.cloud.policysimulator.v1.AccessState] is
         `UNKNOWN`, this field contains the policies that led to that result.
        
         If the `AccessState` is `GRANTED` or `NOT_GRANTED`, this field is
         omitted.
         
        repeated .google.cloud.policysimulator.v1.ExplainedPolicy policies = 2;
        Specified by:
        getPolicies in interface ExplainedAccessOrBuilder
      • getPoliciesOrBuilder

        public ExplainedPolicyOrBuilder getPoliciesOrBuilder​(int index)
         If the [AccessState][google.cloud.policysimulator.v1.AccessState] is
         `UNKNOWN`, this field contains the policies that led to that result.
        
         If the `AccessState` is `GRANTED` or `NOT_GRANTED`, this field is
         omitted.
         
        repeated .google.cloud.policysimulator.v1.ExplainedPolicy policies = 2;
        Specified by:
        getPoliciesOrBuilder in interface ExplainedAccessOrBuilder
      • getErrorsList

        public List<com.google.rpc.Status> getErrorsList()
         If the [AccessState][google.cloud.policysimulator.v1.AccessState] is
         `UNKNOWN`, this field contains a list of errors explaining why the result
         is `UNKNOWN`.
        
         If the `AccessState` is `GRANTED` or `NOT_GRANTED`, this field is
         omitted.
         
        repeated .google.rpc.Status errors = 3;
        Specified by:
        getErrorsList in interface ExplainedAccessOrBuilder
      • getErrorsOrBuilderList

        public List<? extends com.google.rpc.StatusOrBuilder> getErrorsOrBuilderList()
         If the [AccessState][google.cloud.policysimulator.v1.AccessState] is
         `UNKNOWN`, this field contains a list of errors explaining why the result
         is `UNKNOWN`.
        
         If the `AccessState` is `GRANTED` or `NOT_GRANTED`, this field is
         omitted.
         
        repeated .google.rpc.Status errors = 3;
        Specified by:
        getErrorsOrBuilderList in interface ExplainedAccessOrBuilder
      • getErrorsCount

        public int getErrorsCount()
         If the [AccessState][google.cloud.policysimulator.v1.AccessState] is
         `UNKNOWN`, this field contains a list of errors explaining why the result
         is `UNKNOWN`.
        
         If the `AccessState` is `GRANTED` or `NOT_GRANTED`, this field is
         omitted.
         
        repeated .google.rpc.Status errors = 3;
        Specified by:
        getErrorsCount in interface ExplainedAccessOrBuilder
      • getErrors

        public com.google.rpc.Status getErrors​(int index)
         If the [AccessState][google.cloud.policysimulator.v1.AccessState] is
         `UNKNOWN`, this field contains a list of errors explaining why the result
         is `UNKNOWN`.
        
         If the `AccessState` is `GRANTED` or `NOT_GRANTED`, this field is
         omitted.
         
        repeated .google.rpc.Status errors = 3;
        Specified by:
        getErrors in interface ExplainedAccessOrBuilder
      • getErrorsOrBuilder

        public com.google.rpc.StatusOrBuilder getErrorsOrBuilder​(int index)
         If the [AccessState][google.cloud.policysimulator.v1.AccessState] is
         `UNKNOWN`, this field contains a list of errors explaining why the result
         is `UNKNOWN`.
        
         If the `AccessState` is `GRANTED` or `NOT_GRANTED`, this field is
         omitted.
         
        repeated .google.rpc.Status errors = 3;
        Specified by:
        getErrorsOrBuilder in interface ExplainedAccessOrBuilder
      • 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 ExplainedAccess parseFrom​(ByteBuffer data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

        public static ExplainedAccess parseFrom​(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
        Throws:
        IOException
      • newBuilderForType

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

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

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

        public static com.google.protobuf.Parser<ExplainedAccess> parser()
      • getParserForType

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