Class: Google::Cloud::ApiHub::V1::ListRuntimeProjectAttachmentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::ListRuntimeProjectAttachmentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb
Overview
The ListRuntimeProjectAttachments method's response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#runtime_project_attachments ⇒ ::Array<::Google::Cloud::ApiHub::V1::RuntimeProjectAttachment>
List of runtime project attachments.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
116 117 118 119 |
# File 'proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb', line 116 class ListRuntimeProjectAttachmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#runtime_project_attachments ⇒ ::Array<::Google::Cloud::ApiHub::V1::RuntimeProjectAttachment>
Returns List of runtime project attachments.
116 117 118 119 |
# File 'proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb', line 116 class ListRuntimeProjectAttachmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |