Class SecretManagerConfig (2.44.0)

public final class SecretManagerConfig extends GeneratedMessageV3 implements SecretManagerConfigOrBuilder

SecretManagerConfig is config for secret manager enablement.

Protobuf type google.container.v1beta1.SecretManagerConfig

Static Fields

ENABLED_FIELD_NUMBER

public static final int ENABLED_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SecretManagerConfig getDefaultInstance()
Returns
TypeDescription
SecretManagerConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SecretManagerConfig.Builder newBuilder()
Returns
TypeDescription
SecretManagerConfig.Builder

newBuilder(SecretManagerConfig prototype)

public static SecretManagerConfig.Builder newBuilder(SecretManagerConfig prototype)
Parameter
NameDescription
prototypeSecretManagerConfig
Returns
TypeDescription
SecretManagerConfig.Builder

parseDelimitedFrom(InputStream input)

public static SecretManagerConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SecretManagerConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SecretManagerConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SecretManagerConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SecretManagerConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SecretManagerConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SecretManagerConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SecretManagerConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SecretManagerConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SecretManagerConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SecretManagerConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SecretManagerConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecretManagerConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SecretManagerConfig> parser()
Returns
TypeDescription
Parser<SecretManagerConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SecretManagerConfig getDefaultInstanceForType()
Returns
TypeDescription
SecretManagerConfig

getEnabled()

public boolean getEnabled()

Whether the cluster is configured to use secret manager CSI component.

optional bool enabled = 1;

Returns
TypeDescription
boolean

The enabled.

getParserForType()

public Parser<SecretManagerConfig> getParserForType()
Returns
TypeDescription
Parser<SecretManagerConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasEnabled()

public boolean hasEnabled()

Whether the cluster is configured to use secret manager CSI component.

optional bool enabled = 1;

Returns
TypeDescription
boolean

Whether the enabled field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SecretManagerConfig.Builder newBuilderForType()
Returns
TypeDescription
SecretManagerConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SecretManagerConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SecretManagerConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SecretManagerConfig.Builder toBuilder()
Returns
TypeDescription
SecretManagerConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException