@Generated public class AutomaticClusterUpdateAPI extends Object
Constructor and Description |
---|
AutomaticClusterUpdateAPI(ApiClient apiClient)
Regular-use constructor
|
AutomaticClusterUpdateAPI(AutomaticClusterUpdateService mock)
Constructor for mocks
|
Modifier and Type | Method and Description |
---|---|
AutomaticClusterUpdateSetting |
get(GetAutomaticClusterUpdateSettingRequest request)
Get the automatic cluster update setting.
|
AutomaticClusterUpdateService |
impl() |
AutomaticClusterUpdateSetting |
update(boolean allowMissing,
AutomaticClusterUpdateSetting setting,
String fieldMask) |
AutomaticClusterUpdateSetting |
update(UpdateAutomaticClusterUpdateSettingRequest request)
Update the automatic cluster update setting.
|
public AutomaticClusterUpdateAPI(ApiClient apiClient)
public AutomaticClusterUpdateAPI(AutomaticClusterUpdateService mock)
public AutomaticClusterUpdateSetting get(GetAutomaticClusterUpdateSettingRequest request)
Gets the automatic cluster update setting.
public AutomaticClusterUpdateSetting update(boolean allowMissing, AutomaticClusterUpdateSetting setting, String fieldMask)
public AutomaticClusterUpdateSetting update(UpdateAutomaticClusterUpdateSettingRequest request)
Updates the automatic cluster update setting for the workspace. A fresh etag needs to be provided in `PATCH` requests (as part of the setting field). The etag can be retrieved by making a `GET` request before the `PATCH` request. If the setting is updated concurrently, `PATCH` fails with 409 and the request must be retried by using the fresh etag in the 409 response.
public AutomaticClusterUpdateService impl()
Copyright © 2024. All rights reserved.