Class: Google::Cloud::AppHub::V1::ListServiceProjectAttachmentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::ListServiceProjectAttachmentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/apphub_service.rb
Overview
Response for ListServiceProjectAttachments.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#service_project_attachments ⇒ ::Array<::Google::Cloud::AppHub::V1::ServiceProjectAttachment>
List of service project attachments.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
78 79 80 81 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 78 class ListServiceProjectAttachmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_project_attachments ⇒ ::Array<::Google::Cloud::AppHub::V1::ServiceProjectAttachment>
Returns List of service project attachments.
78 79 80 81 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 78 class ListServiceProjectAttachmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
78 79 80 81 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 78 class ListServiceProjectAttachmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |