Skip to content

Commit 41d3409

Browse files
feat(workloadmanager): update the api
#### workloadmanager:v1 The following keys were deleted: - resources.projects.resources.locations.resources.sapSystems.methods.delete (Total Keys: 13) The following keys were added: - resources.projects.resources.locations.resources.insights.methods.delete (Total Keys: 13)
1 parent 87e8150 commit 41d3409

File tree

3 files changed

+53
-40
lines changed

3 files changed

+53
-40
lines changed

docs/dyn/workloadmanager_v1.projects.locations.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ <h2>Instance Methods</h2>
9999
</p>
100100
<p class="firstline">Returns the rules Resource.</p>
101101

102-
<p class="toc_element">
103-
<code><a href="workloadmanager_v1.projects.locations.sapSystems.html">sapSystems()</a></code>
104-
</p>
105-
<p class="firstline">Returns the sapSystems Resource.</p>
106-
107102
<p class="toc_element">
108103
<code><a href="#close">close()</a></code></p>
109104
<p class="firstline">Close httplib2 connections.</p>

docs/dyn/workloadmanager_v1.projects.locations.insights.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ <h2>Instance Methods</h2>
7777
<p class="toc_element">
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#delete">delete(name, requestId=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Delete the data insights from workload manager data warehouse.</p>
8083
<p class="toc_element">
8184
<code><a href="#writeInsight">writeInsight(location, body=None, x__xgafv=None)</a></code></p>
8285
<p class="firstline">Write the data insights to workload manager data warehouse.</p>
@@ -86,6 +89,25 @@ <h3>Method Details</h3>
8689
<pre>Close httplib2 connections.</pre>
8790
</div>
8891

92+
<div class="method">
93+
<code class="details" id="delete">delete(name, requestId=None, x__xgafv=None)</code>
94+
<pre>Delete the data insights from workload manager data warehouse.
95+
96+
Args:
97+
name: string, Required. The system id of the SAP system resource to delete. Formatted as projects/{project}/locations/{location}/sapSystems/{sap_system_id} (required)
98+
requestId: string, 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).
99+
x__xgafv: string, V1 error format.
100+
Allowed values
101+
1 - v1 error format
102+
2 - v2 error format
103+
104+
Returns:
105+
An object of the form:
106+
107+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
108+
}</pre>
109+
</div>
110+
89111
<div class="method">
90112
<code class="details" id="writeInsight">writeInsight(location, body=None, x__xgafv=None)</code>
91113
<pre>Write the data insights to workload manager data warehouse.

googleapiclient/discovery_cache/documents/workloadmanager.v1.json

Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,36 @@
665665
},
666666
"insights": {
667667
"methods": {
668+
"delete": {
669+
"description": "Delete the data insights from workload manager data warehouse.",
670+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/insights/{insightsId}",
671+
"httpMethod": "DELETE",
672+
"id": "workloadmanager.projects.locations.insights.delete",
673+
"parameterOrder": [
674+
"name"
675+
],
676+
"parameters": {
677+
"name": {
678+
"description": "Required. The system id of the SAP system resource to delete. Formatted as projects/{project}/locations/{location}/sapSystems/{sap_system_id}",
679+
"location": "path",
680+
"pattern": "^projects/[^/]+/locations/[^/]+/insights/[^/]+$",
681+
"required": true,
682+
"type": "string"
683+
},
684+
"requestId": {
685+
"description": "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).",
686+
"location": "query",
687+
"type": "string"
688+
}
689+
},
690+
"path": "v1/{+name}",
691+
"response": {
692+
"$ref": "Empty"
693+
},
694+
"scopes": [
695+
"https://www.googleapis.com/auth/cloud-platform"
696+
]
697+
},
668698
"writeInsight": {
669699
"description": "Write the data insights to workload manager data warehouse.",
670700
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/insights:writeInsight",
@@ -867,47 +897,13 @@
867897
]
868898
}
869899
}
870-
},
871-
"sapSystems": {
872-
"methods": {
873-
"delete": {
874-
"description": "Delete the data insights from workload manager data warehouse.",
875-
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sapSystems/{sapSystemsId}",
876-
"httpMethod": "DELETE",
877-
"id": "workloadmanager.projects.locations.sapSystems.delete",
878-
"parameterOrder": [
879-
"name"
880-
],
881-
"parameters": {
882-
"name": {
883-
"description": "Required. The system id of the SAP system resource to delete. Formatted as projects/{project}/locations/{location}/sapSystems/{sap_system_id}",
884-
"location": "path",
885-
"pattern": "^projects/[^/]+/locations/[^/]+/sapSystems/[^/]+$",
886-
"required": true,
887-
"type": "string"
888-
},
889-
"requestId": {
890-
"description": "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).",
891-
"location": "query",
892-
"type": "string"
893-
}
894-
},
895-
"path": "v1/{+name}",
896-
"response": {
897-
"$ref": "Empty"
898-
},
899-
"scopes": [
900-
"https://www.googleapis.com/auth/cloud-platform"
901-
]
902-
}
903-
}
904900
}
905901
}
906902
}
907903
}
908904
}
909905
},
910-
"revision": "20250219",
906+
"revision": "20250226",
911907
"rootUrl": "https://workloadmanager.googleapis.com/",
912908
"schemas": {
913909
"APILayerServer": {

0 commit comments

Comments
 (0)