Interface EkmConfigOrBuilder (2.20.0)

public interface EkmConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDefaultEkmConnection()

public abstract String getDefaultEkmConnection()

Optional. Resource name of the default EkmConnection. Setting this field to the empty string removes the default.

string default_ekm_connection = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The defaultEkmConnection.

getDefaultEkmConnectionBytes()

public abstract ByteString getDefaultEkmConnectionBytes()

Optional. Resource name of the default EkmConnection. Setting this field to the empty string removes the default.

string default_ekm_connection = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for defaultEkmConnection.

getName()

public abstract String getName()

Output only. The resource name for the EkmConfig in the format projects/*/locations/*/ekmConfig.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The resource name for the EkmConfig in the format projects/*/locations/*/ekmConfig.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.