public static enum GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase extends Enum<GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CREDENTIALSPECIFIER_NOT_SET |
GOOGLE_DEFAULT |
LOCAL_CREDENTIALS |
SSL_CREDENTIALS |
| Modifier and Type | Method and Description |
|---|---|
static GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase |
forNumber(int value) |
int |
getNumber() |
static GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase SSL_CREDENTIALS
public static final GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase GOOGLE_DEFAULT
public static final GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase LOCAL_CREDENTIALS
public static final GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase CREDENTIALSPECIFIER_NOT_SET
public static GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase[] values()
for (GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase c : GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase.values()) System.out.println(c);
public static GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase 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 GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase valueOf(int value)
forNumber(int) instead.public static GrpcServiceOuterClass.GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 WSO2. All rights reserved.