Interface XdsCredentialsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
XdsCredentials,XdsCredentials.Builder
public interface XdsCredentialsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.AnyFallback credentials.com.google.protobuf.AnyOrBuilderFallback credentials.booleanFallback credentials.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFallbackCredentials
boolean hasFallbackCredentials()Fallback credentials. Required.
.google.protobuf.Any fallback_credentials = 1;- Returns:
- Whether the fallbackCredentials field is set.
-
getFallbackCredentials
com.google.protobuf.Any getFallbackCredentials()Fallback credentials. Required.
.google.protobuf.Any fallback_credentials = 1;- Returns:
- The fallbackCredentials.
-
getFallbackCredentialsOrBuilder
com.google.protobuf.AnyOrBuilder getFallbackCredentialsOrBuilder()Fallback credentials. Required.
.google.protobuf.Any fallback_credentials = 1;
-