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

com.google.cloud.dataproc.v1.ListClustersRequestOrBuilder 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/clusters.proto

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

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

  /**
   *
   *
   * 
   * Required. The ID of the Google Cloud Platform project that the cluster
   * belongs to.
   * 
* * string project_id = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The projectId. */ java.lang.String getProjectId(); /** * * *
   * Required. The ID of the Google Cloud Platform project that the cluster
   * belongs to.
   * 
* * string project_id = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for projectId. */ com.google.protobuf.ByteString getProjectIdBytes(); /** * * *
   * Required. The Dataproc region in which to handle the request.
   * 
* * string region = 4 [(.google.api.field_behavior) = REQUIRED]; * * @return The region. */ java.lang.String getRegion(); /** * * *
   * Required. The Dataproc region in which to handle the request.
   * 
* * string region = 4 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for region. */ com.google.protobuf.ByteString getRegionBytes(); /** * * *
   * Optional. A filter constraining the clusters to list. Filters are
   * case-sensitive and have the following syntax:
   *
   * field = value [AND [field = value]] ...
   *
   * where **field** is one of `status.state`, `clusterName`, or `labels.[KEY]`,
   * and `[KEY]` is a label key. **value** can be `*` to match all values.
   * `status.state` can be one of the following: `ACTIVE`, `INACTIVE`,
   * `CREATING`, `RUNNING`, `ERROR`, `DELETING`, `UPDATING`, `STOPPING`, or
   * `STOPPED`. `ACTIVE` contains the `CREATING`, `UPDATING`, and `RUNNING`
   * states. `INACTIVE` contains the `DELETING`, `ERROR`, `STOPPING`, and
   * `STOPPED` states. `clusterName` is the name of the cluster provided at
   * creation time. Only the logical `AND` operator is supported;
   * space-separated items are treated as having an implicit `AND` operator.
   *
   * Example filter:
   *
   * status.state = ACTIVE AND clusterName = mycluster
   * AND labels.env = staging AND labels.starred = *
   * 
* * string filter = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The filter. */ java.lang.String getFilter(); /** * * *
   * Optional. A filter constraining the clusters to list. Filters are
   * case-sensitive and have the following syntax:
   *
   * field = value [AND [field = value]] ...
   *
   * where **field** is one of `status.state`, `clusterName`, or `labels.[KEY]`,
   * and `[KEY]` is a label key. **value** can be `*` to match all values.
   * `status.state` can be one of the following: `ACTIVE`, `INACTIVE`,
   * `CREATING`, `RUNNING`, `ERROR`, `DELETING`, `UPDATING`, `STOPPING`, or
   * `STOPPED`. `ACTIVE` contains the `CREATING`, `UPDATING`, and `RUNNING`
   * states. `INACTIVE` contains the `DELETING`, `ERROR`, `STOPPING`, and
   * `STOPPED` states. `clusterName` is the name of the cluster provided at
   * creation time. Only the logical `AND` operator is supported;
   * space-separated items are treated as having an implicit `AND` operator.
   *
   * Example filter:
   *
   * status.state = ACTIVE AND clusterName = mycluster
   * AND labels.env = staging AND labels.starred = *
   * 
* * string filter = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for filter. */ com.google.protobuf.ByteString getFilterBytes(); /** * * *
   * Optional. The standard List page size.
   * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The pageSize. */ int getPageSize(); /** * * *
   * Optional. The standard List page token.
   * 
* * string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The pageToken. */ java.lang.String getPageToken(); /** * * *
   * Optional. The standard List page token.
   * 
* * string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for pageToken. */ com.google.protobuf.ByteString getPageTokenBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy