public interface RemoveGroupMigrationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGroup()
public abstract String getGroup()Required. The name of the Group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The group. |
getGroupBytes()
public abstract ByteString getGroupBytes()Required. The name of the Group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for group. |
getMigratingVm()
public abstract String getMigratingVm()The MigratingVm to remove.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The migratingVm. |
getMigratingVmBytes()
public abstract ByteString getMigratingVmBytes()The MigratingVm to remove.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for migratingVm. |