Interface ListMigrationSubtasksRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFilter()
      Optional.
      com.google.protobuf.ByteString getFilterBytes()
      Optional.
      int getPageSize()
      Optional.
      String getPageToken()
      Optional.
      com.google.protobuf.ByteString getPageTokenBytes()
      Optional.
      String getParent()
      Required.
      com.google.protobuf.ByteString getParentBytes()
      Required.
      com.google.protobuf.FieldMask getReadMask()
      Optional.
      com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder()
      Optional.
      boolean hasReadMask()
      Optional.
      • 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

      • getParent

        String getParent()
         Required. The migration task of the subtasks to list.
         Example: `projects/123/locations/us/workflows/1234`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The migration task of the subtasks to list.
         Example: `projects/123/locations/us/workflows/1234`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasReadMask

        boolean hasReadMask()
         Optional. The list of fields to be retrieved.
         
        .google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the readMask field is set.
      • getReadMask

        com.google.protobuf.FieldMask getReadMask()
         Optional. The list of fields to be retrieved.
         
        .google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The readMask.
      • getReadMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder()
         Optional. The list of fields to be retrieved.
         
        .google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      • getPageSize

        int getPageSize()
         Optional. The maximum number of migration tasks to return. The service may return
         fewer than this number.
         
        int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         Optional. A page token, received from previous `ListMigrationSubtasks` call.
         Provide this to retrieve the subsequent page.
        
         When paginating, all other parameters provided to `ListMigrationSubtasks`
         must match the call that provided the page token.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         Optional. A page token, received from previous `ListMigrationSubtasks` call.
         Provide this to retrieve the subsequent page.
        
         When paginating, all other parameters provided to `ListMigrationSubtasks`
         must match the call that provided the page token.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for pageToken.
      • getFilter

        String getFilter()
         Optional. The filter to apply. This can be used to get the subtasks of a specific
         tasks in a workflow, e.g. `migration_task = "ab012"` where `"ab012"` is the
         task ID (not the name in the named map).
         
        string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The filter.
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         Optional. The filter to apply. This can be used to get the subtasks of a specific
         tasks in a workflow, e.g. `migration_task = "ab012"` where `"ab012"` is the
         task ID (not the name in the named map).
         
        string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for filter.