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
Copy file name to clipboardExpand all lines: clients/workload_manager/lib/google_api/workload_manager/v1/api/projects.ex
+72-72Lines changed: 72 additions & 72 deletions
Original file line number
Diff line number
Diff line change
@@ -1137,6 +1137,78 @@ defmodule GoogleApi.WorkloadManager.V1.Api.Projects do
1137
1137
)
1138
1138
end
1139
1139
1140
+
@doc"""
1141
+
Delete the data insights from workload manager data warehouse.
1142
+
1143
+
## Parameters
1144
+
1145
+
* `connection` (*type:* `GoogleApi.WorkloadManager.V1.Connection.t`) - Connection to server
1146
+
* `name` (*type:* `String.t`) - Required. The system id of the SAP system resource to delete. Formatted as projects/{project}/locations/{location}/sapSystems/{sap_system_id}
* `:alt` (*type:* `String.t`) - Data format for response.
1151
+
* `:callback` (*type:* `String.t`) - JSONP
1152
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
1153
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
1154
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
1155
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
1156
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
1157
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
1158
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
1159
+
* `:requestId` (*type:* `String.t`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
1160
+
* `opts` (*type:* `keyword()`) - Call options
1161
+
1162
+
## Returns
1163
+
1164
+
* `{:ok, %GoogleApi.WorkloadManager.V1.Model.Empty{}}` on success
Delete the data insights from workload manager data warehouse.
1584
-
1585
-
## Parameters
1586
-
1587
-
* `connection` (*type:* `GoogleApi.WorkloadManager.V1.Connection.t`) - Connection to server
1588
-
* `name` (*type:* `String.t`) - Required. The system id of the SAP system resource to delete. Formatted as projects/{project}/locations/{location}/sapSystems/{sap_system_id}
* `:alt` (*type:* `String.t`) - Data format for response.
1593
-
* `:callback` (*type:* `String.t`) - JSONP
1594
-
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
1595
-
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
1596
-
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
1597
-
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
1598
-
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
1599
-
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
1600
-
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
1601
-
* `:requestId` (*type:* `String.t`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
1602
-
* `opts` (*type:* `keyword()`) - Call options
1603
-
1604
-
## Returns
1605
-
1606
-
* `{:ok, %GoogleApi.WorkloadManager.V1.Model.Empty{}}` on success
0 commit comments