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.
#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.
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.
#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 attachments should be listed.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of Case object for which attachments should be listed.
Returns
- (::String) — Required. The resource name of Case object for which attachments should be listed.