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
-
(::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
-
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.
-
(::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
- (::String) — A token identifying the page of results to return. If unspecified, the first page is retrieved.
#page_token=
def page_token=(value) -> ::String
- value (::String) — A token identifying the page of results to return. If unspecified, the first page is retrieved.
- (::String) — A token identifying the page of results to return. If unspecified, the first page is retrieved.
#parent
def parent() -> ::String
- (::String) — Required. The name of the case for which attachments should be listed.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The name of the case for which attachments should be listed.
- (::String) — Required. The name of the case for which attachments should be listed.