Interface MoveAssignmentRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MoveAssignmentRequest, MoveAssignmentRequest.Builder

    public interface MoveAssignmentRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getName

        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:
        The name.
      • getNameBytes

        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) = { ... }
        Returns:
        The bytes for name.
      • getDestinationId

        String getDestinationId()
         The new reservation ID, e.g.:
           `projects/myotherproject/locations/US/reservations/team2-prod`
         
        string destination_id = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        The destinationId.
      • getDestinationIdBytes

        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) = { ... }
        Returns:
        The bytes for destinationId.
      • getAssignmentId

        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:
        The assignmentId.
      • getAssignmentIdBytes

        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;
        Returns:
        The bytes for assignmentId.