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