Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Release (2026-MM-DD)
- `sfs`: [v0.3.1](services/sfs/CHANGELOG.md#v031)
- Deprecate `getSchedule` and `listSchedules` methods in `SfsApi` class

## Release (2026-04-08)
- `iaas`:
- [v1.0.1](services/iaas/CHANGELOG.md#v101)
Expand Down
3 changes: 3 additions & 0 deletions services/sfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.1
- Deprecate `getSchedule` and `listSchedules` methods in `SfsApi` class

## v0.3.0
- **Feature:** Add `disableLock`, `enableLock`, `getLock`, `getSchedule`, `listSchedules`, `getSnapshotPolicy`, `listSnapshotPolicies`, methods to `DefaultApi` / `SfsApi` class
- **Feature:** New model classes: `EnableLockResponse`, `GetLockResponse`, `GetScheduleResponse`, `GetSnapshotPolicyResponse`, `ListSchedulesResponse`, `ListSnapshotPoliciesResponse`, `ResourcePoolSnapshotPolicy`, `Schedule`, `SnapshotPolicy`, `SnapshotPolicySchedule`, `UpdateResourcePoolSnapshotPayload`, `UpdateResourcePoolSnapshotResponse`
Expand Down
2 changes: 1 addition & 1 deletion services/sfs/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
2 changes: 1 addition & 1 deletion services/sfs/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1c36f3781c31a0e21c4588c7c4ec835d477d2f21
9356c10747db357b4ec533ec97231f1af5530ca0
Original file line number Diff line number Diff line change
Expand Up @@ -2893,7 +2893,10 @@ public okhttp3.Call getResourcePoolSnapshotAsync(
* <tr><td> 200 </td><td> OK </td><td> - </td></tr>
* <tr><td> 0 </td><td> Default error response </td><td> - </td></tr>
* </table>
*
* @deprecated
*/
@Deprecated
public okhttp3.Call getScheduleCall(
@javax.annotation.Nonnull String projectId,
@javax.annotation.Nonnull String id,
Expand Down Expand Up @@ -2956,6 +2959,7 @@ public okhttp3.Call getScheduleCall(
_callback);
}

@Deprecated
@SuppressWarnings("rawtypes")
private okhttp3.Call getScheduleValidateBeforeCall(
@javax.annotation.Nonnull String projectId,
Expand Down Expand Up @@ -2992,7 +2996,10 @@ private okhttp3.Call getScheduleValidateBeforeCall(
* <tr><td> 200 </td><td> OK </td><td> - </td></tr>
* <tr><td> 0 </td><td> Default error response </td><td> - </td></tr>
* </table>
*
* @deprecated
*/
@Deprecated
public GetScheduleResponse getSchedule(
@javax.annotation.Nonnull String projectId, @javax.annotation.Nonnull String id)
throws ApiException {
Expand All @@ -3015,7 +3022,10 @@ public GetScheduleResponse getSchedule(
* <tr><td> 200 </td><td> OK </td><td> - </td></tr>
* <tr><td> 0 </td><td> Default error response </td><td> - </td></tr>
* </table>
*
* @deprecated
*/
@Deprecated
public ApiResponse<GetScheduleResponse> getScheduleWithHttpInfo(
@javax.annotation.Nonnull String projectId, @javax.annotation.Nonnull String id)
throws ApiException {
Expand All @@ -3040,7 +3050,10 @@ public ApiResponse<GetScheduleResponse> getScheduleWithHttpInfo(
* <tr><td> 200 </td><td> OK </td><td> - </td></tr>
* <tr><td> 0 </td><td> Default error response </td><td> - </td></tr>
* </table>
*
* @deprecated
*/
@Deprecated
public okhttp3.Call getScheduleAsync(
@javax.annotation.Nonnull String projectId,
@javax.annotation.Nonnull String id,
Expand Down Expand Up @@ -4233,7 +4246,10 @@ public okhttp3.Call listResourcePoolsAsync(
* <tr><td> 200 </td><td> OK </td><td> - </td></tr>
* <tr><td> 0 </td><td> Default error response </td><td> - </td></tr>
* </table>
*
* @deprecated
*/
@Deprecated
public okhttp3.Call listSchedulesCall(
@javax.annotation.Nonnull String projectId, final ApiCallback _callback)
throws ApiException {
Expand Down Expand Up @@ -4293,6 +4309,7 @@ public okhttp3.Call listSchedulesCall(
_callback);
}

@Deprecated
@SuppressWarnings("rawtypes")
private okhttp3.Call listSchedulesValidateBeforeCall(
@javax.annotation.Nonnull String projectId, final ApiCallback _callback)
Expand Down Expand Up @@ -4320,7 +4337,10 @@ private okhttp3.Call listSchedulesValidateBeforeCall(
* <tr><td> 200 </td><td> OK </td><td> - </td></tr>
* <tr><td> 0 </td><td> Default error response </td><td> - </td></tr>
* </table>
*
* @deprecated
*/
@Deprecated
public ListSchedulesResponse listSchedules(@javax.annotation.Nonnull String projectId)
throws ApiException {
ApiResponse<ListSchedulesResponse> localVarResp = listSchedulesWithHttpInfo(projectId);
Expand All @@ -4341,7 +4361,10 @@ public ListSchedulesResponse listSchedules(@javax.annotation.Nonnull String proj
* <tr><td> 200 </td><td> OK </td><td> - </td></tr>
* <tr><td> 0 </td><td> Default error response </td><td> - </td></tr>
* </table>
*
* @deprecated
*/
@Deprecated
public ApiResponse<ListSchedulesResponse> listSchedulesWithHttpInfo(
@javax.annotation.Nonnull String projectId) throws ApiException {
okhttp3.Call localVarCall = listSchedulesValidateBeforeCall(projectId, null);
Expand All @@ -4364,7 +4387,10 @@ public ApiResponse<ListSchedulesResponse> listSchedulesWithHttpInfo(
* <tr><td> 200 </td><td> OK </td><td> - </td></tr>
* <tr><td> 0 </td><td> Default error response </td><td> - </td></tr>
* </table>
*
* @deprecated
*/
@Deprecated
public okhttp3.Call listSchedulesAsync(
@javax.annotation.Nonnull String projectId,
final ApiCallback<ListSchedulesResponse> _callback)
Expand Down