
com.google.cloud.compute.v1.CircuitBreakersOrBuilder Maven / Gradle / Ivy
/*
* 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/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface CircuitBreakersOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.CircuitBreakers)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The maximum number of connections to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
*
*
* optional int32 max_connections = 110652154;
*
* @return Whether the maxConnections field is set.
*/
boolean hasMaxConnections();
/**
*
*
*
* The maximum number of connections to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
*
*
* optional int32 max_connections = 110652154;
*
* @return The maxConnections.
*/
int getMaxConnections();
/**
*
*
*
* The maximum number of pending requests allowed to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
*
*
* optional int32 max_pending_requests = 375558887;
*
* @return Whether the maxPendingRequests field is set.
*/
boolean hasMaxPendingRequests();
/**
*
*
*
* The maximum number of pending requests allowed to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
*
*
* optional int32 max_pending_requests = 375558887;
*
* @return The maxPendingRequests.
*/
int getMaxPendingRequests();
/**
*
*
*
* The maximum number of parallel requests that allowed to the backend service. If not specified, there is no limit.
*
*
* optional int32 max_requests = 28097599;
*
* @return Whether the maxRequests field is set.
*/
boolean hasMaxRequests();
/**
*
*
*
* The maximum number of parallel requests that allowed to the backend service. If not specified, there is no limit.
*
*
* optional int32 max_requests = 28097599;
*
* @return The maxRequests.
*/
int getMaxRequests();
/**
*
*
*
* Maximum requests for a single connection to the backend service. This parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will effectively disable keep alive. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
*
*
* optional int32 max_requests_per_connection = 361630528;
*
* @return Whether the maxRequestsPerConnection field is set.
*/
boolean hasMaxRequestsPerConnection();
/**
*
*
*
* Maximum requests for a single connection to the backend service. This parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will effectively disable keep alive. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
*
*
* optional int32 max_requests_per_connection = 361630528;
*
* @return The maxRequestsPerConnection.
*/
int getMaxRequestsPerConnection();
/**
*
*
*
* The maximum number of parallel retries allowed to the backend cluster. If not specified, the default is 1. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
*
*
* optional int32 max_retries = 55546219;
*
* @return Whether the maxRetries field is set.
*/
boolean hasMaxRetries();
/**
*
*
*
* The maximum number of parallel retries allowed to the backend cluster. If not specified, the default is 1. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
*
*
* optional int32 max_retries = 55546219;
*
* @return The maxRetries.
*/
int getMaxRetries();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy