Class TransferProto.ListTransferJobsRequest.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<TransferProto.ListTransferJobsRequest.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<TransferProto.ListTransferJobsRequest.Builder>
      • getDefaultInstanceForType

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

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

        public TransferProto.ListTransferJobsRequest 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<TransferProto.ListTransferJobsRequest.Builder>
      • getFilter

        public String getFilter()
         Required. A list of query parameters specified as JSON text in the form of:
         `{"projectId":"my_project_id",
          "jobNames":["jobid1","jobid2",...],
          "jobStatuses":["status1","status2",...]}`
        
         Since `jobNames` and `jobStatuses` support multiple values, their values
         must be specified with array notation. `projectId` is required.
         `jobNames` and `jobStatuses` are optional.  The valid values for
         `jobStatuses` are case-insensitive:
         [ENABLED][google.storagetransfer.v1.TransferJob.Status.ENABLED],
         [DISABLED][google.storagetransfer.v1.TransferJob.Status.DISABLED], and
         [DELETED][google.storagetransfer.v1.TransferJob.Status.DELETED].
         
        string filter = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFilter in interface TransferProto.ListTransferJobsRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         Required. A list of query parameters specified as JSON text in the form of:
         `{"projectId":"my_project_id",
          "jobNames":["jobid1","jobid2",...],
          "jobStatuses":["status1","status2",...]}`
        
         Since `jobNames` and `jobStatuses` support multiple values, their values
         must be specified with array notation. `projectId` is required.
         `jobNames` and `jobStatuses` are optional.  The valid values for
         `jobStatuses` are case-insensitive:
         [ENABLED][google.storagetransfer.v1.TransferJob.Status.ENABLED],
         [DISABLED][google.storagetransfer.v1.TransferJob.Status.DISABLED], and
         [DELETED][google.storagetransfer.v1.TransferJob.Status.DELETED].
         
        string filter = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFilterBytes in interface TransferProto.ListTransferJobsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public TransferProto.ListTransferJobsRequest.Builder setFilter​(String value)
         Required. A list of query parameters specified as JSON text in the form of:
         `{"projectId":"my_project_id",
          "jobNames":["jobid1","jobid2",...],
          "jobStatuses":["status1","status2",...]}`
        
         Since `jobNames` and `jobStatuses` support multiple values, their values
         must be specified with array notation. `projectId` is required.
         `jobNames` and `jobStatuses` are optional.  The valid values for
         `jobStatuses` are case-insensitive:
         [ENABLED][google.storagetransfer.v1.TransferJob.Status.ENABLED],
         [DISABLED][google.storagetransfer.v1.TransferJob.Status.DISABLED], and
         [DELETED][google.storagetransfer.v1.TransferJob.Status.DELETED].
         
        string filter = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public TransferProto.ListTransferJobsRequest.Builder clearFilter()
         Required. A list of query parameters specified as JSON text in the form of:
         `{"projectId":"my_project_id",
          "jobNames":["jobid1","jobid2",...],
          "jobStatuses":["status1","status2",...]}`
        
         Since `jobNames` and `jobStatuses` support multiple values, their values
         must be specified with array notation. `projectId` is required.
         `jobNames` and `jobStatuses` are optional.  The valid values for
         `jobStatuses` are case-insensitive:
         [ENABLED][google.storagetransfer.v1.TransferJob.Status.ENABLED],
         [DISABLED][google.storagetransfer.v1.TransferJob.Status.DISABLED], and
         [DELETED][google.storagetransfer.v1.TransferJob.Status.DELETED].
         
        string filter = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setFilterBytes

        public TransferProto.ListTransferJobsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         Required. A list of query parameters specified as JSON text in the form of:
         `{"projectId":"my_project_id",
          "jobNames":["jobid1","jobid2",...],
          "jobStatuses":["status1","status2",...]}`
        
         Since `jobNames` and `jobStatuses` support multiple values, their values
         must be specified with array notation. `projectId` is required.
         `jobNames` and `jobStatuses` are optional.  The valid values for
         `jobStatuses` are case-insensitive:
         [ENABLED][google.storagetransfer.v1.TransferJob.Status.ENABLED],
         [DISABLED][google.storagetransfer.v1.TransferJob.Status.DISABLED], and
         [DELETED][google.storagetransfer.v1.TransferJob.Status.DELETED].
         
        string filter = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • setPageSize

        public TransferProto.ListTransferJobsRequest.Builder setPageSize​(int value)
         The list page size. The max allowed value is 256.
         
        int32 page_size = 4;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public TransferProto.ListTransferJobsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         The list page token.
         
        string page_token = 5;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.