Interface SecretsConfigDump.StaticSecretOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecretsConfigDump.StaticSecret, SecretsConfigDump.StaticSecret.Builder
- Enclosing class:
SecretsConfigDump
public static interface SecretsConfigDump.StaticSecretOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampThe timestamp when the secret was last updated.com.google.protobuf.TimestampOrBuilderThe timestamp when the secret was last updated.getName()The name assigned to the secret.com.google.protobuf.ByteStringThe name assigned to the secret.com.google.protobuf.AnyThe actual secret information.com.google.protobuf.AnyOrBuilderThe actual secret information.booleanThe timestamp when the secret was last updated.booleanThe actual secret information.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
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name assigned to the secret.
string name = 1;- Returns:
- The bytes for name.
-
hasLastUpdated
boolean hasLastUpdated()The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 2;- Returns:
- Whether the lastUpdated field is set.
-
getLastUpdated
com.google.protobuf.Timestamp getLastUpdated()The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 2;- Returns:
- The lastUpdated.
-
getLastUpdatedOrBuilder
com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 2; -
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 = 3;- Returns:
- Whether the secret field is set.
-
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 = 3;- Returns:
- The secret.
-
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 = 3;
-