public static final class Cluster.ControlPlaneEncryption extends GeneratedMessageV3 implements Cluster.ControlPlaneEncryptionOrBuilder
Configuration for Customer-managed KMS key support for remote control plane
cluster disk encryption.
Protobuf type google.cloud.edgecontainer.v1.Cluster.ControlPlaneEncryption
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
KMS_KEY_ACTIVE_VERSION_FIELD_NUMBER
public static final int KMS_KEY_ACTIVE_VERSION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
KMS_KEY_FIELD_NUMBER
public static final int KMS_KEY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
KMS_KEY_STATE_FIELD_NUMBER
public static final int KMS_KEY_STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
KMS_STATUS_FIELD_NUMBER
public static final int KMS_STATUS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Cluster.ControlPlaneEncryption getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Cluster.ControlPlaneEncryption.Builder newBuilder()
newBuilder(Cluster.ControlPlaneEncryption prototype)
public static Cluster.ControlPlaneEncryption.Builder newBuilder(Cluster.ControlPlaneEncryption prototype)
public static Cluster.ControlPlaneEncryption parseDelimitedFrom(InputStream input)
public static Cluster.ControlPlaneEncryption parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Cluster.ControlPlaneEncryption parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Cluster.ControlPlaneEncryption parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Cluster.ControlPlaneEncryption parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Cluster.ControlPlaneEncryption parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Cluster.ControlPlaneEncryption parseFrom(CodedInputStream input)
public static Cluster.ControlPlaneEncryption parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Cluster.ControlPlaneEncryption parseFrom(InputStream input)
public static Cluster.ControlPlaneEncryption parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Cluster.ControlPlaneEncryption parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Cluster.ControlPlaneEncryption parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Cluster.ControlPlaneEncryption> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Cluster.ControlPlaneEncryption getDefaultInstanceForType()
getKmsKey()
public String getKmsKey()
Immutable. The Cloud KMS CryptoKey e.g.
projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
to use for protecting control plane disks. If not specified, a
Google-managed key will be used instead.
string kms_key = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The kmsKey.
|
getKmsKeyActiveVersion()
public String getKmsKeyActiveVersion()
Output only. The Cloud KMS CryptoKeyVersion currently in use for
protecting control plane disks. Only applicable if kms_key is set.
string kms_key_active_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The kmsKeyActiveVersion.
|
getKmsKeyActiveVersionBytes()
public ByteString getKmsKeyActiveVersionBytes()
Output only. The Cloud KMS CryptoKeyVersion currently in use for
protecting control plane disks. Only applicable if kms_key is set.
string kms_key_active_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for kmsKeyActiveVersion.
|
getKmsKeyBytes()
public ByteString getKmsKeyBytes()
Immutable. The Cloud KMS CryptoKey e.g.
projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
to use for protecting control plane disks. If not specified, a
Google-managed key will be used instead.
string kms_key = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for kmsKey.
|
getKmsKeyState()
public KmsKeyState getKmsKeyState()
Output only. Availability of the Cloud KMS CryptoKey. If not
KEY_AVAILABLE
, then nodes may go offline as they cannot access their
local data. This can be caused by a lack of permissions to use the key,
or if the key is disabled or deleted.
.google.cloud.edgecontainer.v1.KmsKeyState kms_key_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getKmsKeyStateValue()
public int getKmsKeyStateValue()
Output only. Availability of the Cloud KMS CryptoKey. If not
KEY_AVAILABLE
, then nodes may go offline as they cannot access their
local data. This can be caused by a lack of permissions to use the key,
or if the key is disabled or deleted.
.google.cloud.edgecontainer.v1.KmsKeyState kms_key_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for kmsKeyState.
|
getKmsStatus()
public Status getKmsStatus()
Output only. Error status returned by Cloud KMS when using this key. This
field may be populated only if kms_key_state
is not
KMS_KEY_STATE_KEY_AVAILABLE
. If populated, this field contains the
error status reported by Cloud KMS.
.google.rpc.Status kms_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
com.google.rpc.Status |
The kmsStatus.
|
getKmsStatusOrBuilder()
public StatusOrBuilder getKmsStatusOrBuilder()
Output only. Error status returned by Cloud KMS when using this key. This
field may be populated only if kms_key_state
is not
KMS_KEY_STATE_KEY_AVAILABLE
. If populated, this field contains the
error status reported by Cloud KMS.
.google.rpc.Status kms_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
com.google.rpc.StatusOrBuilder |
|
getParserForType()
public Parser<Cluster.ControlPlaneEncryption> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasKmsStatus()
public boolean hasKmsStatus()
Output only. Error status returned by Cloud KMS when using this key. This
field may be populated only if kms_key_state
is not
KMS_KEY_STATE_KEY_AVAILABLE
. If populated, this field contains the
error status reported by Cloud KMS.
.google.rpc.Status kms_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the kmsStatus field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Cluster.ControlPlaneEncryption.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Cluster.ControlPlaneEncryption.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Cluster.ControlPlaneEncryption.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides