Interface SearchBackgroundJobsRequestOrBuilder

    • Method Detail

      • getConversionWorkspace

        String getConversionWorkspace()
         Required. Name of the conversion workspace resource whose jobs are listed,
         in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string conversion_workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The conversionWorkspace.
      • getConversionWorkspaceBytes

        com.google.protobuf.ByteString getConversionWorkspaceBytes()
         Required. Name of the conversion workspace resource whose jobs are listed,
         in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string conversion_workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for conversionWorkspace.
      • getReturnMostRecentPerJobType

        boolean getReturnMostRecentPerJobType()
         Optional. Whether or not to return just the most recent job per job type,
         
        bool return_most_recent_per_job_type = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The returnMostRecentPerJobType.
      • getMaxSize

        int getMaxSize()
         Optional. The maximum number of jobs to return. The service may return
         fewer than this value. If unspecified, at most 100 jobs are
         returned. The maximum value is 100; values above 100 are coerced to
         100.
         
        int32 max_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The maxSize.
      • hasCompletedUntilTime

        boolean hasCompletedUntilTime()
         Optional. If provided, only returns jobs that completed until (not
         including) the given timestamp.
         
        .google.protobuf.Timestamp completed_until_time = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the completedUntilTime field is set.
      • getCompletedUntilTime

        com.google.protobuf.Timestamp getCompletedUntilTime()
         Optional. If provided, only returns jobs that completed until (not
         including) the given timestamp.
         
        .google.protobuf.Timestamp completed_until_time = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The completedUntilTime.
      • getCompletedUntilTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCompletedUntilTimeOrBuilder()
         Optional. If provided, only returns jobs that completed until (not
         including) the given timestamp.
         
        .google.protobuf.Timestamp completed_until_time = 4 [(.google.api.field_behavior) = OPTIONAL];