public static final class CreateKeyHandleRequest.Builder extends GeneratedMessage.Builder<CreateKeyHandleRequest.Builder> implements CreateKeyHandleRequestOrBuilderRequest message for Autokey.CreateKeyHandle.
Protobuf type google.cloud.kms.v1.CreateKeyHandleRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateKeyHandleRequest.BuilderImplements
CreateKeyHandleRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateKeyHandleRequest build()| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest |
|
buildPartial()
public CreateKeyHandleRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest |
|
clear()
public CreateKeyHandleRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
|
clearKeyHandle()
public CreateKeyHandleRequest.Builder clearKeyHandle()Required. KeyHandle to create.
.google.cloud.kms.v1.KeyHandle key_handle = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
|
clearKeyHandleId()
public CreateKeyHandleRequest.Builder clearKeyHandleId()Optional. Id of the 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];
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
This builder for chaining. |
clearParent()
public CreateKeyHandleRequest.Builder clearParent() Required. Name of the resource project and location to create the
KeyHandle in, e.g.
projects/{PROJECT_ID}/locations/{LOCATION}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateKeyHandleRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getKeyHandle()
public KeyHandle getKeyHandle()Required. KeyHandle to create.
.google.cloud.kms.v1.KeyHandle key_handle = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
KeyHandle |
The keyHandle. |
getKeyHandleBuilder()
public KeyHandle.Builder getKeyHandleBuilder()Required. KeyHandle to create.
.google.cloud.kms.v1.KeyHandle key_handle = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
KeyHandle.Builder |
|
getKeyHandleId()
public String getKeyHandleId()Optional. Id of the 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];
| Returns | |
|---|---|
| Type | Description |
String |
The keyHandleId. |
getKeyHandleIdBytes()
public ByteString getKeyHandleIdBytes()Optional. Id of the 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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for keyHandleId. |
getKeyHandleOrBuilder()
public KeyHandleOrBuilder getKeyHandleOrBuilder()Required. KeyHandle to create.
.google.cloud.kms.v1.KeyHandle key_handle = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
KeyHandleOrBuilder |
|
getParent()
public String getParent() Required. Name of the resource project and location to create the
KeyHandle in, e.g.
projects/{PROJECT_ID}/locations/{LOCATION}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. Name of the resource project and location to create the
KeyHandle in, e.g.
projects/{PROJECT_ID}/locations/{LOCATION}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasKeyHandle()
public boolean hasKeyHandle()Required. KeyHandle to create.
.google.cloud.kms.v1.KeyHandle key_handle = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the keyHandle field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateKeyHandleRequest other)
public CreateKeyHandleRequest.Builder mergeFrom(CreateKeyHandleRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateKeyHandleRequest |
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateKeyHandleRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateKeyHandleRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
|
mergeKeyHandle(KeyHandle value)
public CreateKeyHandleRequest.Builder mergeKeyHandle(KeyHandle value)Required. KeyHandle to create.
.google.cloud.kms.v1.KeyHandle key_handle = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
KeyHandle |
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
|
setKeyHandle(KeyHandle value)
public CreateKeyHandleRequest.Builder setKeyHandle(KeyHandle value)Required. KeyHandle to create.
.google.cloud.kms.v1.KeyHandle key_handle = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
KeyHandle |
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
|
setKeyHandle(KeyHandle.Builder builderForValue)
public CreateKeyHandleRequest.Builder setKeyHandle(KeyHandle.Builder builderForValue)Required. KeyHandle to create.
.google.cloud.kms.v1.KeyHandle key_handle = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
KeyHandle.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
|
setKeyHandleId(String value)
public CreateKeyHandleRequest.Builder setKeyHandleId(String value)Optional. Id of the 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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe keyHandleId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
This builder for chaining. |
setKeyHandleIdBytes(ByteString value)
public CreateKeyHandleRequest.Builder setKeyHandleIdBytes(ByteString value)Optional. Id of the 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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for keyHandleId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
This builder for chaining. |
setParent(String value)
public CreateKeyHandleRequest.Builder setParent(String value) Required. Name of the resource project and location to create the
KeyHandle in, e.g.
projects/{PROJECT_ID}/locations/{LOCATION}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateKeyHandleRequest.Builder setParentBytes(ByteString value) Required. Name of the resource project and location to create the
KeyHandle in, e.g.
projects/{PROJECT_ID}/locations/{LOCATION}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateKeyHandleRequest.Builder |
This builder for chaining. |