public static enum GcsDestination.ObjectUriCase extends Enum<GcsDestination.ObjectUriCase> implements Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum
Enum Constant and Description |
---|
OBJECTURI_NOT_SET |
URI |
Modifier and Type | Method and Description |
---|---|
static GcsDestination.ObjectUriCase |
forNumber(int value) |
int |
getNumber() |
static GcsDestination.ObjectUriCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GcsDestination.ObjectUriCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcsDestination.ObjectUriCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcsDestination.ObjectUriCase URI
public static final GcsDestination.ObjectUriCase OBJECTURI_NOT_SET
public static GcsDestination.ObjectUriCase[] values()
for (GcsDestination.ObjectUriCase c : GcsDestination.ObjectUriCase.values()) System.out.println(c);
public static GcsDestination.ObjectUriCase 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 GcsDestination.ObjectUriCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static GcsDestination.ObjectUriCase forNumber(int value)
public int getNumber()
getNumber
in interface AbstractMessageLite.InternalOneOfEnum
getNumber
in interface Internal.EnumLite
Copyright © 2022 Google LLC. All rights reserved.