Skip to content

Commit c62fced

Browse files
feat(cloudasset): update the api
#### cloudasset:v1 The following keys were added: - schemas.AnalyzeIamPolicyLongrunningResponse (Total Keys: 2) #### cloudasset:v1beta1 The following keys were added: - schemas.AnalyzeIamPolicyLongrunningResponse (Total Keys: 2) #### cloudasset:v1p1beta1 The following keys were added: - schemas.AnalyzeIamPolicyLongrunningResponse (Total Keys: 2) #### cloudasset:v1p4beta1 The following keys were added: - schemas.AnalyzeIamPolicyLongrunningResponse (Total Keys: 2) #### cloudasset:v1p5beta1 The following keys were added: - schemas.AnalyzeIamPolicyLongrunningResponse (Total Keys: 2) #### cloudasset:v1p7beta1 The following keys were added: - resources.operations.methods.get (Total Keys: 11) - schemas.AnalyzeIamPolicyLongrunningResponse (Total Keys: 2)
1 parent a741dac commit c62fced

File tree

8 files changed

+200
-6
lines changed

8 files changed

+200
-6
lines changed

docs/dyn/cloudasset_v1p7beta1.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="cloudasset_v1p7beta1.html">Cloud Asset API</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="cloudasset_v1p7beta1.operations.html">operations()</a></code>
79+
</p>
80+
<p class="firstline">Returns the operations Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="cloudasset_v1p7beta1.v1p7beta1.html">v1p7beta1()</a></code>
7984
</p>
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="cloudasset_v1p7beta1.html">Cloud Asset API</a> . <a href="cloudasset_v1p7beta1.operations.html">operations</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
83+
<h3>Method Details</h3>
84+
<div class="method">
85+
<code class="details" id="close">close()</code>
86+
<pre>Close httplib2 connections.</pre>
87+
</div>
88+
89+
<div class="method">
90+
<code class="details" id="get">get(name, x__xgafv=None)</code>
91+
<pre>Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
92+
93+
Args:
94+
name: string, The name of the operation resource. (required)
95+
x__xgafv: string, V1 error format.
96+
Allowed values
97+
1 - v1 error format
98+
2 - v2 error format
99+
100+
Returns:
101+
An object of the form:
102+
103+
{ # This resource represents a long-running operation that is the result of a network API call.
104+
&quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
105+
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
106+
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
107+
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
108+
{
109+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
110+
},
111+
],
112+
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
113+
},
114+
&quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
115+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
116+
},
117+
&quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
118+
&quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
119+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
120+
},
121+
}</pre>
122+
</div>
123+
124+
</body></html>

