Google Chat V1 API - Class Google::Apps::Chat::V1::ListSectionItemsRequest (v0.22.0)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ListSectionItemsRequest.

Request message for listing section items.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. A query filter.

    Currently only supports filtering by space.

    For example, space = spaces/{space}.

    Invalid queries are rejected with an INVALID_ARGUMENT error.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. A query filter.

    Currently only supports filtering by space.

    For example, space = spaces/{space}.

    Invalid queries are rejected with an INVALID_ARGUMENT error.

Returns
  • (::String) — Optional. A query filter.

    Currently only supports filtering by space.

    For example, space = spaces/{space}.

    Invalid queries are rejected with an INVALID_ARGUMENT error.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of section items to return. The service may return fewer than this value.

    If unspecified, at most 10 section items will be returned.

    The maximum value is 100. If you use a value more than 100, it's automatically changed to 100.

    Negative values return an INVALID_ARGUMENT error.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of section items to return. The service may return fewer than this value.

    If unspecified, at most 10 section items will be returned.

    The maximum value is 100. If you use a value more than 100, it's automatically changed to 100.

    Negative values return an INVALID_ARGUMENT error.

Returns
  • (::Integer) — Optional. The maximum number of section items to return. The service may return fewer than this value.

    If unspecified, at most 10 section items will be returned.

    The maximum value is 100. If you use a value more than 100, it's automatically changed to 100.

    Negative values return an INVALID_ARGUMENT error.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A page token, received from a previous list section items call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided should match the call that provided the page token. Passing different values to the other parameters might lead to unexpected results.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A page token, received from a previous list section items call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided should match the call that provided the page token. Passing different values to the other parameters might lead to unexpected results.

Returns
  • (::String) — Optional. A page token, received from a previous list section items call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided should match the call that provided the page token. Passing different values to the other parameters might lead to unexpected results.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent, which is the section resource name that owns this collection of section items. Only supports listing section items for the calling user.

    When you're filtering by space, use the wildcard - to search across all sections. For example, users/{user}/sections/-.

    Format: users/{user}/sections/{section}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent, which is the section resource name that owns this collection of section items. Only supports listing section items for the calling user.

    When you're filtering by space, use the wildcard - to search across all sections. For example, users/{user}/sections/-.

    Format: users/{user}/sections/{section}

Returns
  • (::String) — Required. The parent, which is the section resource name that owns this collection of section items. Only supports listing section items for the calling user.

    When you're filtering by space, use the wildcard - to search across all sections. For example, users/{user}/sections/-.

    Format: users/{user}/sections/{section}