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

com.google.bigtable.v2.FeatureFlagsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.47.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/bigtable/v2/feature_flags.proto

// Protobuf Java Version: 3.25.4
package com.google.bigtable.v2;

public interface FeatureFlagsOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.bigtable.v2.FeatureFlags)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Notify the server that the client supports reverse scans. The server will
   * reject ReadRowsRequests with the reverse bit set when this is absent.
   * 
* * bool reverse_scans = 1; * * @return The reverseScans. */ boolean getReverseScans(); /** * * *
   * Notify the server that the client enables batch write flow control by
   * requesting RateLimitInfo from MutateRowsResponse. Due to technical reasons,
   * this disables partial retries.
   * 
* * bool mutate_rows_rate_limit = 3; * * @return The mutateRowsRateLimit. */ boolean getMutateRowsRateLimit(); /** * * *
   * Notify the server that the client enables batch write flow control by
   * requesting RateLimitInfo from MutateRowsResponse. With partial retries
   * enabled.
   * 
* * bool mutate_rows_rate_limit2 = 5; * * @return The mutateRowsRateLimit2. */ boolean getMutateRowsRateLimit2(); /** * * *
   * Notify the server that the client supports the last_scanned_row field
   * in ReadRowsResponse for long-running scans.
   * 
* * bool last_scanned_row_responses = 4; * * @return The lastScannedRowResponses. */ boolean getLastScannedRowResponses(); /** * * *
   * Notify the server that the client supports using encoded routing cookie
   * strings to retry requests with.
   * 
* * bool routing_cookie = 6; * * @return The routingCookie. */ boolean getRoutingCookie(); /** * * *
   * Notify the server that the client supports using retry info back off
   * durations to retry requests with.
   * 
* * bool retry_info = 7; * * @return The retryInfo. */ boolean getRetryInfo(); /** * * *
   * Notify the server that the client has client side metrics enabled.
   * 
* * bool client_side_metrics_enabled = 8; * * @return The clientSideMetricsEnabled. */ boolean getClientSideMetricsEnabled(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy