Class: Google::Cloud::ApiHub::V1::ListDeploymentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::ListDeploymentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The ListDeployments method's response.
Instance Attribute Summary collapse
-
#deployments ⇒ ::Array<::Google::Cloud::ApiHub::V1::Deployment>
The deployment resources present in the API hub.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#deployments ⇒ ::Array<::Google::Cloud::ApiHub::V1::Deployment>
Returns The deployment resources present in the API hub.
797 798 799 800 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 797 class ListDeploymentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
797 798 799 800 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 797 class ListDeploymentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |