Package io.envoyproxy.envoy.admin.v3
Interface SecretsConfigDump.DynamicSecretOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecretsConfigDump.DynamicSecret,SecretsConfigDump.DynamicSecret.Builder
- Enclosing class:
- SecretsConfigDump
public static interface SecretsConfigDump.DynamicSecretOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientResourceStatusgetClientStatus()The client status of this resource.intgetClientStatusValue()The client status of this resource.UpdateFailureStategetErrorState()Set if the last update failed, cleared after the next successful update.UpdateFailureStateOrBuildergetErrorStateOrBuilder()Set if the last update failed, cleared after the next successful update.com.google.protobuf.TimestampgetLastUpdated()The timestamp when the secret was last updated.com.google.protobuf.TimestampOrBuildergetLastUpdatedOrBuilder()The timestamp when the secret was last updated.StringgetName()The name assigned to the secret.com.google.protobuf.ByteStringgetNameBytes()The name assigned to the secret.com.google.protobuf.AnygetSecret()The actual secret information.com.google.protobuf.AnyOrBuildergetSecretOrBuilder()The actual secret information.StringgetVersionInfo()This is the per-resource version information.com.google.protobuf.ByteStringgetVersionInfoBytes()This is the per-resource version information.booleanhasErrorState()Set if the last update failed, cleared after the next successful update.booleanhasLastUpdated()The timestamp when the secret was last updated.booleanhasSecret()The actual secret information.-
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()
The name assigned to the secret.
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name assigned to the secret.
string name = 1;
-
getVersionInfo
String getVersionInfo()
This is the per-resource version information.
string version_info = 2;
-
getVersionInfoBytes
com.google.protobuf.ByteString getVersionInfoBytes()
This is the per-resource version information.
string version_info = 2;
-
hasLastUpdated
boolean hasLastUpdated()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
-
getLastUpdated
com.google.protobuf.Timestamp getLastUpdated()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
-
getLastUpdatedOrBuilder
com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
-
hasSecret
boolean hasSecret()
The actual secret information. Security sensitive information is redacted (replaced with "[redacted]") for private keys and passwords in TLS certificates.
.google.protobuf.Any secret = 4;
-
getSecret
com.google.protobuf.Any getSecret()
The actual secret information. Security sensitive information is redacted (replaced with "[redacted]") for private keys and passwords in TLS certificates.
.google.protobuf.Any secret = 4;
-
getSecretOrBuilder
com.google.protobuf.AnyOrBuilder getSecretOrBuilder()
The actual secret information. Security sensitive information is redacted (replaced with "[redacted]") for private keys and passwords in TLS certificates.
.google.protobuf.Any secret = 4;
-
hasErrorState
boolean hasErrorState()
Set if the last update failed, cleared after the next successful update. The *error_state* field contains the rejected version of this particular resource along with the reason and timestamp. For successfully updated or acknowledged resource, this field should be empty. [#not-implemented-hide:]
.envoy.admin.v3.UpdateFailureState error_state = 5;
-
getErrorState
UpdateFailureState getErrorState()
Set if the last update failed, cleared after the next successful update. The *error_state* field contains the rejected version of this particular resource along with the reason and timestamp. For successfully updated or acknowledged resource, this field should be empty. [#not-implemented-hide:]
.envoy.admin.v3.UpdateFailureState error_state = 5;
-
getErrorStateOrBuilder
UpdateFailureStateOrBuilder getErrorStateOrBuilder()
Set if the last update failed, cleared after the next successful update. The *error_state* field contains the rejected version of this particular resource along with the reason and timestamp. For successfully updated or acknowledged resource, this field should be empty. [#not-implemented-hide:]
.envoy.admin.v3.UpdateFailureState error_state = 5;
-
getClientStatusValue
int getClientStatusValue()
The client status of this resource. [#not-implemented-hide:]
.envoy.admin.v3.ClientResourceStatus client_status = 6;
-
getClientStatus
ClientResourceStatus getClientStatus()
The client status of this resource. [#not-implemented-hide:]
.envoy.admin.v3.ClientResourceStatus client_status = 6;
-
-