Package com.google.cloud.vmmigration.v1
Interface RemoveGroupMigrationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveGroupMigrationRequest
,RemoveGroupMigrationRequest.Builder
public interface RemoveGroupMigrationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGroup()
Required.com.google.protobuf.ByteString
getGroupBytes()
Required.String
getMigratingVm()
The MigratingVm to remove.com.google.protobuf.ByteString
getMigratingVmBytes()
The MigratingVm to remove.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroup
String getGroup()
Required. The name of the Group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()
Required. The name of the Group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for group.
-
getMigratingVm
String getMigratingVm()
The MigratingVm to remove.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
- Returns:
- The migratingVm.
-
getMigratingVmBytes
com.google.protobuf.ByteString getMigratingVmBytes()
The MigratingVm to remove.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for migratingVm.
-
-