Interface GrpcService.GoogleGrpc.ChannelCredentialsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.GoogleGrpc.ChannelCredentials
,GrpcService.GoogleGrpc.ChannelCredentials.Builder
- Enclosing class:
GrpcService.GoogleGrpc
public static interface GrpcService.GoogleGrpc.ChannelCredentialsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Empty
https://grpc.io/grpc/cpp/namespacegrpc.html#a6beb3ac70ff94bd2ebbd89b8f21d1f61com.google.protobuf.EmptyOrBuilder
https://grpc.io/grpc/cpp/namespacegrpc.html#a6beb3ac70ff94bd2ebbd89b8f21d1f61.envoy.config.core.v3.GrpcService.GoogleGrpc.GoogleLocalCredentials local_credentials = 3;
.envoy.config.core.v3.GrpcService.GoogleGrpc.GoogleLocalCredentials local_credentials = 3;
.envoy.config.core.v3.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 1;
.envoy.config.core.v3.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 1;
boolean
https://grpc.io/grpc/cpp/namespacegrpc.html#a6beb3ac70ff94bd2ebbd89b8f21d1f61boolean
.envoy.config.core.v3.GrpcService.GoogleGrpc.GoogleLocalCredentials local_credentials = 3;
boolean
.envoy.config.core.v3.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSslCredentials
boolean hasSslCredentials().envoy.config.core.v3.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 1;
- Returns:
- Whether the sslCredentials field is set.
-
getSslCredentials
GrpcService.GoogleGrpc.SslCredentials getSslCredentials().envoy.config.core.v3.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 1;
- Returns:
- The sslCredentials.
-
getSslCredentialsOrBuilder
GrpcService.GoogleGrpc.SslCredentialsOrBuilder getSslCredentialsOrBuilder().envoy.config.core.v3.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 1;
-
hasGoogleDefault
boolean hasGoogleDefault()https://grpc.io/grpc/cpp/namespacegrpc.html#a6beb3ac70ff94bd2ebbd89b8f21d1f61
.google.protobuf.Empty google_default = 2;
- Returns:
- Whether the googleDefault field is set.
-
getGoogleDefault
com.google.protobuf.Empty getGoogleDefault()https://grpc.io/grpc/cpp/namespacegrpc.html#a6beb3ac70ff94bd2ebbd89b8f21d1f61
.google.protobuf.Empty google_default = 2;
- Returns:
- The googleDefault.
-
getGoogleDefaultOrBuilder
com.google.protobuf.EmptyOrBuilder getGoogleDefaultOrBuilder()https://grpc.io/grpc/cpp/namespacegrpc.html#a6beb3ac70ff94bd2ebbd89b8f21d1f61
.google.protobuf.Empty google_default = 2;
-
hasLocalCredentials
boolean hasLocalCredentials().envoy.config.core.v3.GrpcService.GoogleGrpc.GoogleLocalCredentials local_credentials = 3;
- Returns:
- Whether the localCredentials field is set.
-
getLocalCredentials
GrpcService.GoogleGrpc.GoogleLocalCredentials getLocalCredentials().envoy.config.core.v3.GrpcService.GoogleGrpc.GoogleLocalCredentials local_credentials = 3;
- Returns:
- The localCredentials.
-
getLocalCredentialsOrBuilder
GrpcService.GoogleGrpc.GoogleLocalCredentialsOrBuilder getLocalCredentialsOrBuilder().envoy.config.core.v3.GrpcService.GoogleGrpc.GoogleLocalCredentials local_credentials = 3;
-
getCredentialSpecifierCase
GrpcService.GoogleGrpc.ChannelCredentials.CredentialSpecifierCase getCredentialSpecifierCase()
-