Google Cloud Support V2 API - Class Google::Cloud::Support::V2::ListCommentsRequest (v0.1.0)

Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::ListCommentsRequest.

The request message for the ListComments endpoint.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of comments fetched with each request. Defaults to 10.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of comments fetched with each request. Defaults to 10.
Returns
  • (::Integer) — The maximum number of comments fetched with each request. Defaults to 10.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A token identifying the page of results to return. If unspecified, the first page is retrieved.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of Case object for which comments should be listed.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of Case object for which comments should be listed.
Returns
  • (::String) — Required. The resource name of Case object for which comments should be listed.