Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::SearchCaseClassificationsRequest.
The request message for the SearchCaseClassifications endpoint.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#page_size
defpage_size()->::Integer
Returns
(::Integer) — The maximum number of classifications fetched with each request.
#page_size=
defpage_size=(value)->::Integer
Parameter
value (::Integer) — The maximum number of classifications fetched with each request.
Returns
(::Integer) — The maximum number of classifications fetched with each request.
#page_token
defpage_token()->::String
Returns
(::String) — A token identifying the page of results to return. If unspecified, the
first page is retrieved.
#page_token=
defpage_token=(value)->::String
Parameter
value (::String) — A token identifying the page of results to return. If unspecified, the
first page is retrieved.
Returns
(::String) — A token identifying the page of results to return. If unspecified, the
first page is retrieved.
[[["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 Cloud Support V2BETA API - Class Google::Cloud::Support::V2beta::SearchCaseClassificationsRequest (v0.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.0 (latest)](/ruby/docs/reference/google-cloud-support-v2beta/latest/Google-Cloud-Support-V2beta-SearchCaseClassificationsRequest)\n- [0.1.1](/ruby/docs/reference/google-cloud-support-v2beta/0.1.1/Google-Cloud-Support-V2beta-SearchCaseClassificationsRequest) \nReference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::SearchCaseClassificationsRequest.\n\nThe request message for the SearchCaseClassifications endpoint. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #page_size\n\n def page_size() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- The maximum number of classifications fetched with each request.\n\n### #page_size=\n\n def page_size=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- The maximum number of classifications fetched with each request. \n**Returns**\n\n- (::Integer) --- The maximum number of classifications fetched with each request.\n\n### #page_token\n\n def page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- A token identifying the page of results to return. If unspecified, the first page is retrieved.\n\n### #page_token=\n\n def page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- A token identifying the page of results to return. If unspecified, the first page is retrieved. \n**Returns**\n\n- (::String) --- A token identifying the page of results to return. If unspecified, the first page is retrieved.\n\n### #product\n\n def product() -\u003e ::Google::Cloud::Support::V2beta::Product\n\n**Returns**\n\n- ([::Google::Cloud::Support::V2beta::Product](./Google-Cloud-Support-V2beta-Product)) --- Optional. The product to return case classifications for.\n\n### #product=\n\n def product=(value) -\u003e ::Google::Cloud::Support::V2beta::Product\n\n**Parameter**\n\n- **value** ([::Google::Cloud::Support::V2beta::Product](./Google-Cloud-Support-V2beta-Product)) --- Optional. The product to return case classifications for. \n**Returns**\n\n- ([::Google::Cloud::Support::V2beta::Product](./Google-Cloud-Support-V2beta-Product)) --- Optional. The product to return case classifications for.\n\n### #query\n\n def query() -\u003e ::String\n\n**Returns**\n\n- (::String) --- An expression used to filter case classifications.\n\n If it's an empty string, then no filtering happens. Otherwise, case\n classifications will be returned that match the filter.\n\n### #query=\n\n def query=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- An expression used to filter case classifications.\n\n\n If it's an empty string, then no filtering happens. Otherwise, case\nclassifications will be returned that match the filter. \n**Returns**\n\n- (::String) --- An expression used to filter case classifications.\n\n If it's an empty string, then no filtering happens. Otherwise, case\n classifications will be returned that match the filter."]]