Skip to content
Merged
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
95de5cba3201a683657cb472d5fa30aa768f19cc
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