Package io.envoyproxy.envoy.api.v2.auth
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 (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to.com.google.protobuf.ByteStringgetNameBytes()Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to.ConfigSourcegetSdsConfig().envoy.api.v2.core.ConfigSource sds_config = 2;ConfigSourceOrBuildergetSdsConfigOrBuilder().envoy.api.v2.core.ConfigSource sds_config = 2;booleanhasSdsConfig().envoy.api.v2.core.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 (FQDN, UUID, SPKI, SHA256, etc.) 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;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name (FQDN, UUID, SPKI, SHA256, etc.) 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;- Returns:
- The bytes for name.
-
hasSdsConfig
boolean hasSdsConfig()
.envoy.api.v2.core.ConfigSource sds_config = 2;- Returns:
- Whether the sdsConfig field is set.
-
getSdsConfig
ConfigSource getSdsConfig()
.envoy.api.v2.core.ConfigSource sds_config = 2;- Returns:
- The sdsConfig.
-
getSdsConfigOrBuilder
ConfigSourceOrBuilder getSdsConfigOrBuilder()
.envoy.api.v2.core.ConfigSource sds_config = 2;
-
-