Interface AddGroupMigrationRequestOrBuilder (1.51.0)

See more code actions.
public interface AddGroupMigrationRequestOrBuilder extends MessageOrBuilder
MessageOrBuilder

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
Type Description
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
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for migratingVm.