public static final class FailoverInstanceRequest.Builder extends GeneratedMessage.Builder<FailoverInstanceRequest.Builder> implements FailoverInstanceRequestOrBuilderRequest for Failover.
Protobuf type google.cloud.redis.v1.FailoverInstanceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FailoverInstanceRequest.BuilderImplements
FailoverInstanceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FailoverInstanceRequest build()| Returns | |
|---|---|
| Type | Description |
FailoverInstanceRequest |
|
buildPartial()
public FailoverInstanceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
FailoverInstanceRequest |
|
clear()
public FailoverInstanceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
FailoverInstanceRequest.Builder |
|
clearDataProtectionMode()
public FailoverInstanceRequest.Builder clearDataProtectionMode()Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.
.google.cloud.redis.v1.FailoverInstanceRequest.DataProtectionMode data_protection_mode = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FailoverInstanceRequest.Builder |
This builder for chaining. |
clearName()
public FailoverInstanceRequest.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 |
FailoverInstanceRequest.Builder |
This builder for chaining. |
getDataProtectionMode()
public FailoverInstanceRequest.DataProtectionMode getDataProtectionMode()Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.
.google.cloud.redis.v1.FailoverInstanceRequest.DataProtectionMode data_protection_mode = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FailoverInstanceRequest.DataProtectionMode |
The dataProtectionMode. |
getDataProtectionModeValue()
public int getDataProtectionModeValue()Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.
.google.cloud.redis.v1.FailoverInstanceRequest.DataProtectionMode data_protection_mode = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for dataProtectionMode. |
getDefaultInstanceForType()
public FailoverInstanceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FailoverInstanceRequest |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FailoverInstanceRequest other)
public FailoverInstanceRequest.Builder mergeFrom(FailoverInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
FailoverInstanceRequest |
| Returns | |
|---|---|
| Type | Description |
FailoverInstanceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FailoverInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FailoverInstanceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FailoverInstanceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FailoverInstanceRequest.Builder |
|
setDataProtectionMode(FailoverInstanceRequest.DataProtectionMode value)
public FailoverInstanceRequest.Builder setDataProtectionMode(FailoverInstanceRequest.DataProtectionMode value)Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.
.google.cloud.redis.v1.FailoverInstanceRequest.DataProtectionMode data_protection_mode = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FailoverInstanceRequest.DataProtectionModeThe dataProtectionMode to set. |
| Returns | |
|---|---|
| Type | Description |
FailoverInstanceRequest.Builder |
This builder for chaining. |
setDataProtectionModeValue(int value)
public FailoverInstanceRequest.Builder setDataProtectionModeValue(int value)Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.
.google.cloud.redis.v1.FailoverInstanceRequest.DataProtectionMode data_protection_mode = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for dataProtectionMode to set. |
| Returns | |
|---|---|
| Type | Description |
FailoverInstanceRequest.Builder |
This builder for chaining. |
setName(String value)
public FailoverInstanceRequest.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 |
FailoverInstanceRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public FailoverInstanceRequest.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 |
FailoverInstanceRequest.Builder |
This builder for chaining. |