public static final class ImportInstanceRequest.Builder extends GeneratedMessage.Builder<ImportInstanceRequest.Builder> implements ImportInstanceRequestOrBuilderRequest for Import.
Protobuf type google.cloud.redis.v1.ImportInstanceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ImportInstanceRequest.BuilderImplements
ImportInstanceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ImportInstanceRequest build()| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest |
|
buildPartial()
public ImportInstanceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest |
|
clear()
public ImportInstanceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest.Builder |
|
clearInputConfig()
public ImportInstanceRequest.Builder clearInputConfig()Required. Specify data to be imported.
.google.cloud.redis.v1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest.Builder |
|
clearName()
public ImportInstanceRequest.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];
| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ImportInstanceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInputConfig()
public InputConfig getInputConfig()Required. Specify data to be imported.
.google.cloud.redis.v1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InputConfig |
The inputConfig. |
getInputConfigBuilder()
public InputConfig.Builder getInputConfigBuilder()Required. Specify data to be imported.
.google.cloud.redis.v1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InputConfig.Builder |
|
getInputConfigOrBuilder()
public InputConfigOrBuilder getInputConfigOrBuilder()Required. Specify data to be imported.
.google.cloud.redis.v1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InputConfigOrBuilder |
|
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];
| 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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasInputConfig()
public boolean hasInputConfig()Required. Specify data to be imported.
.google.cloud.redis.v1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the inputConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ImportInstanceRequest other)
public ImportInstanceRequest.Builder mergeFrom(ImportInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportInstanceRequest |
| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImportInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ImportInstanceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest.Builder |
|
mergeInputConfig(InputConfig value)
public ImportInstanceRequest.Builder mergeInputConfig(InputConfig value)Required. Specify data to be imported.
.google.cloud.redis.v1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
InputConfig |
| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest.Builder |
|
setInputConfig(InputConfig value)
public ImportInstanceRequest.Builder setInputConfig(InputConfig value)Required. Specify data to be imported.
.google.cloud.redis.v1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
InputConfig |
| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest.Builder |
|
setInputConfig(InputConfig.Builder builderForValue)
public ImportInstanceRequest.Builder setInputConfig(InputConfig.Builder builderForValue)Required. Specify data to be imported.
.google.cloud.redis.v1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InputConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest.Builder |
|
setName(String value)
public ImportInstanceRequest.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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ImportInstanceRequest.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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ImportInstanceRequest.Builder |
This builder for chaining. |