You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -616,6 +628,8 @@ type CloudBackupsApi interface {
616
628
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
617
629
@param clusterName Human-readable label that identifies the serverless instance.
618
630
@return ListServerlessBackupSnapshotsApiRequest
631
+
632
+
Deprecated: this method has been deprecated. Please check the latest resource version for CloudBackupsApi
@@ -642,6 +658,8 @@ type CloudBackupsApi interface {
642
658
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
643
659
@param clusterName Human-readable label that identifies the serverless instance.
644
660
@return ListServerlessRestoreJobsApiRequest
661
+
662
+
Deprecated: this method has been deprecated. Please check the latest resource version for CloudBackupsApi
@@ -1306,6 +1326,8 @@ This API can also be used on Flex clusters that were created with the [createSer
1306
1326
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
1307
1327
@param clusterName Human-readable label that identifies the serverless instance whose snapshot you want to restore.
@@ -3974,6 +4006,8 @@ This API can also be used on Flex clusters that were created with the [createSer
3974
4006
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
3975
4007
@param clusterName Human-readable label that identifies the serverless instance.
@@ -4147,6 +4183,8 @@ This API can also be used on Flex clusters that were created with the [createSer
4147
4183
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
4148
4184
@param clusterName Human-readable label that identifies the serverless instance.
Copy file name to clipboardExpand all lines: admin/api_performance_advisor.go
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,8 @@ type PerformanceAdvisorApi interface {
91
91
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
92
92
@param clusterName Human-readable label that identifies the cluster.
93
93
@return GetServerlessAutoIndexingApiRequest
94
+
95
+
Deprecated: this method has been deprecated. Please check the latest resource version for PerformanceAdvisorApi
@@ -259,6 +263,8 @@ type PerformanceAdvisorApi interface {
259
263
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
260
264
@param clusterName Human-readable label that identifies the cluster.
261
265
@return SetServerlessAutoIndexingApiRequest
266
+
267
+
Deprecated: this method has been deprecated. Please check the latest resource version for PerformanceAdvisorApi
@@ -620,6 +628,8 @@ Get whether the Serverless Auto Indexing feature is enabled. This endpoint retur
620
628
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
621
629
@param clusterName Human-readable label that identifies the cluster.
@@ -1790,6 +1802,8 @@ Set whether the Serverless Auto Indexing feature is enabled. This endpoint sets
1790
1802
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
1791
1803
@param clusterName Human-readable label that identifies the cluster.
0 commit comments