Interface CreateKmsConfigRequestOrBuilder (0.13.0)

public interface CreateKmsConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKmsConfig()

public abstract KmsConfig getKmsConfig()

Required. The required parameters to create a new KmsConfig.

.google.cloud.netapp.v1.KmsConfig kms_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
KmsConfig

The kmsConfig.

getKmsConfigId()

public abstract String getKmsConfigId()

Required. Id of the requesting KmsConfig If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC

string kms_config_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The kmsConfigId.

getKmsConfigIdBytes()

public abstract ByteString getKmsConfigIdBytes()

Required. Id of the requesting KmsConfig If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC

string kms_config_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for kmsConfigId.

getKmsConfigOrBuilder()

public abstract KmsConfigOrBuilder getKmsConfigOrBuilder()

Required. The required parameters to create a new KmsConfig.

.google.cloud.netapp.v1.KmsConfig kms_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
KmsConfigOrBuilder

getParent()

public abstract String getParent()

Required. Value for parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Value for parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasKmsConfig()

public abstract boolean hasKmsConfig()

Required. The required parameters to create a new KmsConfig.

.google.cloud.netapp.v1.KmsConfig kms_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the kmsConfig field is set.