Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::ListDeploymentGroupsResponse.
The response message for the ListDeploymentGroups method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployment_groups
def deployment_groups() -> ::Array<::Google::Cloud::ConfigService::V1::DeploymentGroup>
Returns
- (::Array<::Google::Cloud::ConfigService::V1::DeploymentGroup>) — The deployment groups from the specified collection.
#deployment_groups=
def deployment_groups=(value) -> ::Array<::Google::Cloud::ConfigService::V1::DeploymentGroup>
Parameter
- value (::Array<::Google::Cloud::ConfigService::V1::DeploymentGroup>) — The deployment groups from the specified collection.
Returns
- (::Array<::Google::Cloud::ConfigService::V1::DeploymentGroup>) — The deployment groups from the specified collection.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — Token to be supplied to the next ListDeploymentGroups request via
page_tokento obtain the next set of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — Token to be supplied to the next ListDeploymentGroups request via
page_tokento obtain the next set of results.
Returns
-
(::String) — Token to be supplied to the next ListDeploymentGroups request via
page_tokento obtain the next set of results.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.