Class: Google::Cloud::GSuiteAddOns::V1::ListDeploymentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GSuiteAddOns::V1::ListDeploymentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb
Overview
Response message to list deployments.
Instance Attribute Summary collapse
-
#deployments ⇒ ::Array<::Google::Cloud::GSuiteAddOns::V1::Deployment>
The list of deployments for the given project.
-
#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::GSuiteAddOns::V1::Deployment>
Returns The list of deployments for the given project.
124 125 126 127 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 124 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.
124 125 126 127 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 124 class ListDeploymentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |