public static enum Endpoints.ApiServiceDescriptor.AuthenticationCase extends Enum<Endpoints.ApiServiceDescriptor.AuthenticationCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AUTHENTICATION_NOT_SET |
OAUTH2_CLIENT_CREDENTIALS_GRANT |
| Modifier and Type | Method and Description |
|---|---|
static Endpoints.ApiServiceDescriptor.AuthenticationCase |
forNumber(int value) |
int |
getNumber() |
static Endpoints.ApiServiceDescriptor.AuthenticationCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Endpoints.ApiServiceDescriptor.AuthenticationCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Endpoints.ApiServiceDescriptor.AuthenticationCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Endpoints.ApiServiceDescriptor.AuthenticationCase OAUTH2_CLIENT_CREDENTIALS_GRANT
public static final Endpoints.ApiServiceDescriptor.AuthenticationCase AUTHENTICATION_NOT_SET
public static Endpoints.ApiServiceDescriptor.AuthenticationCase[] values()
for (Endpoints.ApiServiceDescriptor.AuthenticationCase c : Endpoints.ApiServiceDescriptor.AuthenticationCase.values()) System.out.println(c);
public static Endpoints.ApiServiceDescriptor.AuthenticationCase 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 Endpoints.ApiServiceDescriptor.AuthenticationCase valueOf(int value)
forNumber(int) instead.public static Endpoints.ApiServiceDescriptor.AuthenticationCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.