All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dataproc.v1.ListJobsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.53.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dataproc/v1/jobs.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.dataproc.v1;

public interface ListJobsResponseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dataproc.v1.ListJobsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. Jobs list.
   * 
* * * repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List getJobsList(); /** * * *
   * Output only. Jobs list.
   * 
* * * repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dataproc.v1.Job getJobs(int index); /** * * *
   * Output only. Jobs list.
   * 
* * * repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ int getJobsCount(); /** * * *
   * Output only. Jobs list.
   * 
* * * repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List getJobsOrBuilderList(); /** * * *
   * Output only. Jobs list.
   * 
* * * repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dataproc.v1.JobOrBuilder getJobsOrBuilder(int index); /** * * *
   * Optional. This token is included in the response if there are more results
   * to fetch. To fetch additional results, provide this value as the
   * `page_token` in a subsequent <code>ListJobsRequest</code>.
   * 
* * string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** * * *
   * Optional. This token is included in the response if there are more results
   * to fetch. To fetch additional results, provide this value as the
   * `page_token` in a subsequent <code>ListJobsRequest</code>.
   * 
* * string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for nextPageToken. */ com.google.protobuf.ByteString getNextPageTokenBytes(); /** * * *
   * Output only. List of jobs with
   * [kms_key][google.cloud.dataproc.v1.EncryptionConfig.kms_key]-encrypted
   * parameters that could not be decrypted. A response to a `jobs.get` request
   * may indicate the reason for the decryption failure for a specific job.
   * 
* * repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return A list containing the unreachable. */ java.util.List getUnreachableList(); /** * * *
   * Output only. List of jobs with
   * [kms_key][google.cloud.dataproc.v1.EncryptionConfig.kms_key]-encrypted
   * parameters that could not be decrypted. A response to a `jobs.get` request
   * may indicate the reason for the decryption failure for a specific job.
   * 
* * repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The count of unreachable. */ int getUnreachableCount(); /** * * *
   * Output only. List of jobs with
   * [kms_key][google.cloud.dataproc.v1.EncryptionConfig.kms_key]-encrypted
   * parameters that could not be decrypted. A response to a `jobs.get` request
   * may indicate the reason for the decryption failure for a specific job.
   * 
* * repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @param index The index of the element to return. * @return The unreachable at the given index. */ java.lang.String getUnreachable(int index); /** * * *
   * Output only. List of jobs with
   * [kms_key][google.cloud.dataproc.v1.EncryptionConfig.kms_key]-encrypted
   * parameters that could not be decrypted. A response to a `jobs.get` request
   * may indicate the reason for the decryption failure for a specific job.
   * 
* * repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ com.google.protobuf.ByteString getUnreachableBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy