public interface MoveAssignmentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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) = { ... }
| Type | Description |
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) = { ... }
| Type | Description |
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) = { ... }
| Type | Description |
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) = { ... }
| Type | Description |
ByteString |
The bytes for name. |