googleapiclient/discovery_cache/documents/cloudasset.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
}
571571
}
572572
},
573-
"revision": "20210226",
573+
"revision": "20210305",
574574
"rootUrl": "https://cloudasset.googleapis.com/",
575575
"schemas": {
576576
"AccessSelector": {
@@ -609,6 +609,12 @@
609609
},
610610
"type": "object"
611611
},
612+
"AnalyzeIamPolicyLongrunningResponse": {
613+
"description": "A response message for AssetService.AnalyzeIamPolicyLongrunning.",
614+
"id": "AnalyzeIamPolicyLongrunningResponse",
615+
"properties": {},
616+
"type": "object"
617+
},
612618
"AnalyzeIamPolicyResponse": {
613619
"description": "A response message for AssetService.AnalyzeIamPolicy.",
614620
"id": "AnalyzeIamPolicyResponse",

googleapiclient/discovery_cache/documents/cloudasset.v1beta1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,15 @@
411411
}
412412
}
413413
},
414-
"revision": "20210226",
414+
"revision": "20210305",
415415
"rootUrl": "https://cloudasset.googleapis.com/",
416416
"schemas": {
417+
"AnalyzeIamPolicyLongrunningResponse": {
418+
"description": "A response message for AssetService.AnalyzeIamPolicyLongrunning.",
419+
"id": "AnalyzeIamPolicyLongrunningResponse",
420+
"properties": {},
421+
"type": "object"
422+
},
417423
"Asset": {
418424
"description": "An asset in Google Cloud. An asset can be any resource in the Google Cloud [resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), a resource outside the Google Cloud resource hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy). See [Supported asset types](https://cloud.google.com/asset-inventory/docs/supported-asset-types) for more information.",
419425
"id": "Asset",

googleapiclient/discovery_cache/documents/cloudasset.v1p1beta1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,15 @@
207207
}
208208
}
209209
},
210-
"revision": "20210226",
210+
"revision": "20210305",
211211
"rootUrl": "https://cloudasset.googleapis.com/",
212212
"schemas": {
213+
"AnalyzeIamPolicyLongrunningResponse": {
214+
"description": "A response message for AssetService.AnalyzeIamPolicyLongrunning.",
215+
"id": "AnalyzeIamPolicyLongrunningResponse",
216+
"properties": {},
217+
"type": "object"
218+
},
213219
"AuditConfig": {
214220
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:[email protected]\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:[email protected]\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts [email protected] from DATA_READ logging, and [email protected] from DATA_WRITE logging.",
215221
"id": "AuditConfig",

googleapiclient/discovery_cache/documents/cloudasset.v1p4beta1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
}
222222
}
223223
},
224-
"revision": "20210226",
224+
"revision": "20210305",
225225
"rootUrl": "https://cloudasset.googleapis.com/",
226226
"schemas": {
227227
"AccessSelector": {
@@ -245,6 +245,12 @@
245245
},
246246
"type": "object"
247247
},
248+
"AnalyzeIamPolicyLongrunningResponse": {
249+
"description": "A response message for AssetService.AnalyzeIamPolicyLongrunning.",
250+
"id": "AnalyzeIamPolicyLongrunningResponse",
251+
"properties": {},
252+
"type": "object"
253+
},
248254
"AnalyzeIamPolicyResponse": {
249255
"description": "A response message for AssetService.AnalyzeIamPolicy.",
250256
"id": "AnalyzeIamPolicyResponse",

googleapiclient/discovery_cache/documents/cloudasset.v1p5beta1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,15 @@
177177
}
178178
}
179179
},
180-
"revision": "20210226",
180+
"revision": "20210305",
181181
"rootUrl": "https://cloudasset.googleapis.com/",
182182
"schemas": {
183+
"AnalyzeIamPolicyLongrunningResponse": {
184+
"description": "A response message for AssetService.AnalyzeIamPolicyLongrunning.",
185+
"id": "AnalyzeIamPolicyLongrunningResponse",
186+
"properties": {},
187+
"type": "object"
188+
},
183189
"Asset": {
184190
"description": "An asset in Google Cloud. An asset can be any resource in the Google Cloud [resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), a resource outside the Google Cloud resource hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy). See [Supported asset types](https://cloud.google.com/asset-inventory/docs/supported-asset-types) for more information.",
185191
"id": "Asset",

googleapiclient/discovery_cache/documents/cloudasset.v1p7beta1.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,35 @@
105105
},
106106
"protocol": "rest",
107107
"resources": {
108+
"operations": {
109+
"methods": {
110+
"get": {
111+
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
112+
"flatPath": "v1p7beta1/{v1p7beta1Id}/{v1p7beta1Id1}/operations/{operationsId}/{operationsId1}",
113+
"httpMethod": "GET",
114+
"id": "cloudasset.operations.get",
115+
"parameterOrder": [
116+
"name"
117+
],
118+
"parameters": {
119+
"name": {
120+
"description": "The name of the operation resource.",
121+
"location": "path",
122+
"pattern": "^[^/]+/[^/]+/operations/[^/]+/.*$",
123+
"required": true,
124+
"type": "string"
125+
}
126+
},
127+
"path": "v1p7beta1/{+name}",
128+
"response": {
129+
"$ref": "Operation"
130+
},
131+
"scopes": [
132+
"https://www.googleapis.com/auth/cloud-platform"
133+
]
134+
}
135+
}
136+
},
108137
"v1p7beta1": {
109138
"methods": {
110139
"exportAssets": {
@@ -138,9 +167,15 @@
138167
}
139168
}
140169
},
141-
"revision": "20210226",
170+
"revision": "20210305",
142171
"rootUrl": "https://cloudasset.googleapis.com/",
143172
"schemas": {
173+
"AnalyzeIamPolicyLongrunningResponse": {
174+
"description": "A response message for AssetService.AnalyzeIamPolicyLongrunning.",
175+
"id": "AnalyzeIamPolicyLongrunningResponse",
176+
"properties": {},
177+
"type": "object"
178+
},
144179
"AuditConfig": {
145180
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:[email protected]\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:[email protected]\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts [email protected] from DATA_READ logging, and [email protected] from DATA_WRITE logging.",
146181
"id": "AuditConfig",

0 commit comments

Comments
 (0)