lib/google/apis/servicecontrol_v1/service.rb in google-apis-servicecontrol_v1-0.6.0 vs lib/google/apis/servicecontrol_v1/service.rb in google-apis-servicecontrol_v1-0.7.0
- old
+ new
@@ -96,13 +96,13 @@
# before the operation is executed. If feasible, the client should cache the
# check results and reuse them for 60 seconds. In case of any server errors, the
# client should rely on the cached results for much longer time to avoid outage.
# WARNING: There is general 60s delay for the configuration and policy
# propagation, therefore callers MUST NOT depend on the `Check` method having
- # the latest policy information. NOTE: the CheckRequest has the size limit of
- # 64KB. This method requires the `servicemanagement.services.check` permission
- # on the specified service. For more information, see [Cloud IAM](https://cloud.
- # google.com/iam).
+ # the latest policy information. NOTE: the CheckRequest has the size limit (wire-
+ # format byte size) of 1MB. This method requires the `servicemanagement.services.
+ # check` permission on the specified service. For more information, see [Cloud
+ # IAM](https://cloud.google.com/iam).
# @param [String] service_name
# The service name as specified in its service configuration. For example, `"
# pubsub.googleapis.com"`. See [google.api.Service](https://cloud.google.com/
# service-management/reference/rpc/google.api#google.api.Service) for the
# definition of a service name.