Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/alb/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10774896634990c655a523f5f0fabd6e2be9e216
7387ad1600ca8bb2a3f15a5df04cd5831d75852f
Original file line number Diff line number Diff line change
Expand Up @@ -1591,8 +1591,6 @@ private okhttp3.Call getQuotaValidateBeforeCall(
/**
* Get the quota of Application Load Balancers in a project. Retrieves the configured
* Application Load Balancer quota for the project. Limit can be changed via service request.
* There can be 3 times as many TLS certificates and observability credentials as Load
* Balancers.
*
* @param projectId (required)
* @param region (required)
Expand Down Expand Up @@ -1621,8 +1619,6 @@ public GetQuotaResponse getQuota(
/**
* Get the quota of Application Load Balancers in a project. Retrieves the configured
* Application Load Balancer quota for the project. Limit can be changed via service request.
* There can be 3 times as many TLS certificates and observability credentials as Load
* Balancers.
*
* @param projectId (required)
* @param region (required)
Expand Down Expand Up @@ -1652,8 +1648,7 @@ public ApiResponse<GetQuotaResponse> getQuotaWithHttpInfo(
/**
* Get the quota of Application Load Balancers in a project. (asynchronously) Retrieves the
* configured Application Load Balancer quota for the project. Limit can be changed via service
* request. There can be 3 times as many TLS certificates and observability credentials as Load
* Balancers.
* request.
*
* @param projectId (required)
* @param region (required)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public GetQuotaResponse maxCredentials(@javax.annotation.Nullable Integer maxCre

/**
* The maximum number of observability credentials that can be stored in this project. minimum:
* -1 maximum: 999
* -1 maximum: 1000000
*
* @return maxCredentials
*/
Expand All @@ -99,7 +99,7 @@ public GetQuotaResponse maxLoadBalancers(@javax.annotation.Nullable Integer maxL
}

/**
* The maximum number of load balancing servers in this project. minimum: -1 maximum: 999
* The maximum number of load balancing servers in this project. minimum: -1 maximum: 1000000
*
* @return maxLoadBalancers
*/
Expand Down