Google Cloud Support V2 API - Class Google::Cloud::Support::V2::SearchCaseClassificationsRequest (v0.2.0)

Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::SearchCaseClassificationsRequest.

The request message for SearchCaseClassifications endpoint.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of cases fetched with each request.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of cases fetched with each request.
Returns
  • (::Integer) — The maximum number of cases fetched with each request.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A token identifying the page of results to return. If unspecified, the first page is retrieved.

#page_token=

def page_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.

#query

def query() -> ::String
Returns
  • (::String) — 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.

#query=

def query=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.