Class: Google::Cloud::Support::V2::SearchCaseClassificationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2::SearchCaseClassificationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2/case_service.rb
Overview
The request message for SearchCaseClassifications endpoint.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of cases fetched with each request.
-
#page_token ⇒ ::String
A token identifying the page of results to return.
-
#query ⇒ ::String
An expression written in the Google Cloud filter language.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of cases fetched with each request.
219 220 221 222 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 219 class SearchCaseClassificationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A token identifying the page of results to return. If unspecified, the first page is retrieved.
219 220 221 222 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 219 class SearchCaseClassificationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::String
Returns An expression written in the Google Cloud filter language. If non-empty, then only cases whose fields match the filter are returned. If empty, then no messages are filtered out.
219 220 221 222 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 219 class SearchCaseClassificationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |