Reference documentation and code samples for the Google API Common Protos Client class Explicit.
Specifies a set of buckets with arbitrary widths.
There are size(bounds) + 1 (= N) buckets. Bucket i has the following
boundaries:
Upper bound (0 <= i < N-1): bounds[i]
Lower bound (1 <= i < N); bounds[i - 1]
The bounds field must contain at least one element. If bounds has
only one element, then there are no finite buckets, and that single
element is the common boundary of the overflow and underflow buckets.
Generated from protobuf message google.api.Distribution.BucketOptions.Explicit
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google API Common Protos Client - Class Explicit (4.12.3)\n\nVersion latestkeyboard_arrow_down\n\n- [4.12.3 (latest)](/php/docs/reference/common-protos/latest/Api.Distribution.BucketOptions.Explicit)\n- [4.12.2](/php/docs/reference/common-protos/4.12.2/Api.Distribution.BucketOptions.Explicit)\n- [4.11.0](/php/docs/reference/common-protos/4.11.0/Api.Distribution.BucketOptions.Explicit)\n- [4.10.0](/php/docs/reference/common-protos/4.10.0/Api.Distribution.BucketOptions.Explicit)\n- [4.9.0](/php/docs/reference/common-protos/4.9.0/Api.Distribution.BucketOptions.Explicit)\n- [4.8.3](/php/docs/reference/common-protos/4.8.3/Api.Distribution.BucketOptions.Explicit) \nReference documentation and code samples for the Google API Common Protos Client class Explicit.\n\nSpecifies a set of buckets with arbitrary widths.\n\nThere are `size(bounds) + 1` (= N) buckets. Bucket `i` has the following\nboundaries:\nUpper bound (0 \\\u003c= i \\\u003c N-1): bounds\\[i\\]\nLower bound (1 \\\u003c= i \\\u003c N); bounds\\[i - 1\\]\nThe `bounds` field must contain at least one element. If `bounds` has\nonly one element, then there are no finite buckets, and that single\nelement is the common boundary of the overflow and underflow buckets.\n\nGenerated from protobuf message `google.api.Distribution.BucketOptions.Explicit`\n\nNamespace\n---------\n\nGoogle \\\\ Api \\\\ Distribution \\\\ BucketOptions\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getBounds\n\nThe values must be monotonically increasing.\n\n### setBounds\n\nThe values must be monotonically increasing."]]