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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Name by which the secret can be uniquely referred to.com.google.protobuf.ByteStringgetNameBytes()Name by which the secret can be uniquely referred to.ConfigSourcegetSdsConfig().envoy.config.core.v3.ConfigSource sds_config = 2;ConfigSourceOrBuildergetSdsConfigOrBuilder().envoy.config.core.v3.ConfigSource sds_config = 2;booleanhasSdsConfig().envoy.config.core.v3.ConfigSource sds_config = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-