public static final class SecretsConfigDump.StaticSecret.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder> implements SecretsConfigDump.StaticSecretOrBuilder
StaticSecret specifies statically loaded secret in bootstrap.Protobuf type
envoy.admin.v2alpha.SecretsConfigDump.StaticSecret| Modifier and Type | Method and Description |
|---|---|
SecretsConfigDump.StaticSecret.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SecretsConfigDump.StaticSecret |
build() |
SecretsConfigDump.StaticSecret |
buildPartial() |
SecretsConfigDump.StaticSecret.Builder |
clear() |
SecretsConfigDump.StaticSecret.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SecretsConfigDump.StaticSecret.Builder |
clearLastUpdated()
The timestamp when the secret was last updated.
|
SecretsConfigDump.StaticSecret.Builder |
clearName()
The name assigned to the secret.
|
SecretsConfigDump.StaticSecret.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SecretsConfigDump.StaticSecret.Builder |
clearSecret()
The actual secret information.
|
SecretsConfigDump.StaticSecret.Builder |
clone() |
SecretsConfigDump.StaticSecret |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Timestamp |
getLastUpdated()
The timestamp when the secret was last updated.
|
com.google.protobuf.Timestamp.Builder |
getLastUpdatedBuilder()
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.Any.Builder |
getSecretBuilder()
The actual secret information.
|
com.google.protobuf.AnyOrBuilder |
getSecretOrBuilder()
The actual secret information.
|
boolean |
hasLastUpdated()
The timestamp when the secret was last updated.
|
boolean |
hasSecret()
The actual secret information.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SecretsConfigDump.StaticSecret.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SecretsConfigDump.StaticSecret.Builder |
mergeFrom(com.google.protobuf.Message other) |
SecretsConfigDump.StaticSecret.Builder |
mergeFrom(SecretsConfigDump.StaticSecret other) |
SecretsConfigDump.StaticSecret.Builder |
mergeLastUpdated(com.google.protobuf.Timestamp value)
The timestamp when the secret was last updated.
|
SecretsConfigDump.StaticSecret.Builder |
mergeSecret(com.google.protobuf.Any value)
The actual secret information.
|
SecretsConfigDump.StaticSecret.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SecretsConfigDump.StaticSecret.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SecretsConfigDump.StaticSecret.Builder |
setLastUpdated(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the secret was last updated.
|
SecretsConfigDump.StaticSecret.Builder |
setLastUpdated(com.google.protobuf.Timestamp value)
The timestamp when the secret was last updated.
|
SecretsConfigDump.StaticSecret.Builder |
setName(String value)
The name assigned to the secret.
|
SecretsConfigDump.StaticSecret.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The name assigned to the secret.
|
SecretsConfigDump.StaticSecret.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SecretsConfigDump.StaticSecret.Builder |
setSecret(com.google.protobuf.Any.Builder builderForValue)
The actual secret information.
|
SecretsConfigDump.StaticSecret.Builder |
setSecret(com.google.protobuf.Any value)
The actual secret information.
|
SecretsConfigDump.StaticSecret.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>public SecretsConfigDump.StaticSecret.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>public SecretsConfigDump.StaticSecret getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SecretsConfigDump.StaticSecret build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SecretsConfigDump.StaticSecret buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SecretsConfigDump.StaticSecret.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>public SecretsConfigDump.StaticSecret.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>public SecretsConfigDump.StaticSecret.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>public SecretsConfigDump.StaticSecret.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>public SecretsConfigDump.StaticSecret.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>public SecretsConfigDump.StaticSecret.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>public SecretsConfigDump.StaticSecret.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SecretsConfigDump.StaticSecret.Builder>public SecretsConfigDump.StaticSecret.Builder mergeFrom(SecretsConfigDump.StaticSecret other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>public SecretsConfigDump.StaticSecret.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SecretsConfigDump.StaticSecret.Builder>IOExceptionpublic String getName()
The name assigned to the secret.
string name = 1;getName in interface SecretsConfigDump.StaticSecretOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name assigned to the secret.
string name = 1;getNameBytes in interface SecretsConfigDump.StaticSecretOrBuilderpublic SecretsConfigDump.StaticSecret.Builder setName(String value)
The name assigned to the secret.
string name = 1;public SecretsConfigDump.StaticSecret.Builder clearName()
The name assigned to the secret.
string name = 1;public SecretsConfigDump.StaticSecret.Builder setNameBytes(com.google.protobuf.ByteString value)
The name assigned to the secret.
string name = 1;public boolean hasLastUpdated()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 2;hasLastUpdated in interface SecretsConfigDump.StaticSecretOrBuilderpublic com.google.protobuf.Timestamp getLastUpdated()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 2;getLastUpdated in interface SecretsConfigDump.StaticSecretOrBuilderpublic SecretsConfigDump.StaticSecret.Builder setLastUpdated(com.google.protobuf.Timestamp value)
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 2;public SecretsConfigDump.StaticSecret.Builder setLastUpdated(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 2;public SecretsConfigDump.StaticSecret.Builder mergeLastUpdated(com.google.protobuf.Timestamp value)
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 2;public SecretsConfigDump.StaticSecret.Builder clearLastUpdated()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 2;public com.google.protobuf.Timestamp.Builder getLastUpdatedBuilder()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 2;public com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 2;getLastUpdatedOrBuilder in interface SecretsConfigDump.StaticSecretOrBuilderpublic 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;hasSecret in interface SecretsConfigDump.StaticSecretOrBuilderpublic 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;getSecret in interface SecretsConfigDump.StaticSecretOrBuilderpublic SecretsConfigDump.StaticSecret.Builder setSecret(com.google.protobuf.Any value)
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;public SecretsConfigDump.StaticSecret.Builder setSecret(com.google.protobuf.Any.Builder builderForValue)
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;public SecretsConfigDump.StaticSecret.Builder mergeSecret(com.google.protobuf.Any value)
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;public SecretsConfigDump.StaticSecret.Builder clearSecret()
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;public com.google.protobuf.Any.Builder getSecretBuilder()
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;public 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;getSecretOrBuilder in interface SecretsConfigDump.StaticSecretOrBuilderpublic final SecretsConfigDump.StaticSecret.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>public final SecretsConfigDump.StaticSecret.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SecretsConfigDump.StaticSecret.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.