Class: Google::Cloud::Support::V2beta::ListCommentsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/support/v2beta/comment_service.rb

Overview

The request message for the ListComments endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of comments to fetch. Defaults to 10.

Returns:

  • (::Integer)

    The maximum number of comments to fetch. Defaults to 10.



35
36
37
38
# File 'proto_docs/google/cloud/support/v2beta/comment_service.rb', line 35

class ListCommentsRequest
  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 returned.

Returns:

  • (::String)

    A token identifying the page of results to return. If unspecified, the first page is returned.



35
36
37
38
# File 'proto_docs/google/cloud/support/v2beta/comment_service.rb', line 35

class ListCommentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The name of the case for which to list comments.

Returns:

  • (::String)

    Required. The name of the case for which to list comments.



35
36
37
38
# File 'proto_docs/google/cloud/support/v2beta/comment_service.rb', line 35

class ListCommentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end