public interface CreateEkmConnectionRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
EkmConnection |
getEkmConnection()
Required.
|
String |
getEkmConnectionId()
Required.
|
ByteString |
getEkmConnectionIdBytes()
Required.
|
EkmConnectionOrBuilder |
getEkmConnectionOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasEkmConnection()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The resource name of the location associated with the [EkmConnection][google.cloud.kms.v1.EkmConnection], in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The resource name of the location associated with the [EkmConnection][google.cloud.kms.v1.EkmConnection], in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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];
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];
boolean hasEkmConnection()
Required. An [EkmConnection][google.cloud.kms.v1.EkmConnection] with initial field values.
.google.cloud.kms.v1.EkmConnection ekm_connection = 3 [(.google.api.field_behavior) = REQUIRED];
EkmConnection getEkmConnection()
Required. An [EkmConnection][google.cloud.kms.v1.EkmConnection] with initial field values.
.google.cloud.kms.v1.EkmConnection ekm_connection = 3 [(.google.api.field_behavior) = REQUIRED];
EkmConnectionOrBuilder getEkmConnectionOrBuilder()
Required. An [EkmConnection][google.cloud.kms.v1.EkmConnection] with initial field values.
.google.cloud.kms.v1.EkmConnection ekm_connection = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.