Class ListMigrationSubtasksRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksRequest.Builder>
      • getDefaultInstanceForType

        public ListMigrationSubtasksRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ListMigrationSubtasksRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ListMigrationSubtasksRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksRequest.Builder>
      • mergeFrom

        public ListMigrationSubtasksRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListMigrationSubtasksRequest.Builder>
        Throws:
        IOException
      • getParent

        public 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) = { ... }
        Specified by:
        getParent in interface ListMigrationSubtasksRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public 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) = { ... }
        Specified by:
        getParentBytes in interface ListMigrationSubtasksRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListMigrationSubtasksRequest.Builder setParent​(String value)
         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) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ListMigrationSubtasksRequest.Builder clearParent()
         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:
        This builder for chaining.
      • setParentBytes

        public ListMigrationSubtasksRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         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) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • hasReadMask

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

        public com.google.protobuf.FieldMask getReadMask()
         Optional. The list of fields to be retrieved.
         
        .google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getReadMask in interface ListMigrationSubtasksRequestOrBuilder
        Returns:
        The readMask.
      • setReadMask

        public ListMigrationSubtasksRequest.Builder setReadMask​(com.google.protobuf.FieldMask value)
         Optional. The list of fields to be retrieved.
         
        .google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      • setReadMask

        public ListMigrationSubtasksRequest.Builder setReadMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Optional. The list of fields to be retrieved.
         
        .google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      • mergeReadMask

        public ListMigrationSubtasksRequest.Builder mergeReadMask​(com.google.protobuf.FieldMask value)
         Optional. The list of fields to be retrieved.
         
        .google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      • clearReadMask

        public ListMigrationSubtasksRequest.Builder clearReadMask()
         Optional. The list of fields to be retrieved.
         
        .google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      • getReadMaskBuilder

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

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

        public 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];
        Specified by:
        getPageSize in interface ListMigrationSubtasksRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListMigrationSubtasksRequest.Builder setPageSize​(int value)
         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];
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListMigrationSubtasksRequest.Builder clearPageSize()
         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:
        This builder for chaining.
      • getPageToken

        public 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];
        Specified by:
        getPageToken in interface ListMigrationSubtasksRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public 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];
        Specified by:
        getPageTokenBytes in interface ListMigrationSubtasksRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListMigrationSubtasksRequest.Builder setPageToken​(String value)
         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];
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListMigrationSubtasksRequest.Builder clearPageToken()
         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:
        This builder for chaining.
      • setPageTokenBytes

        public ListMigrationSubtasksRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         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];
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • getFilter

        public 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];
        Specified by:
        getFilter in interface ListMigrationSubtasksRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public 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];
        Specified by:
        getFilterBytes in interface ListMigrationSubtasksRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListMigrationSubtasksRequest.Builder setFilter​(String value)
         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];
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ListMigrationSubtasksRequest.Builder clearFilter()
         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:
        This builder for chaining.
      • setFilterBytes

        public ListMigrationSubtasksRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         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];
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.