Class: Google::Cloud::AppHub::V1::ListServiceProjectAttachmentsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apphub/v1/apphub_service.rb

Overview

Request for ListServiceProjectAttachments.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filtering results.

Returns:

  • (::String)

    Optional. Filtering results.



63
64
65
66
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 63

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

#order_by::String

Returns Optional. Hint for how to order the results.

Returns:

  • (::String)

    Optional. Hint for how to order the results.



63
64
65
66
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 63

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

#page_size::Integer

Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Returns:

  • (::Integer)

    Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.



63
64
65
66
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 63

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

#page_token::String

Returns Optional. A token identifying a page of results the server should return.

Returns:

  • (::String)

    Optional. A token identifying a page of results the server should return.



63
64
65
66
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 63

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

#parent::String

Returns Required. Host project ID and location to list service project attachments. Only global location is supported. Expected format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. Host project ID and location to list service project attachments. Only global location is supported. Expected format: projects/{project}/locations/{location}.



63
64
65
66
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 63

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