Package com.google.cloud.vmmigration.v1
Interface AddGroupMigrationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddGroupMigrationRequest
,AddGroupMigrationRequest.Builder
public interface AddGroupMigrationRequestOrBuilder 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 full path name of the MigratingVm to add.com.google.protobuf.ByteString
getMigratingVmBytes()
The full path name of the MigratingVm to add.-
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 full path name of the Group to add to.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()
Required. The full path name of the Group to add to.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for group.
-
getMigratingVm
String getMigratingVm()
The full path name of the MigratingVm to add.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
- Returns:
- The migratingVm.
-
getMigratingVmBytes
com.google.protobuf.ByteString getMigratingVmBytes()
The full path name of the MigratingVm to add.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for migratingVm.
-
-