Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::ListDeploymentsResponse.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployments
def deployments() -> ::Array<::Google::Cloud::ConfigService::V1::Deployment>
Returns
- (::Array<::Google::Cloud::ConfigService::V1::Deployment>) — List of {::Google::Cloud::ConfigService::V1::Deployment Deployment}s.
#deployments=
def deployments=(value) -> ::Array<::Google::Cloud::ConfigService::V1::Deployment>
Parameter
- value (::Array<::Google::Cloud::ConfigService::V1::Deployment>) — List of {::Google::Cloud::ConfigService::V1::Deployment Deployment}s.
Returns
- (::Array<::Google::Cloud::ConfigService::V1::Deployment>) — List of {::Google::Cloud::ConfigService::V1::Deployment Deployment}s.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — Token to be supplied to the next ListDeployments request via
page_token
to 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 ListDeployments request via
page_token
to obtain the next set of results.
Returns
-
(::String) — Token to be supplied to the next ListDeployments request via
page_token
to 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.