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
Modifier and TypeMethodDescriptiongetName()Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to.com.google.protobuf.ByteStringName (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to..envoy.api.v2.core.ConfigSource sds_config = 2;.envoy.api.v2.core.ConfigSource sds_config = 2;boolean.envoy.api.v2.core.ConfigSource sds_config = 2;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
-
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;
-