public static interface SecretsConfigDump.DynamicSecretOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getLastUpdated()
The timestamp when the secret was last updated.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdatedOrBuilder()
The timestamp when the secret was last updated.
|
String |
getName()
The name assigned to the secret.
|
com.google.protobuf.ByteString |
getNameBytes()
The name assigned to the secret.
|
com.google.protobuf.Any |
getSecret()
The actual secret information.
|
com.google.protobuf.AnyOrBuilder |
getSecretOrBuilder()
The actual secret information.
|
String |
getVersionInfo()
This is the per-resource version information.
|
com.google.protobuf.ByteString |
getVersionInfoBytes()
This is the per-resource version information.
|
boolean |
hasLastUpdated()
The timestamp when the secret was last updated.
|
boolean |
hasSecret()
The actual secret information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name assigned to the secret.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name assigned to the secret.
string name = 1;String getVersionInfo()
This is the per-resource version information.
string version_info = 2;com.google.protobuf.ByteString getVersionInfoBytes()
This is the per-resource version information.
string version_info = 2;boolean hasLastUpdated()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;com.google.protobuf.Timestamp getLastUpdated()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;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;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;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;Copyright © 2018–2021 The Envoy Project. All rights reserved.