Class: Google::Cloud::ConfigService::V1::ListDeploymentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ListDeploymentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Instance Attribute Summary collapse
-
#deployments ⇒ ::Array<::Google::Cloud::ConfigService::V1::Deployment>
List of Deployments.
-
#next_page_token ⇒ ::String
Token to be supplied to the next ListDeployments request via
page_token
to obtain the next set of results. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#deployments ⇒ ::Array<::Google::Cloud::ConfigService::V1::Deployment>
Returns List of Deployments.
365 366 367 368 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 365 class ListDeploymentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to be supplied to the next ListDeployments request via page_token
to obtain the next set of results.
365 366 367 368 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 365 class ListDeploymentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
365 366 367 368 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 365 class ListDeploymentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |