public interface CreateKeyHandleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
KeyHandle |
getKeyHandle()
Required.
|
String |
getKeyHandleId()
Optional.
|
com.google.protobuf.ByteString |
getKeyHandleIdBytes()
Optional.
|
KeyHandleOrBuilder |
getKeyHandleOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasKeyHandle()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Name of the resource project and location to create the
[KeyHandle][google.cloud.kms.v1.KeyHandle] in, e.g.
`projects/{PROJECT_ID}/locations/{LOCATION}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Name of the resource project and location to create the
[KeyHandle][google.cloud.kms.v1.KeyHandle] in, e.g.
`projects/{PROJECT_ID}/locations/{LOCATION}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getKeyHandleId()
Optional. Id of the [KeyHandle][google.cloud.kms.v1.KeyHandle]. Must be unique to the resource project and location. If not provided by the caller, a new UUID is used.
string key_handle_id = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getKeyHandleIdBytes()
Optional. Id of the [KeyHandle][google.cloud.kms.v1.KeyHandle]. Must be unique to the resource project and location. If not provided by the caller, a new UUID is used.
string key_handle_id = 2 [(.google.api.field_behavior) = OPTIONAL];boolean hasKeyHandle()
Required. [KeyHandle][google.cloud.kms.v1.KeyHandle] to create.
.google.cloud.kms.v1.KeyHandle key_handle = 3 [(.google.api.field_behavior) = REQUIRED];
KeyHandle getKeyHandle()
Required. [KeyHandle][google.cloud.kms.v1.KeyHandle] to create.
.google.cloud.kms.v1.KeyHandle key_handle = 3 [(.google.api.field_behavior) = REQUIRED];
KeyHandleOrBuilder getKeyHandleOrBuilder()
Required. [KeyHandle][google.cloud.kms.v1.KeyHandle] to create.
.google.cloud.kms.v1.KeyHandle key_handle = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.