- 2.86.0 (latest)
- 2.85.0
- 2.84.0
- 2.83.0
- 2.81.0
- 2.79.0
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.73.0
- 2.71.0
- 2.70.0
- 2.67.0
- 2.66.0
- 2.65.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.8
- 2.5.3
- 2.4.4
- 2.3.1
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. |