Google Cloud Support V2 API - Class Google::Cloud::Support::V2::ListAttachmentsRequest (v1.4.1)

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

The request message for the ListAttachments 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 attachments fetched with each request.

    If not provided, the default is 10. The maximum page size that will be returned is 100.

    The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.

#page_size=

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

    If not provided, the default is 10. The maximum page size that will be returned is 100.

    The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.

Returns
  • (::Integer) — The maximum number of attachments fetched with each request.

    If not provided, the default is 10. The maximum page size that will be returned is 100.

    The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.

#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 name of the case for which attachments should be listed.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the case for which attachments should be listed.
Returns
  • (::String) — Required. The name of the case for which attachments should be listed.