Class Permission

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

    public final class Permission
    extends com.google.protobuf.GeneratedMessageV3
    implements PermissionOrBuilder
     A permission which can be included by a role.
     
    Protobuf type google.iam.admin.v1.Permission
    See Also:
    Serialized Form
    • Field Detail

      • DESCRIPTION_FIELD_NUMBER

        public static final int DESCRIPTION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ONLY_IN_PREDEFINED_ROLES_FIELD_NUMBER

        public static final int ONLY_IN_PREDEFINED_ROLES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CUSTOM_ROLES_SUPPORT_LEVEL_FIELD_NUMBER

        public static final int CUSTOM_ROLES_SUPPORT_LEVEL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • API_DISABLED_FIELD_NUMBER

        public static final int API_DISABLED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PRIMARY_PERMISSION_FIELD_NUMBER

        public static final int PRIMARY_PERMISSION_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
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The name of this Permission.
         
        string name = 1;
        Specified by:
        getNameBytes in interface PermissionOrBuilder
        Returns:
        The bytes for name.
      • getTitleBytes

        public com.google.protobuf.ByteString getTitleBytes()
         The title of this Permission.
         
        string title = 2;
        Specified by:
        getTitleBytes in interface PermissionOrBuilder
        Returns:
        The bytes for title.
      • getDescription

        public String getDescription()
         A brief description of what this Permission is used for.
         This permission can ONLY be used in predefined roles.
         
        string description = 3;
        Specified by:
        getDescription in interface PermissionOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         A brief description of what this Permission is used for.
         This permission can ONLY be used in predefined roles.
         
        string description = 3;
        Specified by:
        getDescriptionBytes in interface PermissionOrBuilder
        Returns:
        The bytes for description.
      • getOnlyInPredefinedRoles

        @Deprecated
        public boolean getOnlyInPredefinedRoles()
        Deprecated.
        google.iam.admin.v1.Permission.only_in_predefined_roles is deprecated. See google/iam/admin/v1/iam.proto;l=1450
        bool only_in_predefined_roles = 4 [deprecated = true];
        Specified by:
        getOnlyInPredefinedRoles in interface PermissionOrBuilder
        Returns:
        The onlyInPredefinedRoles.
      • getStageValue

        public int getStageValue()
         The current launch stage of the permission.
         
        .google.iam.admin.v1.Permission.PermissionLaunchStage stage = 5;
        Specified by:
        getStageValue in interface PermissionOrBuilder
        Returns:
        The enum numeric value on the wire for stage.
      • getCustomRolesSupportLevelValue

        public int getCustomRolesSupportLevelValue()
         The current custom role support level.
         
        .google.iam.admin.v1.Permission.CustomRolesSupportLevel custom_roles_support_level = 6;
        Specified by:
        getCustomRolesSupportLevelValue in interface PermissionOrBuilder
        Returns:
        The enum numeric value on the wire for customRolesSupportLevel.
      • getApiDisabled

        public boolean getApiDisabled()
         The service API associated with the permission is not enabled.
         
        bool api_disabled = 7;
        Specified by:
        getApiDisabled in interface PermissionOrBuilder
        Returns:
        The apiDisabled.
      • getPrimaryPermission

        public String getPrimaryPermission()
         The preferred name for this permission. If present, then this permission is
         an alias of, and equivalent to, the listed primary_permission.
         
        string primary_permission = 8;
        Specified by:
        getPrimaryPermission in interface PermissionOrBuilder
        Returns:
        The primaryPermission.
      • getPrimaryPermissionBytes

        public com.google.protobuf.ByteString getPrimaryPermissionBytes()
         The preferred name for this permission. If present, then this permission is
         an alias of, and equivalent to, the listed primary_permission.
         
        string primary_permission = 8;
        Specified by:
        getPrimaryPermissionBytes in interface PermissionOrBuilder
        Returns:
        The bytes for primaryPermission.
      • 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 Permission parseFrom​(ByteBuffer data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

        public static Permission getDefaultInstance()
      • parser

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

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