public interface MoveAssignmentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignmentId()
The optional assignment ID.
|
com.google.protobuf.ByteString |
getAssignmentIdBytes()
The optional assignment ID.
|
String |
getDestinationId()
The new reservation ID, e.g.:
`projects/myotherproject/locations/US/reservations/team2-prod`
|
com.google.protobuf.ByteString |
getDestinationIdBytes()
The new reservation ID, e.g.:
`projects/myotherproject/locations/US/reservations/team2-prod`
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
String getDestinationId()
The new reservation ID, e.g.: `projects/myotherproject/locations/US/reservations/team2-prod`
string destination_id = 3 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getDestinationIdBytes()
The new reservation ID, e.g.: `projects/myotherproject/locations/US/reservations/team2-prod`
string destination_id = 3 [(.google.api.resource_reference) = { ... }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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.