Interface CreateEkmConnectionRequestOrBuilder (2.15.0)

public interface CreateEkmConnectionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEkmConnection()

public abstract EkmConnection getEkmConnection()

Required. An EkmConnection with initial field values.

.google.cloud.kms.v1.EkmConnection ekm_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EkmConnection

The ekmConnection.

getEkmConnectionId()

public abstract String getEkmConnectionId()

Required. It must be unique within a location and match the regular expression [a-zA-Z0-9_-]{1,63}.

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

Returns
TypeDescription
String

The ekmConnectionId.

getEkmConnectionIdBytes()

public abstract ByteString getEkmConnectionIdBytes()

Required. It must be unique within a location and match the regular expression [a-zA-Z0-9_-]{1,63}.

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

Returns
TypeDescription
ByteString

The bytes for ekmConnectionId.

getEkmConnectionOrBuilder()

public abstract EkmConnectionOrBuilder getEkmConnectionOrBuilder()

Required. An EkmConnection with initial field values.

.google.cloud.kms.v1.EkmConnection ekm_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EkmConnectionOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the location associated with the EkmConnection, in the format projects/*/locations/*.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the location associated with the EkmConnection, in the format projects/*/locations/*.

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasEkmConnection()

public abstract boolean hasEkmConnection()

Required. An EkmConnection with initial field values.

.google.cloud.kms.v1.EkmConnection ekm_connection = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the ekmConnection field is set.