publicstaticfinalclass CreateInstanceRequest.BuilderextendsGeneratedMessageV3.Builder<CreateInstanceRequest.Builder>implementsCreateInstanceRequestOrBuilder
Request for
CreateInstance.
Protobuf type google.cloud.redis.v1.CreateInstanceRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicCreateInstanceRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicCreateInstanceRequestbuild()
buildPartial()
publicCreateInstanceRequestbuildPartial()
clear()
publicCreateInstanceRequest.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicCreateInstanceRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearInstance()
publicCreateInstanceRequest.BuilderclearInstance()
Required. A Redis [Instance] resource
.google.cloud.redis.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
clearInstanceId()
publicCreateInstanceRequest.BuilderclearInstanceId()
Required. The logical name of the Redis instance in the customer project
with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-40 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];
clearOneof(Descriptors.OneofDescriptor oneof)
publicCreateInstanceRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearParent()
publicCreateInstanceRequest.BuilderclearParent()
Required. The resource name of the instance location using the form:
projects/{project_id}/locations/{location_id}
where location_id refers to a GCP region.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clone()
publicCreateInstanceRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicCreateInstanceRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getInstance()
publicInstancegetInstance()
Required. A Redis [Instance] resource
.google.cloud.redis.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
Instance |
The instance.
|
getInstanceBuilder()
publicInstance.BuildergetInstanceBuilder()
Required. A Redis [Instance] resource
.google.cloud.redis.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
getInstanceId()
publicStringgetInstanceId()
Required. The logical name of the Redis instance in the customer project
with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-40 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 Redis instance in the customer project
with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-40 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. A Redis [Instance] resource
.google.cloud.redis.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
getParent()
Required. The resource name of the instance location using the form:
projects/{project_id}/locations/{location_id}
where location_id refers to a GCP region.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The parent.
|
getParentBytes()
publicByteStringgetParentBytes()
Required. The resource name of the instance location using the form:
projects/{project_id}/locations/{location_id}
where location_id refers to a GCP region.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for parent.
|
hasInstance()
publicbooleanhasInstance()
Required. A Redis [Instance] resource
.google.cloud.redis.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the instance field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(CreateInstanceRequest other)
publicCreateInstanceRequest.BuildermergeFrom(CreateInstanceRequestother)
publicCreateInstanceRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicCreateInstanceRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeInstance(Instance value)
publicCreateInstanceRequest.BuildermergeInstance(Instancevalue)
Required. A Redis [Instance] resource
.google.cloud.redis.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
value |
Instance
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateInstanceRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicCreateInstanceRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setInstance(Instance value)
publicCreateInstanceRequest.BuildersetInstance(Instancevalue)
Required. A Redis [Instance] resource
.google.cloud.redis.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
value |
Instance
|
setInstance(Instance.Builder builderForValue)
publicCreateInstanceRequest.BuildersetInstance(Instance.BuilderbuilderForValue)
Required. A Redis [Instance] resource
.google.cloud.redis.v1.Instance instance = 3 [(.google.api.field_behavior) = REQUIRED];
setInstanceId(String value)
publicCreateInstanceRequest.BuildersetInstanceId(Stringvalue)
Required. The logical name of the Redis instance in the customer project
with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-40 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.
|
setInstanceIdBytes(ByteString value)
publicCreateInstanceRequest.BuildersetInstanceIdBytes(ByteStringvalue)
Required. The logical name of the Redis instance in the customer project
with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-40 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.
|
setParent(String value)
publicCreateInstanceRequest.BuildersetParent(Stringvalue)
Required. The resource name of the instance location using the form:
projects/{project_id}/locations/{location_id}
where location_id refers to a GCP region.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter |
| Name |
Description |
value |
String
The parent to set.
|
setParentBytes(ByteString value)
publicCreateInstanceRequest.BuildersetParentBytes(ByteStringvalue)
Required. The resource name of the instance location using the form:
projects/{project_id}/locations/{location_id}
where location_id refers to a GCP region.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCreateInstanceRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateInstanceRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides