Class: Google::Cloud::ConfigService::V1::ListDeploymentGroupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ListDeploymentGroupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
The response message for the ListDeploymentGroups method.
Instance Attribute Summary collapse
-
#deployment_groups ⇒ ::Array<::Google::Cloud::ConfigService::V1::DeploymentGroup>
The deployment groups from the specified collection.
-
#next_page_token ⇒ ::String
Token to be supplied to the next ListDeploymentGroups request via
page_tokento obtain the next set of results. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#deployment_groups ⇒ ::Array<::Google::Cloud::ConfigService::V1::DeploymentGroup>
Returns The deployment groups from the specified collection.
2407 2408 2409 2410 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2407 class ListDeploymentGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to be supplied to the next ListDeploymentGroups request via
page_token to obtain the next set of results.
2407 2408 2409 2410 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2407 class ListDeploymentGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
2407 2408 2409 2410 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2407 class ListDeploymentGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |