public interface EkmConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |