public interface StartMigrationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. The resource name of the instance to start migration on. Format: projects/{project}/locations/{location}/instances/{instance}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The resource name of the instance to start migration on. Format: projects/{project}/locations/{location}/instances/{instance}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSelfManagedSource()
public abstract SelfManagedSource getSelfManagedSource()Required. Configuration for migrating from a self-managed Valkey/Redis instance
.google.cloud.memorystore.v1.SelfManagedSource self_managed_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SelfManagedSource |
The selfManagedSource. |
getSelfManagedSourceOrBuilder()
public abstract SelfManagedSourceOrBuilder getSelfManagedSourceOrBuilder()Required. Configuration for migrating from a self-managed Valkey/Redis instance
.google.cloud.memorystore.v1.SelfManagedSource self_managed_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SelfManagedSourceOrBuilder |
|
getSourceCase()
public abstract StartMigrationRequest.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
StartMigrationRequest.SourceCase |
|
hasSelfManagedSource()
public abstract boolean hasSelfManagedSource()Required. Configuration for migrating from a self-managed Valkey/Redis instance
.google.cloud.memorystore.v1.SelfManagedSource self_managed_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the selfManagedSource field is set. |