Interface SdsSecretConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SdsSecretConfig
,SdsSecretConfig.Builder
public interface SdsSecretConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Name by which the secret can be uniquely referred to.com.google.protobuf.ByteString
Name by which the secret can be uniquely referred to..envoy.config.core.v3.ConfigSource sds_config = 2;
.envoy.config.core.v3.ConfigSource sds_config = 2;
boolean
.envoy.config.core.v3.ConfigSource sds_config = 2;
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
-
getName
String getName()Name by which the secret can be uniquely referred to. When both name and config are specified, then secret can be fetched and/or reloaded via SDS. When only name is specified, then secret will be loaded from static resources.
string name = 1 [(.validate.rules) = { ... }
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name by which the secret can be uniquely referred to. When both name and config are specified, then secret can be fetched and/or reloaded via SDS. When only name is specified, then secret will be loaded from static resources.
string name = 1 [(.validate.rules) = { ... }
- Returns:
- The bytes for name.
-
hasSdsConfig
boolean hasSdsConfig().envoy.config.core.v3.ConfigSource sds_config = 2;
- Returns:
- Whether the sdsConfig field is set.
-
getSdsConfig
ConfigSource getSdsConfig().envoy.config.core.v3.ConfigSource sds_config = 2;
- Returns:
- The sdsConfig.
-
getSdsConfigOrBuilder
ConfigSourceOrBuilder getSdsConfigOrBuilder().envoy.config.core.v3.ConfigSource sds_config = 2;
-