Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class FinishMigrationRequest.
Request for FinishMigration.
Generated from protobuf message google.cloud.memorystore.v1beta.FinishMigrationRequest
Namespace
Google \ Cloud \ Memorystore \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the instance to finalize migration on. Format: projects/{project}/locations/{location}/instances/{instance} |
↳ force |
bool
Optional. By default, the |
getName
Required. The resource name of the instance to finalize migration on.
Format: projects/{project}/locations/{location}/instances/{instance}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the instance to finalize migration on.
Format: projects/{project}/locations/{location}/instances/{instance}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getForce
Optional. By default, the FinishMigration operation ensures the target
replication offset to catch up to the source offset as of the time of the
call. Set this field to true to bypass this offset verification check.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setForce
Optional. By default, the FinishMigration operation ensures the target
replication offset to catch up to the source offset as of the time of the
call. Set this field to true to bypass this offset verification check.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
name |
string
Required. The resource name of the instance to finalize migration on. Format: projects/{project}/locations/{location}/instances/{instance} Please see MemorystoreClient::instanceName() for help formatting this field. |
force |
bool
Optional. By default, the |
| Returns | |
|---|---|
| Type | Description |
FinishMigrationRequest |
|