Class: Google::Cloud::Support::V2beta::ShowFeedRequest

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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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