Google Cloud Support V2BETA API - Class Google::Cloud::Support::V2beta::ShowFeedRequest (v0.1.0)

Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::ShowFeedRequest.

The request message for the ShowFeed endpoint.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#order_by

def order_by() -> ::String
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

#order_by=

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

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

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of feed items fetched with each request.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of feed items fetched with each request.
Returns
  • (::Integer) — Optional. The maximum number of feed items fetched with each request.

#page_token

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

#page_token=

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

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the case for which feed items should be listed.

#parent=

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