Class CreateInstanceRequest.Builder (0.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticfinalclass CreateInstanceRequest.BuilderextendsGeneratedMessageV3.Builder<CreateInstanceRequest.Builder>implementsCreateInstanceRequestOrBuilderRequest for CreateInstance
Protobuf type google.cloud.parallelstore.v1beta.CreateInstanceRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CreateInstanceRequest.BuilderImplements
CreateInstanceRequestOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicCreateInstanceRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
build()
publicCreateInstanceRequestbuild()| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest |
|
buildPartial()
publicCreateInstanceRequestbuildPartial()| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest |
|
clear()
publicCreateInstanceRequest.Builderclear()| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicCreateInstanceRequest.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
clearInstance()
publicCreateInstanceRequest.BuilderclearInstance()Required. The instance to create.
.google.cloud.parallelstore.v1beta.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
clearInstanceId()
publicCreateInstanceRequest.BuilderclearInstanceId()Required. The logical name of the Parallelstore instance in the user project with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the customer project / location
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
publicCreateInstanceRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
clearParent()
publicCreateInstanceRequest.BuilderclearParent() Required. The instance's project and location, in the format
projects/{project}/locations/{location}.
Locations map to Google Cloud zones, for example us-west1-b.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
This builder for chaining. |
clearRequestId()
publicCreateInstanceRequest.BuilderclearRequestId()Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
This builder for chaining. |
clone()
publicCreateInstanceRequest.Builderclone()| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
getDefaultInstanceForType()
publicCreateInstanceRequestgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInstance()
publicInstancegetInstance()Required. The instance to create.
.google.cloud.parallelstore.v1beta.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Instance |
The instance. |
getInstanceBuilder()
publicInstance.BuildergetInstanceBuilder()Required. The instance to create.
.google.cloud.parallelstore.v1beta.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Instance.Builder |
|
getInstanceId()
publicStringgetInstanceId()Required. The logical name of the Parallelstore instance in the user project with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the customer project / location
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The instanceId. |
getInstanceIdBytes()
publicByteStringgetInstanceIdBytes()Required. The logical name of the Parallelstore instance in the user project with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the customer project / location
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceId. |
getInstanceOrBuilder()
publicInstanceOrBuildergetInstanceOrBuilder()Required. The instance to create.
.google.cloud.parallelstore.v1beta.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InstanceOrBuilder |
|
getParent()
publicStringgetParent() Required. The instance's project and location, in the format
projects/{project}/locations/{location}.
Locations map to Google Cloud zones, for example us-west1-b.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
publicByteStringgetParentBytes() Required. The instance's project and location, in the format
projects/{project}/locations/{location}.
Locations map to Google Cloud zones, for example us-west1-b.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRequestId()
publicStringgetRequestId()Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
publicByteStringgetRequestIdBytes()Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
hasInstance()
publicbooleanhasInstance()Required. The instance to create.
.google.cloud.parallelstore.v1beta.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instance field is set. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateInstanceRequest other)
publicCreateInstanceRequest.BuildermergeFrom(CreateInstanceRequestother)| Parameter | |
|---|---|
| Name | Description |
other |
CreateInstanceRequest |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicCreateInstanceRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicCreateInstanceRequest.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
mergeInstance(Instance value)
publicCreateInstanceRequest.BuildermergeInstance(Instancevalue)Required. The instance to create.
.google.cloud.parallelstore.v1beta.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Instance |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateInstanceRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicCreateInstanceRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
setInstance(Instance value)
publicCreateInstanceRequest.BuildersetInstance(Instancevalue)Required. The instance to create.
.google.cloud.parallelstore.v1beta.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Instance |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
setInstance(Instance.Builder builderForValue)
publicCreateInstanceRequest.BuildersetInstance(Instance.BuilderbuilderForValue)Required. The instance to create.
.google.cloud.parallelstore.v1beta.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Instance.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
setInstanceId(String value)
publicCreateInstanceRequest.BuildersetInstanceId(Stringvalue)Required. The logical name of the Parallelstore instance in the user project with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the customer project / location
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The instanceId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
This builder for chaining. |
setInstanceIdBytes(ByteString value)
publicCreateInstanceRequest.BuildersetInstanceIdBytes(ByteStringvalue)Required. The logical name of the Parallelstore instance in the user project with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the customer project / location
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for instanceId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
This builder for chaining. |
setParent(String value)
publicCreateInstanceRequest.BuildersetParent(Stringvalue) Required. The instance's project and location, in the format
projects/{project}/locations/{location}.
Locations map to Google Cloud zones, for example us-west1-b.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
String The parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
publicCreateInstanceRequest.BuildersetParentBytes(ByteStringvalue) Required. The instance's project and location, in the format
projects/{project}/locations/{location}.
Locations map to Google Cloud zones, for example us-west1-b.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCreateInstanceRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|
setRequestId(String value)
publicCreateInstanceRequest.BuildersetRequestId(Stringvalue)Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
String The requestId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
publicCreateInstanceRequest.BuildersetRequestIdBytes(ByteStringvalue)Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for requestId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateInstanceRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CreateInstanceRequest.Builder |
|