Class: Google::Cloud::Support::V2::SearchCaseClassificationsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#page_size::Integer

Returns The maximum number of cases fetched with each request.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

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.



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