Class: Google::Cloud::Support::V2beta::ShowFeedRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2beta::ShowFeedRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2beta/feed_service.rb
Overview
The request message for the ShowFeed endpoint.
Instance Attribute Summary collapse
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#order_by ⇒ ::String
Returns Optional. Field to order feed items by, followed by asc or desc
postfix. The only valid field is
creation_time. This list is case-insensitive, default sorting order is
ascending, and the redundant space characters are insignificant.
Example: creation_time desc.
44 45 46 47 |
# File 'proto_docs/google/cloud/support/v2beta/feed_service.rb', line 44 class ShowFeedRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of feed items fetched with each request.
44 45 46 47 |
# File 'proto_docs/google/cloud/support/v2beta/feed_service.rb', line 44 class ShowFeedRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.
44 45 46 47 |
# File 'proto_docs/google/cloud/support/v2beta/feed_service.rb', line 44 class ShowFeedRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the case for which feed items should be listed.
44 45 46 47 |
# File 'proto_docs/google/cloud/support/v2beta/feed_service.rb', line 44 class ShowFeedRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |