Package io.envoyproxy.envoy.admin.v3
Class SecretsConfigDump.DynamicSecret.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<SecretsConfigDump.DynamicSecret.Builder>
-
- io.envoyproxy.envoy.admin.v3.SecretsConfigDump.DynamicSecret.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,SecretsConfigDump.DynamicSecretOrBuilder
,java.lang.Cloneable
- Enclosing class:
- SecretsConfigDump.DynamicSecret
public static final class SecretsConfigDump.DynamicSecret.Builder extends com.google.protobuf.GeneratedMessage.Builder<SecretsConfigDump.DynamicSecret.Builder> implements SecretsConfigDump.DynamicSecretOrBuilder
DynamicSecret contains secret information fetched via SDS. [#next-free-field: 7]
Protobuf typeenvoy.admin.v3.SecretsConfigDump.DynamicSecret
-
-
Field Summary
Fields Modifier and Type Field Description private int
bitField0_
private int
clientStatus_
private UpdateFailureState
errorState_
private com.google.protobuf.SingleFieldBuilder<UpdateFailureState,UpdateFailureState.Builder,UpdateFailureStateOrBuilder>
errorStateBuilder_
private com.google.protobuf.Timestamp
lastUpdated_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Timestamp,com.google.protobuf.Timestamp.Builder,com.google.protobuf.TimestampOrBuilder>
lastUpdatedBuilder_
private java.lang.Object
name_
private com.google.protobuf.Any
secret_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Any,com.google.protobuf.Any.Builder,com.google.protobuf.AnyOrBuilder>
secretBuilder_
private java.lang.Object
versionInfo_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretsConfigDump.DynamicSecret
build()
SecretsConfigDump.DynamicSecret
buildPartial()
private void
buildPartial0(SecretsConfigDump.DynamicSecret result)
SecretsConfigDump.DynamicSecret.Builder
clear()
SecretsConfigDump.DynamicSecret.Builder
clearClientStatus()
The client status of this resource.SecretsConfigDump.DynamicSecret.Builder
clearErrorState()
Set if the last update failed, cleared after the next successful update.SecretsConfigDump.DynamicSecret.Builder
clearLastUpdated()
The timestamp when the secret was last updated.SecretsConfigDump.DynamicSecret.Builder
clearName()
The name assigned to the secret.SecretsConfigDump.DynamicSecret.Builder
clearSecret()
The actual secret information.SecretsConfigDump.DynamicSecret.Builder
clearVersionInfo()
This is the per-resource version information.ClientResourceStatus
getClientStatus()
The client status of this resource.int
getClientStatusValue()
The client status of this resource.SecretsConfigDump.DynamicSecret
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
UpdateFailureState
getErrorState()
Set if the last update failed, cleared after the next successful update.UpdateFailureState.Builder
getErrorStateBuilder()
Set if the last update failed, cleared after the next successful update.private com.google.protobuf.SingleFieldBuilder<UpdateFailureState,UpdateFailureState.Builder,UpdateFailureStateOrBuilder>
getErrorStateFieldBuilder()
Set if the last update failed, cleared after the next successful update.UpdateFailureStateOrBuilder
getErrorStateOrBuilder()
Set if the last update failed, cleared after the next successful update.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.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Timestamp,com.google.protobuf.Timestamp.Builder,com.google.protobuf.TimestampOrBuilder>
getLastUpdatedFieldBuilder()
The timestamp when the secret was last updated.com.google.protobuf.TimestampOrBuilder
getLastUpdatedOrBuilder()
The timestamp when the secret was last updated.java.lang.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.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Any,com.google.protobuf.Any.Builder,com.google.protobuf.AnyOrBuilder>
getSecretFieldBuilder()
The actual secret information.com.google.protobuf.AnyOrBuilder
getSecretOrBuilder()
The actual secret information.java.lang.String
getVersionInfo()
This is the per-resource version information.com.google.protobuf.ByteString
getVersionInfoBytes()
This is the per-resource version information.boolean
hasErrorState()
Set if the last update failed, cleared after the next successful update.boolean
hasLastUpdated()
The timestamp when the secret was last updated.boolean
hasSecret()
The actual secret information.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
private void
maybeForceBuilderInitialization()
SecretsConfigDump.DynamicSecret.Builder
mergeErrorState(UpdateFailureState value)
Set if the last update failed, cleared after the next successful update.SecretsConfigDump.DynamicSecret.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SecretsConfigDump.DynamicSecret.Builder
mergeFrom(com.google.protobuf.Message other)
SecretsConfigDump.DynamicSecret.Builder
mergeFrom(SecretsConfigDump.DynamicSecret other)
SecretsConfigDump.DynamicSecret.Builder
mergeLastUpdated(com.google.protobuf.Timestamp value)
The timestamp when the secret was last updated.SecretsConfigDump.DynamicSecret.Builder
mergeSecret(com.google.protobuf.Any value)
The actual secret information.SecretsConfigDump.DynamicSecret.Builder
setClientStatus(ClientResourceStatus value)
The client status of this resource.SecretsConfigDump.DynamicSecret.Builder
setClientStatusValue(int value)
The client status of this resource.SecretsConfigDump.DynamicSecret.Builder
setErrorState(UpdateFailureState value)
Set if the last update failed, cleared after the next successful update.SecretsConfigDump.DynamicSecret.Builder
setErrorState(UpdateFailureState.Builder builderForValue)
Set if the last update failed, cleared after the next successful update.SecretsConfigDump.DynamicSecret.Builder
setLastUpdated(com.google.protobuf.Timestamp value)
The timestamp when the secret was last updated.SecretsConfigDump.DynamicSecret.Builder
setLastUpdated(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the secret was last updated.SecretsConfigDump.DynamicSecret.Builder
setName(java.lang.String value)
The name assigned to the secret.SecretsConfigDump.DynamicSecret.Builder
setNameBytes(com.google.protobuf.ByteString value)
The name assigned to the secret.SecretsConfigDump.DynamicSecret.Builder
setSecret(com.google.protobuf.Any value)
The actual secret information.SecretsConfigDump.DynamicSecret.Builder
setSecret(com.google.protobuf.Any.Builder builderForValue)
The actual secret information.SecretsConfigDump.DynamicSecret.Builder
setVersionInfo(java.lang.String value)
This is the per-resource version information.SecretsConfigDump.DynamicSecret.Builder
setVersionInfoBytes(com.google.protobuf.ByteString value)
This is the per-resource version information.-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
name_
private java.lang.Object name_
-
versionInfo_
private java.lang.Object versionInfo_
-
lastUpdated_
private com.google.protobuf.Timestamp lastUpdated_
-
lastUpdatedBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Timestamp,com.google.protobuf.Timestamp.Builder,com.google.protobuf.TimestampOrBuilder> lastUpdatedBuilder_
-
secret_
private com.google.protobuf.Any secret_
-
secretBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Any,com.google.protobuf.Any.Builder,com.google.protobuf.AnyOrBuilder> secretBuilder_
-
errorState_
private UpdateFailureState errorState_
-
errorStateBuilder_
private com.google.protobuf.SingleFieldBuilder<UpdateFailureState,UpdateFailureState.Builder,UpdateFailureStateOrBuilder> errorStateBuilder_
-
clientStatus_
private int clientStatus_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<SecretsConfigDump.DynamicSecret.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public SecretsConfigDump.DynamicSecret.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<SecretsConfigDump.DynamicSecret.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<SecretsConfigDump.DynamicSecret.Builder>
-
getDefaultInstanceForType
public SecretsConfigDump.DynamicSecret getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public SecretsConfigDump.DynamicSecret build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SecretsConfigDump.DynamicSecret buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
private void buildPartial0(SecretsConfigDump.DynamicSecret result)
-
mergeFrom
public SecretsConfigDump.DynamicSecret.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SecretsConfigDump.DynamicSecret.Builder>
-
mergeFrom
public SecretsConfigDump.DynamicSecret.Builder mergeFrom(SecretsConfigDump.DynamicSecret other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<SecretsConfigDump.DynamicSecret.Builder>
-
mergeFrom
public SecretsConfigDump.DynamicSecret.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<SecretsConfigDump.DynamicSecret.Builder>
- Throws:
java.io.IOException
-
getName
public java.lang.String getName()
The name assigned to the secret.
string name = 1;
- Specified by:
getName
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The name assigned to the secret.
string name = 1;
- Specified by:
getNameBytes
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- The bytes for name.
-
setName
public SecretsConfigDump.DynamicSecret.Builder setName(java.lang.String value)
The name assigned to the secret.
string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public SecretsConfigDump.DynamicSecret.Builder clearName()
The name assigned to the secret.
string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
public SecretsConfigDump.DynamicSecret.Builder setNameBytes(com.google.protobuf.ByteString value)
The name assigned to the secret.
string name = 1;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getVersionInfo
public java.lang.String getVersionInfo()
This is the per-resource version information.
string version_info = 2;
- Specified by:
getVersionInfo
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- The versionInfo.
-
getVersionInfoBytes
public com.google.protobuf.ByteString getVersionInfoBytes()
This is the per-resource version information.
string version_info = 2;
- Specified by:
getVersionInfoBytes
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- The bytes for versionInfo.
-
setVersionInfo
public SecretsConfigDump.DynamicSecret.Builder setVersionInfo(java.lang.String value)
This is the per-resource version information.
string version_info = 2;
- Parameters:
value
- The versionInfo to set.- Returns:
- This builder for chaining.
-
clearVersionInfo
public SecretsConfigDump.DynamicSecret.Builder clearVersionInfo()
This is the per-resource version information.
string version_info = 2;
- Returns:
- This builder for chaining.
-
setVersionInfoBytes
public SecretsConfigDump.DynamicSecret.Builder setVersionInfoBytes(com.google.protobuf.ByteString value)
This is the per-resource version information.
string version_info = 2;
- Parameters:
value
- The bytes for versionInfo to set.- Returns:
- This builder for chaining.
-
hasLastUpdated
public boolean hasLastUpdated()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
- Specified by:
hasLastUpdated
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- Whether the lastUpdated field is set.
-
getLastUpdated
public com.google.protobuf.Timestamp getLastUpdated()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
- Specified by:
getLastUpdated
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- The lastUpdated.
-
setLastUpdated
public SecretsConfigDump.DynamicSecret.Builder setLastUpdated(com.google.protobuf.Timestamp value)
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
-
setLastUpdated
public SecretsConfigDump.DynamicSecret.Builder setLastUpdated(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
-
mergeLastUpdated
public SecretsConfigDump.DynamicSecret.Builder mergeLastUpdated(com.google.protobuf.Timestamp value)
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
-
clearLastUpdated
public SecretsConfigDump.DynamicSecret.Builder clearLastUpdated()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
-
getLastUpdatedBuilder
public com.google.protobuf.Timestamp.Builder getLastUpdatedBuilder()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
-
getLastUpdatedOrBuilder
public com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
- Specified by:
getLastUpdatedOrBuilder
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
-
getLastUpdatedFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Timestamp,com.google.protobuf.Timestamp.Builder,com.google.protobuf.TimestampOrBuilder> getLastUpdatedFieldBuilder()
The timestamp when the secret was last updated.
.google.protobuf.Timestamp last_updated = 3;
-
hasSecret
public 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;
- Specified by:
hasSecret
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- Whether the secret field is set.
-
getSecret
public 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;
- Specified by:
getSecret
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- The secret.
-
setSecret
public SecretsConfigDump.DynamicSecret.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 = 4;
-
setSecret
public SecretsConfigDump.DynamicSecret.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 = 4;
-
mergeSecret
public SecretsConfigDump.DynamicSecret.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 = 4;
-
clearSecret
public SecretsConfigDump.DynamicSecret.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 = 4;
-
getSecretBuilder
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 = 4;
-
getSecretOrBuilder
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 = 4;
- Specified by:
getSecretOrBuilder
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
-
getSecretFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.Any,com.google.protobuf.Any.Builder,com.google.protobuf.AnyOrBuilder> getSecretFieldBuilder()
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
public 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;
- Specified by:
hasErrorState
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- Whether the errorState field is set.
-
getErrorState
public 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;
- Specified by:
getErrorState
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- The errorState.
-
setErrorState
public SecretsConfigDump.DynamicSecret.Builder setErrorState(UpdateFailureState value)
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;
-
setErrorState
public SecretsConfigDump.DynamicSecret.Builder setErrorState(UpdateFailureState.Builder builderForValue)
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;
-
mergeErrorState
public SecretsConfigDump.DynamicSecret.Builder mergeErrorState(UpdateFailureState value)
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;
-
clearErrorState
public SecretsConfigDump.DynamicSecret.Builder clearErrorState()
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;
-
getErrorStateBuilder
public UpdateFailureState.Builder getErrorStateBuilder()
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
public 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;
- Specified by:
getErrorStateOrBuilder
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
-
getErrorStateFieldBuilder
private com.google.protobuf.SingleFieldBuilder<UpdateFailureState,UpdateFailureState.Builder,UpdateFailureStateOrBuilder> getErrorStateFieldBuilder()
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
public int getClientStatusValue()
The client status of this resource. [#not-implemented-hide:]
.envoy.admin.v3.ClientResourceStatus client_status = 6;
- Specified by:
getClientStatusValue
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- The enum numeric value on the wire for clientStatus.
-
setClientStatusValue
public SecretsConfigDump.DynamicSecret.Builder setClientStatusValue(int value)
The client status of this resource. [#not-implemented-hide:]
.envoy.admin.v3.ClientResourceStatus client_status = 6;
- Parameters:
value
- The enum numeric value on the wire for clientStatus to set.- Returns:
- This builder for chaining.
-
getClientStatus
public ClientResourceStatus getClientStatus()
The client status of this resource. [#not-implemented-hide:]
.envoy.admin.v3.ClientResourceStatus client_status = 6;
- Specified by:
getClientStatus
in interfaceSecretsConfigDump.DynamicSecretOrBuilder
- Returns:
- The clientStatus.
-
setClientStatus
public SecretsConfigDump.DynamicSecret.Builder setClientStatus(ClientResourceStatus value)
The client status of this resource. [#not-implemented-hide:]
.envoy.admin.v3.ClientResourceStatus client_status = 6;
- Parameters:
value
- The clientStatus to set.- Returns:
- This builder for chaining.
-
clearClientStatus
public SecretsConfigDump.DynamicSecret.Builder clearClientStatus()
The client status of this resource. [#not-implemented-hide:]
.envoy.admin.v3.ClientResourceStatus client_status = 6;
- Returns:
- This builder for chaining.
-
-