Interface MoveAssignmentRequestOrBuilder (2.1.4)

public interface MoveAssignmentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationId()

public abstract String getDestinationId()

The new reservation ID, e.g.: projects/myotherproject/locations/US/reservations/team2-prod

string destination_id = 3 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The destinationId.

getDestinationIdBytes()

public abstract ByteString getDestinationIdBytes()

The new reservation ID, e.g.: projects/myotherproject/locations/US/reservations/team2-prod

string destination_id = 3 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for destinationId.

getName()

public abstract String getName()

Required. The resource name of the assignment, e.g. projects/myproject/locations/US/reservations/team1-prod/assignments/123

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name of the assignment, e.g. projects/myproject/locations/US/reservations/team1-prod/assignments/123

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.