Uses of Enum
com.google.cloud.audit.AuthorizationInfo.PermissionType
Packages that use AuthorizationInfo.PermissionType
-
Uses of AuthorizationInfo.PermissionType in com.google.cloud.audit
Methods in com.google.cloud.audit that return AuthorizationInfo.PermissionTypeModifier and TypeMethodDescriptionAuthorizationInfo.PermissionType.forNumber(int value) AuthorizationInfo.Builder.getPermissionType()The type of the permission that was checked.AuthorizationInfo.getPermissionType()The type of the permission that was checked.AuthorizationInfoOrBuilder.getPermissionType()The type of the permission that was checked.AuthorizationInfo.PermissionType.valueOf(int value) Deprecated.AuthorizationInfo.PermissionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static AuthorizationInfo.PermissionType[]AuthorizationInfo.PermissionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.audit that return types with arguments of type AuthorizationInfo.PermissionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AuthorizationInfo.PermissionType>AuthorizationInfo.PermissionType.internalGetValueMap()Methods in com.google.cloud.audit with parameters of type AuthorizationInfo.PermissionTypeModifier and TypeMethodDescriptionAuthorizationInfo.Builder.setPermissionType(AuthorizationInfo.PermissionType value) The type of the permission that was checked.