Class ListPipelineJobsRequest.Builder

  • All Implemented Interfaces:
    ListPipelineJobsRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    ListPipelineJobsRequest

    public static final class ListPipelineJobsRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ListPipelineJobsRequest.Builder>
    implements ListPipelineJobsRequestOrBuilder
     Request message for
     [PipelineService.ListPipelineJobs][google.cloud.aiplatform.v1.PipelineService.ListPipelineJobs].
     
    Protobuf type google.cloud.aiplatform.v1.ListPipelineJobsRequest
    • 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<ListPipelineJobsRequest.Builder>
      • clear

        public ListPipelineJobsRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ListPipelineJobsRequest.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<ListPipelineJobsRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public ListPipelineJobsRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ListPipelineJobsRequest.Builder>
      • clearField

        public ListPipelineJobsRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListPipelineJobsRequest.Builder>
      • clearOneof

        public ListPipelineJobsRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListPipelineJobsRequest.Builder>
      • setRepeatedField

        public ListPipelineJobsRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                int index,
                                                                Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListPipelineJobsRequest.Builder>
      • addRepeatedField

        public ListPipelineJobsRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListPipelineJobsRequest.Builder>
      • isInitialized

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

        public ListPipelineJobsRequest.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<ListPipelineJobsRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The resource name of the Location to list the PipelineJobs from.
         Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListPipelineJobsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The resource name of the Location to list the PipelineJobs from.
         Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListPipelineJobsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListPipelineJobsRequest.Builder setParent​(String value)
         Required. The resource name of the Location to list the PipelineJobs from.
         Format: `projects/{project}/locations/{location}`
         
        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 ListPipelineJobsRequest.Builder clearParent()
         Required. The resource name of the Location to list the PipelineJobs from.
         Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListPipelineJobsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the Location to list the PipelineJobs from.
         Format: `projects/{project}/locations/{location}`
         
        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.
      • getFilter

        public String getFilter()
         Lists the PipelineJobs that match the filter expression. The following
         fields are supported:
        
         * `pipeline_name`: Supports `=` and `!=` comparisons.
         * `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard.
         * `pipeline_job_user_id`: Supports `=`, `!=` comparisons, and `:` wildcard.
           for example, can check if pipeline's display_name contains *step* by
           doing display_name:\"*step*\"
         * `state`: Supports `=` and `!=` comparisons.
         * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `end_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `labels`: Supports key-value equality and key presence.
         * `template_uri`: Supports `=`, `!=` comparisons, and `:` wildcard.
         * `template_metadata.version`: Supports `=`, `!=` comparisons, and `:`
           wildcard.
        
         Filter expressions can be combined together using logical operators
         (`AND` & `OR`).
         For example: `pipeline_name="test" AND create_time>"2020-05-18T13:30:00Z"`.
        
         The syntax to define filter expression is based on
         https://google.aip.dev/160.
        
         Examples:
        
         * `create_time>"2021-05-18T00:00:00Z" OR
           update_time>"2020-05-18T00:00:00Z"` PipelineJobs created or updated
           after 2020-05-18 00:00:00 UTC.
         * `labels.env = "prod"`
           PipelineJobs with label "env" set to "prod".
         
        string filter = 2;
        Specified by:
        getFilter in interface ListPipelineJobsRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         Lists the PipelineJobs that match the filter expression. The following
         fields are supported:
        
         * `pipeline_name`: Supports `=` and `!=` comparisons.
         * `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard.
         * `pipeline_job_user_id`: Supports `=`, `!=` comparisons, and `:` wildcard.
           for example, can check if pipeline's display_name contains *step* by
           doing display_name:\"*step*\"
         * `state`: Supports `=` and `!=` comparisons.
         * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `end_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `labels`: Supports key-value equality and key presence.
         * `template_uri`: Supports `=`, `!=` comparisons, and `:` wildcard.
         * `template_metadata.version`: Supports `=`, `!=` comparisons, and `:`
           wildcard.
        
         Filter expressions can be combined together using logical operators
         (`AND` & `OR`).
         For example: `pipeline_name="test" AND create_time>"2020-05-18T13:30:00Z"`.
        
         The syntax to define filter expression is based on
         https://google.aip.dev/160.
        
         Examples:
        
         * `create_time>"2021-05-18T00:00:00Z" OR
           update_time>"2020-05-18T00:00:00Z"` PipelineJobs created or updated
           after 2020-05-18 00:00:00 UTC.
         * `labels.env = "prod"`
           PipelineJobs with label "env" set to "prod".
         
        string filter = 2;
        Specified by:
        getFilterBytes in interface ListPipelineJobsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListPipelineJobsRequest.Builder setFilter​(String value)
         Lists the PipelineJobs that match the filter expression. The following
         fields are supported:
        
         * `pipeline_name`: Supports `=` and `!=` comparisons.
         * `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard.
         * `pipeline_job_user_id`: Supports `=`, `!=` comparisons, and `:` wildcard.
           for example, can check if pipeline's display_name contains *step* by
           doing display_name:\"*step*\"
         * `state`: Supports `=` and `!=` comparisons.
         * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `end_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `labels`: Supports key-value equality and key presence.
         * `template_uri`: Supports `=`, `!=` comparisons, and `:` wildcard.
         * `template_metadata.version`: Supports `=`, `!=` comparisons, and `:`
           wildcard.
        
         Filter expressions can be combined together using logical operators
         (`AND` & `OR`).
         For example: `pipeline_name="test" AND create_time>"2020-05-18T13:30:00Z"`.
        
         The syntax to define filter expression is based on
         https://google.aip.dev/160.
        
         Examples:
        
         * `create_time>"2021-05-18T00:00:00Z" OR
           update_time>"2020-05-18T00:00:00Z"` PipelineJobs created or updated
           after 2020-05-18 00:00:00 UTC.
         * `labels.env = "prod"`
           PipelineJobs with label "env" set to "prod".
         
        string filter = 2;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ListPipelineJobsRequest.Builder clearFilter()
         Lists the PipelineJobs that match the filter expression. The following
         fields are supported:
        
         * `pipeline_name`: Supports `=` and `!=` comparisons.
         * `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard.
         * `pipeline_job_user_id`: Supports `=`, `!=` comparisons, and `:` wildcard.
           for example, can check if pipeline's display_name contains *step* by
           doing display_name:\"*step*\"
         * `state`: Supports `=` and `!=` comparisons.
         * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `end_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `labels`: Supports key-value equality and key presence.
         * `template_uri`: Supports `=`, `!=` comparisons, and `:` wildcard.
         * `template_metadata.version`: Supports `=`, `!=` comparisons, and `:`
           wildcard.
        
         Filter expressions can be combined together using logical operators
         (`AND` & `OR`).
         For example: `pipeline_name="test" AND create_time>"2020-05-18T13:30:00Z"`.
        
         The syntax to define filter expression is based on
         https://google.aip.dev/160.
        
         Examples:
        
         * `create_time>"2021-05-18T00:00:00Z" OR
           update_time>"2020-05-18T00:00:00Z"` PipelineJobs created or updated
           after 2020-05-18 00:00:00 UTC.
         * `labels.env = "prod"`
           PipelineJobs with label "env" set to "prod".
         
        string filter = 2;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ListPipelineJobsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         Lists the PipelineJobs that match the filter expression. The following
         fields are supported:
        
         * `pipeline_name`: Supports `=` and `!=` comparisons.
         * `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard.
         * `pipeline_job_user_id`: Supports `=`, `!=` comparisons, and `:` wildcard.
           for example, can check if pipeline's display_name contains *step* by
           doing display_name:\"*step*\"
         * `state`: Supports `=` and `!=` comparisons.
         * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `end_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
           Values must be in RFC 3339 format.
         * `labels`: Supports key-value equality and key presence.
         * `template_uri`: Supports `=`, `!=` comparisons, and `:` wildcard.
         * `template_metadata.version`: Supports `=`, `!=` comparisons, and `:`
           wildcard.
        
         Filter expressions can be combined together using logical operators
         (`AND` & `OR`).
         For example: `pipeline_name="test" AND create_time>"2020-05-18T13:30:00Z"`.
        
         The syntax to define filter expression is based on
         https://google.aip.dev/160.
        
         Examples:
        
         * `create_time>"2021-05-18T00:00:00Z" OR
           update_time>"2020-05-18T00:00:00Z"` PipelineJobs created or updated
           after 2020-05-18 00:00:00 UTC.
         * `labels.env = "prod"`
           PipelineJobs with label "env" set to "prod".
         
        string filter = 2;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • setPageSize

        public ListPipelineJobsRequest.Builder setPageSize​(int value)
         The standard list page size.
         
        int32 page_size = 3;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListPipelineJobsRequest.Builder clearPageSize()
         The standard list page size.
         
        int32 page_size = 3;
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         The standard list page token.
         Typically obtained via
         [ListPipelineJobsResponse.next_page_token][google.cloud.aiplatform.v1.ListPipelineJobsResponse.next_page_token]
         of the previous
         [PipelineService.ListPipelineJobs][google.cloud.aiplatform.v1.PipelineService.ListPipelineJobs]
         call.
         
        string page_token = 4;
        Specified by:
        getPageToken in interface ListPipelineJobsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         The standard list page token.
         Typically obtained via
         [ListPipelineJobsResponse.next_page_token][google.cloud.aiplatform.v1.ListPipelineJobsResponse.next_page_token]
         of the previous
         [PipelineService.ListPipelineJobs][google.cloud.aiplatform.v1.PipelineService.ListPipelineJobs]
         call.
         
        string page_token = 4;
        Specified by:
        getPageTokenBytes in interface ListPipelineJobsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListPipelineJobsRequest.Builder setPageToken​(String value)
         The standard list page token.
         Typically obtained via
         [ListPipelineJobsResponse.next_page_token][google.cloud.aiplatform.v1.ListPipelineJobsResponse.next_page_token]
         of the previous
         [PipelineService.ListPipelineJobs][google.cloud.aiplatform.v1.PipelineService.ListPipelineJobs]
         call.
         
        string page_token = 4;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListPipelineJobsRequest.Builder clearPageToken()
         The standard list page token.
         Typically obtained via
         [ListPipelineJobsResponse.next_page_token][google.cloud.aiplatform.v1.ListPipelineJobsResponse.next_page_token]
         of the previous
         [PipelineService.ListPipelineJobs][google.cloud.aiplatform.v1.PipelineService.ListPipelineJobs]
         call.
         
        string page_token = 4;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListPipelineJobsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         The standard list page token.
         Typically obtained via
         [ListPipelineJobsResponse.next_page_token][google.cloud.aiplatform.v1.ListPipelineJobsResponse.next_page_token]
         of the previous
         [PipelineService.ListPipelineJobs][google.cloud.aiplatform.v1.PipelineService.ListPipelineJobs]
         call.
         
        string page_token = 4;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • getOrderBy

        public String getOrderBy()
         A comma-separated list of fields to order by. The default sort order is in
         ascending order. Use "desc" after a field name for descending. You can have
         multiple order_by fields provided e.g. "create_time desc, end_time",
         "end_time, start_time, update_time" For example, using "create_time desc,
         end_time" will order results by create time in descending order, and if
         there are multiple jobs having the same create time, order them by the end
         time in ascending order. if order_by is not specified, it will order by
         default order is create time in descending order. Supported fields:
        
           * `create_time`
           * `update_time`
           * `end_time`
           * `start_time`
         
        string order_by = 6;
        Specified by:
        getOrderBy in interface ListPipelineJobsRequestOrBuilder
        Returns:
        The orderBy.
      • getOrderByBytes

        public com.google.protobuf.ByteString getOrderByBytes()
         A comma-separated list of fields to order by. The default sort order is in
         ascending order. Use "desc" after a field name for descending. You can have
         multiple order_by fields provided e.g. "create_time desc, end_time",
         "end_time, start_time, update_time" For example, using "create_time desc,
         end_time" will order results by create time in descending order, and if
         there are multiple jobs having the same create time, order them by the end
         time in ascending order. if order_by is not specified, it will order by
         default order is create time in descending order. Supported fields:
        
           * `create_time`
           * `update_time`
           * `end_time`
           * `start_time`
         
        string order_by = 6;
        Specified by:
        getOrderByBytes in interface ListPipelineJobsRequestOrBuilder
        Returns:
        The bytes for orderBy.
      • setOrderBy

        public ListPipelineJobsRequest.Builder setOrderBy​(String value)
         A comma-separated list of fields to order by. The default sort order is in
         ascending order. Use "desc" after a field name for descending. You can have
         multiple order_by fields provided e.g. "create_time desc, end_time",
         "end_time, start_time, update_time" For example, using "create_time desc,
         end_time" will order results by create time in descending order, and if
         there are multiple jobs having the same create time, order them by the end
         time in ascending order. if order_by is not specified, it will order by
         default order is create time in descending order. Supported fields:
        
           * `create_time`
           * `update_time`
           * `end_time`
           * `start_time`
         
        string order_by = 6;
        Parameters:
        value - The orderBy to set.
        Returns:
        This builder for chaining.
      • clearOrderBy

        public ListPipelineJobsRequest.Builder clearOrderBy()
         A comma-separated list of fields to order by. The default sort order is in
         ascending order. Use "desc" after a field name for descending. You can have
         multiple order_by fields provided e.g. "create_time desc, end_time",
         "end_time, start_time, update_time" For example, using "create_time desc,
         end_time" will order results by create time in descending order, and if
         there are multiple jobs having the same create time, order them by the end
         time in ascending order. if order_by is not specified, it will order by
         default order is create time in descending order. Supported fields:
        
           * `create_time`
           * `update_time`
           * `end_time`
           * `start_time`
         
        string order_by = 6;
        Returns:
        This builder for chaining.
      • setOrderByBytes

        public ListPipelineJobsRequest.Builder setOrderByBytes​(com.google.protobuf.ByteString value)
         A comma-separated list of fields to order by. The default sort order is in
         ascending order. Use "desc" after a field name for descending. You can have
         multiple order_by fields provided e.g. "create_time desc, end_time",
         "end_time, start_time, update_time" For example, using "create_time desc,
         end_time" will order results by create time in descending order, and if
         there are multiple jobs having the same create time, order them by the end
         time in ascending order. if order_by is not specified, it will order by
         default order is create time in descending order. Supported fields:
        
           * `create_time`
           * `update_time`
           * `end_time`
           * `start_time`
         
        string order_by = 6;
        Parameters:
        value - The bytes for orderBy to set.
        Returns:
        This builder for chaining.
      • hasReadMask

        public boolean hasReadMask()
         Mask specifying which fields to read.
         
        .google.protobuf.FieldMask read_mask = 7;
        Specified by:
        hasReadMask in interface ListPipelineJobsRequestOrBuilder
        Returns:
        Whether the readMask field is set.
      • getReadMask

        public com.google.protobuf.FieldMask getReadMask()
         Mask specifying which fields to read.
         
        .google.protobuf.FieldMask read_mask = 7;
        Specified by:
        getReadMask in interface ListPipelineJobsRequestOrBuilder
        Returns:
        The readMask.
      • setReadMask

        public ListPipelineJobsRequest.Builder setReadMask​(com.google.protobuf.FieldMask value)
         Mask specifying which fields to read.
         
        .google.protobuf.FieldMask read_mask = 7;
      • setReadMask

        public ListPipelineJobsRequest.Builder setReadMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Mask specifying which fields to read.
         
        .google.protobuf.FieldMask read_mask = 7;
      • mergeReadMask

        public ListPipelineJobsRequest.Builder mergeReadMask​(com.google.protobuf.FieldMask value)
         Mask specifying which fields to read.
         
        .google.protobuf.FieldMask read_mask = 7;
      • getReadMaskBuilder

        public com.google.protobuf.FieldMask.Builder getReadMaskBuilder()
         Mask specifying which fields to read.
         
        .google.protobuf.FieldMask read_mask = 7;
      • setUnknownFields

        public final ListPipelineJobsRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListPipelineJobsRequest.Builder>
      • mergeUnknownFields

        public final ListPipelineJobsRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListPipelineJobsRequest.Builder>