Interface MoveAssignmentRequestOrBuilder (2.19.0)

public interface MoveAssignmentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAssignmentId()

public abstract String getAssignmentId()

The optional assignment ID. A new assignment name is generated if this field is empty. This field can contain only lowercase alphanumeric characters or dashes. Max length is 64 characters.

string assignment_id = 5;

Returns
TypeDescription
String

The assignmentId.

getAssignmentIdBytes()

public abstract ByteString getAssignmentIdBytes()

The optional assignment ID. A new assignment name is generated if this field is empty. This field can contain only lowercase alphanumeric characters or dashes. Max length is 64 characters.

string assignment_id = 5;

Returns
TypeDescription
ByteString

The bytes for assignmentId.

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.