Class: Google::Cloud::Support::V2::ListAttachmentsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/support/v2/attachment_service.rb

Overview

The request message for the ListAttachments endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns 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.



38
39
40
41
# File 'proto_docs/google/cloud/support/v2/attachment_service.rb', line 38

class ListAttachmentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns 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.



38
39
40
41
# File 'proto_docs/google/cloud/support/v2/attachment_service.rb', line 38

class ListAttachmentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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.



38
39
40
41
# File 'proto_docs/google/cloud/support/v2/attachment_service.rb', line 38

class ListAttachmentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end