public static final class UpgradeInstanceRequest.Builder extends GeneratedMessage.Builder<UpgradeInstanceRequest.Builder> implements UpgradeInstanceRequestOrBuilderRequest for UpgradeInstance.
Protobuf type google.cloud.redis.v1beta1.UpgradeInstanceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpgradeInstanceRequest.BuilderImplements
UpgradeInstanceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpgradeInstanceRequest build()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest |
|
buildPartial()
public UpgradeInstanceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest |
|
clear()
public UpgradeInstanceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
|
clearName()
public UpgradeInstanceRequest.Builder clearName() Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
This builder for chaining. |
clearRedisVersion()
public UpgradeInstanceRequest.Builder clearRedisVersion()Required. Specifies the target version of Redis software to upgrade to.
string redis_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UpgradeInstanceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRedisVersion()
public String getRedisVersion()Required. Specifies the target version of Redis software to upgrade to.
string redis_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The redisVersion. |
getRedisVersionBytes()
public ByteString getRedisVersionBytes()Required. Specifies the target version of Redis software to upgrade to.
string redis_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for redisVersion. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpgradeInstanceRequest other)
public UpgradeInstanceRequest.Builder mergeFrom(UpgradeInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpgradeInstanceRequest |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpgradeInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpgradeInstanceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
|
setName(String value)
public UpgradeInstanceRequest.Builder setName(String value) Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public UpgradeInstanceRequest.Builder setNameBytes(ByteString value) Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
This builder for chaining. |
setRedisVersion(String value)
public UpgradeInstanceRequest.Builder setRedisVersion(String value)Required. Specifies the target version of Redis software to upgrade to.
string redis_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe redisVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
This builder for chaining. |
setRedisVersionBytes(ByteString value)
public UpgradeInstanceRequest.Builder setRedisVersionBytes(ByteString value)Required. Specifies the target version of Redis software to upgrade to.
string redis_version = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for redisVersion to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
This builder for chaining. |