Interface AddGroupMigrationRequestOrBuilder (1.33.0)

public interface AddGroupMigrationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGroup()

public abstract 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
TypeDescription
String

The group.

getGroupBytes()

public abstract 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
TypeDescription
ByteString

The bytes for group.

getMigratingVm()

public abstract String getMigratingVm()

The full path name of the MigratingVm to add.

string migrating_vm = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The migratingVm.

getMigratingVmBytes()

public abstract ByteString getMigratingVmBytes()

The full path name of the MigratingVm to add.

string migrating_vm = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for migratingVm.