Reference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitOperationsResponse.
The response structure for the ListUnitOperations method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — If present, the next page token can be provided to a subsequent ListUnitOperations call to list the next page. If empty, there are no more pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — If present, the next page token can be provided to a subsequent ListUnitOperations call to list the next page. If empty, there are no more pages.
Returns
- (::String) — If present, the next page token can be provided to a subsequent ListUnitOperations call to list the next page. If empty, there are no more pages.
#unit_operations
def unit_operations() -> ::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation>
Returns
- (::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation>) — The resulting unit operations.
#unit_operations=
def unit_operations=(value) -> ::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation>
Parameter
- value (::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation>) — The resulting unit operations.
Returns
- (::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation>) — The resulting unit operations.
#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.