public static enum Asset.AccessContextPolicyCase extends Enum<Asset.AccessContextPolicyCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ACCESS_LEVEL |
ACCESS_POLICY |
ACCESSCONTEXTPOLICY_NOT_SET |
SERVICE_PERIMETER |
| Modifier and Type | Method and Description |
|---|---|
static Asset.AccessContextPolicyCase |
forNumber(int value) |
int |
getNumber() |
static Asset.AccessContextPolicyCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Asset.AccessContextPolicyCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Asset.AccessContextPolicyCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Asset.AccessContextPolicyCase ACCESS_POLICY
public static final Asset.AccessContextPolicyCase ACCESS_LEVEL
public static final Asset.AccessContextPolicyCase SERVICE_PERIMETER
public static final Asset.AccessContextPolicyCase ACCESSCONTEXTPOLICY_NOT_SET
public static Asset.AccessContextPolicyCase[] values()
for (Asset.AccessContextPolicyCase c : Asset.AccessContextPolicyCase.values()) System.out.println(c);
public static Asset.AccessContextPolicyCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static Asset.AccessContextPolicyCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Asset.AccessContextPolicyCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.