Class: Google::Cloud::Support::V2::ListCommentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2::ListCommentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2/comment_service.rb
Overview
The request message for the ListComments endpoint.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of comments fetched with each request.
-
#page_token ⇒ ::String
A token identifying the page of results to return.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of comments fetched with each request. Defaults to 10.
36 37 38 39 |
# File 'proto_docs/google/cloud/support/v2/comment_service.rb', line 36 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 retrieved.
36 37 38 39 |
# File 'proto_docs/google/cloud/support/v2/comment_service.rb', line 36 class ListCommentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of Case object for which comments should be listed.
36 37 38 39 |
# File 'proto_docs/google/cloud/support/v2/comment_service.rb', line 36 class ListCommentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |