Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 67a8550

Browse files
committedJan 8, 2024
feat(storage): update the api
#### storage:v1 The following keys were deleted: - resources.anywhereCache.methods.disable (Total Keys: 12) - resources.anywhereCache.methods.get (Total Keys: 12) - resources.anywhereCache.methods.insert (Total Keys: 10) - resources.anywhereCache.methods.list (Total Keys: 15) - resources.anywhereCache.methods.pause (Total Keys: 12) - resources.anywhereCache.methods.resume (Total Keys: 12) - resources.anywhereCache.methods.update (Total Keys: 13) The following keys were added: - resources.anywhereCaches.methods.disable (Total Keys: 12) - resources.anywhereCaches.methods.get (Total Keys: 12) - resources.anywhereCaches.methods.insert (Total Keys: 10) - resources.anywhereCaches.methods.list (Total Keys: 15) - resources.anywhereCaches.methods.pause (Total Keys: 12) - resources.anywhereCaches.methods.resume (Total Keys: 12) - resources.anywhereCaches.methods.update (Total Keys: 13) - schemas.AnywhereCache.properties.zone.type (Total Keys: 1)
1 parent f2b8610 commit 67a8550

File tree

3 files changed

+381
-12
lines changed

3 files changed

+381
-12
lines changed
 
+365
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,365 @@
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="storage_v1.html">Cloud Storage JSON API</a> . <a href="storage_v1.anywhereCaches.html">anywhereCaches</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="#disable">disable(bucket, anywhereCacheId)</a></code></p>
82+
<p class="firstline">Disables an Anywhere Cache instance.</p>
83+
<p class="toc_element">
84+
<code><a href="#get">get(bucket, anywhereCacheId)</a></code></p>
85+
<p class="firstline">Returns the metadata of an Anywhere Cache instance.</p>
86+
<p class="toc_element">
87+
<code><a href="#insert">insert(bucket, body=None)</a></code></p>
88+
<p class="firstline">Creates an Anywhere Cache instance.</p>
89+
<p class="toc_element">
90+
<code><a href="#list">list(bucket, pageSize=None, pageToken=None)</a></code></p>
91+
<p class="firstline">Returns a list of Anywhere Cache instances of the bucket matching the criteria.</p>
92+
<p class="toc_element">
93+
<code><a href="#list_next">list_next()</a></code></p>
94+
<p class="firstline">Retrieves the next page of results.</p>
95+
<p class="toc_element">
96+
<code><a href="#pause">pause(bucket, anywhereCacheId)</a></code></p>
97+
<p class="firstline">Pauses an Anywhere Cache instance.</p>
98+
<p class="toc_element">
99+
<code><a href="#resume">resume(bucket, anywhereCacheId)</a></code></p>
100+
<p class="firstline">Resumes a paused or disabled Anywhere Cache instance.</p>
101+
<p class="toc_element">
102+
<code><a href="#update">update(bucket, anywhereCacheId, body=None)</a></code></p>
103+
<p class="firstline">Updates the config(ttl and admissionPolicy) of an Anywhere Cache instance.</p>
104+
<h3>Method Details</h3>
105+
<div class="method">
106+
<code class="details" id="close">close()</code>
107+
<pre>Close httplib2 connections.</pre>
108+
</div>
109+
110+
<div class="method">
111+
<code class="details" id="disable">disable(bucket, anywhereCacheId)</code>
112+
<pre>Disables an Anywhere Cache instance.
113+
114+
Args:
115+
bucket: string, Name of the parent bucket. (required)
116+
anywhereCacheId: string, The ID of requested Anywhere Cache instance. (required)
117+
118+
Returns:
119+
An object of the form:
120+
121+
{ # An Anywhere Cache instance.
122+
&quot;admissionPolicy&quot;: &quot;A String&quot;, # The cache-level entry admission policy.
123+
&quot;anywhereCacheId&quot;: &quot;A String&quot;, # The ID of the Anywhere cache instance.
124+
&quot;bucket&quot;: &quot;A String&quot;, # The name of the bucket containing this cache instance.
125+
&quot;createTime&quot;: &quot;A String&quot;, # The creation time of the cache instance in RFC 3339 format.
126+
&quot;id&quot;: &quot;A String&quot;, # The ID of the resource, including the project number, bucket name and anywhere cache ID.
127+
&quot;kind&quot;: &quot;storage#anywhereCache&quot;, # The kind of item this is. For Anywhere Cache, this is always storage#anywhereCache.
128+
&quot;pendingUpdate&quot;: True or False, # True if the cache instance has an active Update long-running operation.
129+
&quot;selfLink&quot;: &quot;A String&quot;, # The link to this cache instance.
130+
&quot;state&quot;: &quot;A String&quot;, # The current state of the cache instance.
131+
&quot;ttl&quot;: &quot;A String&quot;, # The TTL of all cache entries in whole seconds. e.g., &quot;7200s&quot;.
132+
&quot;updateTime&quot;: &quot;A String&quot;, # The modification time of the cache instance metadata in RFC 3339 format.
133+
&quot;zone&quot;: &quot;A String&quot;, # The zone in which the cache instance is running. For example, us-central1-a.
134+
}</pre>
135+
</div>
136+
137+
<div class="method">
138+
<code class="details" id="get">get(bucket, anywhereCacheId)</code>
139+
<pre>Returns the metadata of an Anywhere Cache instance.
140+
141+
Args:
142+
bucket: string, Name of the parent bucket. (required)
143+
anywhereCacheId: string, The ID of requested Anywhere Cache instance. (required)
144+
145+
Returns:
146+
An object of the form:
147+
148+
{ # An Anywhere Cache instance.
149+
&quot;admissionPolicy&quot;: &quot;A String&quot;, # The cache-level entry admission policy.
150+
&quot;anywhereCacheId&quot;: &quot;A String&quot;, # The ID of the Anywhere cache instance.
151+
&quot;bucket&quot;: &quot;A String&quot;, # The name of the bucket containing this cache instance.
152+
&quot;createTime&quot;: &quot;A String&quot;, # The creation time of the cache instance in RFC 3339 format.
153+
&quot;id&quot;: &quot;A String&quot;, # The ID of the resource, including the project number, bucket name and anywhere cache ID.
154+
&quot;kind&quot;: &quot;storage#anywhereCache&quot;, # The kind of item this is. For Anywhere Cache, this is always storage#anywhereCache.
155+
&quot;pendingUpdate&quot;: True or False, # True if the cache instance has an active Update long-running operation.
156+
&quot;selfLink&quot;: &quot;A String&quot;, # The link to this cache instance.
157+
&quot;state&quot;: &quot;A String&quot;, # The current state of the cache instance.
158+
&quot;ttl&quot;: &quot;A String&quot;, # The TTL of all cache entries in whole seconds. e.g., &quot;7200s&quot;.
159+
&quot;updateTime&quot;: &quot;A String&quot;, # The modification time of the cache instance metadata in RFC 3339 format.
160+
&quot;zone&quot;: &quot;A String&quot;, # The zone in which the cache instance is running. For example, us-central1-a.
161+
}</pre>
162+
</div>
163+
164+
<div class="method">
165+
<code class="details" id="insert">insert(bucket, body=None)</code>
166+
<pre>Creates an Anywhere Cache instance.
167+
168+
Args:
169+
bucket: string, Name of the parent bucket. (required)
170+
body: object, The request body.
171+
The object takes the form of:
172+
173+
{ # An Anywhere Cache instance.
174+
&quot;admissionPolicy&quot;: &quot;A String&quot;, # The cache-level entry admission policy.
175+
&quot;anywhereCacheId&quot;: &quot;A String&quot;, # The ID of the Anywhere cache instance.
176+
&quot;bucket&quot;: &quot;A String&quot;, # The name of the bucket containing this cache instance.
177+
&quot;createTime&quot;: &quot;A String&quot;, # The creation time of the cache instance in RFC 3339 format.
178+
&quot;id&quot;: &quot;A String&quot;, # The ID of the resource, including the project number, bucket name and anywhere cache ID.
179+
&quot;kind&quot;: &quot;storage#anywhereCache&quot;, # The kind of item this is. For Anywhere Cache, this is always storage#anywhereCache.
180+
&quot;pendingUpdate&quot;: True or False, # True if the cache instance has an active Update long-running operation.
181+
&quot;selfLink&quot;: &quot;A String&quot;, # The link to this cache instance.
182+
&quot;state&quot;: &quot;A String&quot;, # The current state of the cache instance.
183+
&quot;ttl&quot;: &quot;A String&quot;, # The TTL of all cache entries in whole seconds. e.g., &quot;7200s&quot;.
184+
&quot;updateTime&quot;: &quot;A String&quot;, # The modification time of the cache instance metadata in RFC 3339 format.
185+
&quot;zone&quot;: &quot;A String&quot;, # The zone in which the cache instance is running. For example, us-central1-a.
186+
}
187+
188+
189+
Returns:
190+
An object of the form:
191+
192+
{ # This resource represents a long-running operation that is the result of a network API call.
193+
&quot;done&quot;: True or False, # If the value is &quot;false&quot;, it means the operation is still in progress. If &quot;true&quot;, the operation is completed, and either &quot;error&quot; or &quot;response&quot; is available.
194+
&quot;error&quot;: { # The &quot;Status&quot; 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 &quot;Status&quot; 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.
195+
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
196+
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
197+
{
198+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
199+
},
200+
],
201+
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English.
202+
},
203+
&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.
204+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
205+
},
206+
&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 &quot;name&quot; should be a resource name ending with &quot;operations/{operationId}&quot;.
207+
&quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as &quot;Delete&quot;, 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 &quot;XxxResponse&quot;, where &quot;Xxx&quot; is the original method name. For example, if the original method name is &quot;TakeSnapshot()&quot;, the inferred response type is &quot;TakeSnapshotResponse&quot;.
208+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
209+
},
210+
}</pre>
211+
</div>
212+
213+
<div class="method">
214+
<code class="details" id="list">list(bucket, pageSize=None, pageToken=None)</code>
215+
<pre>Returns a list of Anywhere Cache instances of the bucket matching the criteria.
216+
217+
Args:
218+
bucket: string, Name of the parent bucket. (required)
219+
pageSize: integer, Maximum number of items return in a single page of responses. Maximum 1000.
220+
pageToken: string, A previously-returned page token representing part of the larger set of results to view.
221+
222+
Returns:
223+
An object of the form:
224+
225+
{ # A list of Anywhere Caches.
226+
&quot;items&quot;: [ # The list of items.
227+
{ # An Anywhere Cache instance.
228+
&quot;admissionPolicy&quot;: &quot;A String&quot;, # The cache-level entry admission policy.
229+
&quot;anywhereCacheId&quot;: &quot;A String&quot;, # The ID of the Anywhere cache instance.
230+
&quot;bucket&quot;: &quot;A String&quot;, # The name of the bucket containing this cache instance.
231+
&quot;createTime&quot;: &quot;A String&quot;, # The creation time of the cache instance in RFC 3339 format.
232+
&quot;id&quot;: &quot;A String&quot;, # The ID of the resource, including the project number, bucket name and anywhere cache ID.
233+
&quot;kind&quot;: &quot;storage#anywhereCache&quot;, # The kind of item this is. For Anywhere Cache, this is always storage#anywhereCache.
234+
&quot;pendingUpdate&quot;: True or False, # True if the cache instance has an active Update long-running operation.
235+
&quot;selfLink&quot;: &quot;A String&quot;, # The link to this cache instance.
236+
&quot;state&quot;: &quot;A String&quot;, # The current state of the cache instance.
237+
&quot;ttl&quot;: &quot;A String&quot;, # The TTL of all cache entries in whole seconds. e.g., &quot;7200s&quot;.
238+
&quot;updateTime&quot;: &quot;A String&quot;, # The modification time of the cache instance metadata in RFC 3339 format.
239+
&quot;zone&quot;: &quot;A String&quot;, # The zone in which the cache instance is running. For example, us-central1-a.
240+
},
241+
],
242+
&quot;kind&quot;: &quot;storage#anywhereCaches&quot;, # The kind of item this is. For lists of Anywhere Caches, this is always storage#anywhereCaches.
243+
&quot;nextPageToken&quot;: &quot;A String&quot;, # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
244+
}</pre>
245+
</div>
246+
247+
<div class="method">
248+
<code class="details" id="list_next">list_next()</code>
249+
<pre>Retrieves the next page of results.
250+
251+
Args:
252+
previous_request: The request for the previous page. (required)
253+
previous_response: The response from the request for the previous page. (required)
254+
255+
Returns:
256+
A request object that you can call &#x27;execute()&#x27; on to request the next
257+
page. Returns None if there are no more items in the collection.
258+
</pre>
259+
</div>
260+
261+
<div class="method">
262+
<code class="details" id="pause">pause(bucket, anywhereCacheId)</code>
263+
<pre>Pauses an Anywhere Cache instance.
264+
265+
Args:
266+
bucket: string, Name of the parent bucket. (required)
267+
anywhereCacheId: string, The ID of requested Anywhere Cache instance. (required)
268+
269+
Returns:
270+
An object of the form:
271+
272+
{ # An Anywhere Cache instance.
273+
&quot;admissionPolicy&quot;: &quot;A String&quot;, # The cache-level entry admission policy.
274+
&quot;anywhereCacheId&quot;: &quot;A String&quot;, # The ID of the Anywhere cache instance.
275+
&quot;bucket&quot;: &quot;A String&quot;, # The name of the bucket containing this cache instance.
276+
&quot;createTime&quot;: &quot;A String&quot;, # The creation time of the cache instance in RFC 3339 format.
277+
&quot;id&quot;: &quot;A String&quot;, # The ID of the resource, including the project number, bucket name and anywhere cache ID.
278+
&quot;kind&quot;: &quot;storage#anywhereCache&quot;, # The kind of item this is. For Anywhere Cache, this is always storage#anywhereCache.
279+
&quot;pendingUpdate&quot;: True or False, # True if the cache instance has an active Update long-running operation.
280+
&quot;selfLink&quot;: &quot;A String&quot;, # The link to this cache instance.
281+
&quot;state&quot;: &quot;A String&quot;, # The current state of the cache instance.
282+
&quot;ttl&quot;: &quot;A String&quot;, # The TTL of all cache entries in whole seconds. e.g., &quot;7200s&quot;.
283+
&quot;updateTime&quot;: &quot;A String&quot;, # The modification time of the cache instance metadata in RFC 3339 format.
284+
&quot;zone&quot;: &quot;A String&quot;, # The zone in which the cache instance is running. For example, us-central1-a.
285+
}</pre>
286+
</div>
287+
288+
<div class="method">
289+
<code class="details" id="resume">resume(bucket, anywhereCacheId)</code>
290+
<pre>Resumes a paused or disabled Anywhere Cache instance.
291+
292+
Args:
293+
bucket: string, Name of the parent bucket. (required)
294+
anywhereCacheId: string, The ID of requested Anywhere Cache instance. (required)
295+
296+
Returns:
297+
An object of the form:
298+
299+
{ # An Anywhere Cache instance.
300+
&quot;admissionPolicy&quot;: &quot;A String&quot;, # The cache-level entry admission policy.
301+
&quot;anywhereCacheId&quot;: &quot;A String&quot;, # The ID of the Anywhere cache instance.
302+
&quot;bucket&quot;: &quot;A String&quot;, # The name of the bucket containing this cache instance.
303+
&quot;createTime&quot;: &quot;A String&quot;, # The creation time of the cache instance in RFC 3339 format.
304+
&quot;id&quot;: &quot;A String&quot;, # The ID of the resource, including the project number, bucket name and anywhere cache ID.
305+
&quot;kind&quot;: &quot;storage#anywhereCache&quot;, # The kind of item this is. For Anywhere Cache, this is always storage#anywhereCache.
306+
&quot;pendingUpdate&quot;: True or False, # True if the cache instance has an active Update long-running operation.
307+
&quot;selfLink&quot;: &quot;A String&quot;, # The link to this cache instance.
308+
&quot;state&quot;: &quot;A String&quot;, # The current state of the cache instance.
309+
&quot;ttl&quot;: &quot;A String&quot;, # The TTL of all cache entries in whole seconds. e.g., &quot;7200s&quot;.
310+
&quot;updateTime&quot;: &quot;A String&quot;, # The modification time of the cache instance metadata in RFC 3339 format.
311+
&quot;zone&quot;: &quot;A String&quot;, # The zone in which the cache instance is running. For example, us-central1-a.
312+
}</pre>
313+
</div>
314+
315+
<div class="method">
316+
<code class="details" id="update">update(bucket, anywhereCacheId, body=None)</code>
317+
<pre>Updates the config(ttl and admissionPolicy) of an Anywhere Cache instance.
318+
319+
Args:
320+
bucket: string, Name of the parent bucket. (required)
321+
anywhereCacheId: string, The ID of requested Anywhere Cache instance. (required)
322+
body: object, The request body.
323+
The object takes the form of:
324+
325+
{ # An Anywhere Cache instance.
326+
&quot;admissionPolicy&quot;: &quot;A String&quot;, # The cache-level entry admission policy.
327+
&quot;anywhereCacheId&quot;: &quot;A String&quot;, # The ID of the Anywhere cache instance.
328+
&quot;bucket&quot;: &quot;A String&quot;, # The name of the bucket containing this cache instance.
329+
&quot;createTime&quot;: &quot;A String&quot;, # The creation time of the cache instance in RFC 3339 format.
330+
&quot;id&quot;: &quot;A String&quot;, # The ID of the resource, including the project number, bucket name and anywhere cache ID.
331+
&quot;kind&quot;: &quot;storage#anywhereCache&quot;, # The kind of item this is. For Anywhere Cache, this is always storage#anywhereCache.
332+
&quot;pendingUpdate&quot;: True or False, # True if the cache instance has an active Update long-running operation.
333+
&quot;selfLink&quot;: &quot;A String&quot;, # The link to this cache instance.
334+
&quot;state&quot;: &quot;A String&quot;, # The current state of the cache instance.
335+
&quot;ttl&quot;: &quot;A String&quot;, # The TTL of all cache entries in whole seconds. e.g., &quot;7200s&quot;.
336+
&quot;updateTime&quot;: &quot;A String&quot;, # The modification time of the cache instance metadata in RFC 3339 format.
337+
&quot;zone&quot;: &quot;A String&quot;, # The zone in which the cache instance is running. For example, us-central1-a.
338+
}
339+
340+
341+
Returns:
342+
An object of the form:
343+
344+
{ # This resource represents a long-running operation that is the result of a network API call.
345+
&quot;done&quot;: True or False, # If the value is &quot;false&quot;, it means the operation is still in progress. If &quot;true&quot;, the operation is completed, and either &quot;error&quot; or &quot;response&quot; is available.
346+
&quot;error&quot;: { # The &quot;Status&quot; 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 &quot;Status&quot; 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.
347+
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
348+
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
349+
{
350+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
351+
},
352+
],
353+
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English.
354+
},
355+
&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.
356+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
357+
},
358+
&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 &quot;name&quot; should be a resource name ending with &quot;operations/{operationId}&quot;.
359+
&quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as &quot;Delete&quot;, 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 &quot;XxxResponse&quot;, where &quot;Xxx&quot; is the original method name. For example, if the original method name is &quot;TakeSnapshot()&quot;, the inferred response type is &quot;TakeSnapshotResponse&quot;.
360+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
361+
},
362+
}</pre>
363+
</div>
364+
365+
</body></html>

‎docs/dyn/storage_v1.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
<h1><a href="storage_v1.html">Cloud Storage JSON API</a></h1>
7676
<h2>Instance Methods</h2>
7777
<p class="toc_element">
78-
<code><a href="storage_v1.anywhereCache.html">anywhereCache()</a></code>
78+
<code><a href="storage_v1.anywhereCaches.html">anywhereCaches()</a></code>
7979
</p>
80-
<p class="firstline">Returns the anywhereCache Resource.</p>
80+
<p class="firstline">Returns the anywhereCaches Resource.</p>
8181

8282
<p class="toc_element">
8383
<code><a href="storage_v1.bucketAccessControls.html">bucketAccessControls()</a></code>

‎googleapiclient/discovery_cache/documents/storage.v1.json

+14-10
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"location": "me-central2"
3434
}
3535
],
36-
"etag": "\"3131353937393536303534313532343335333031\"",
36+
"etag": "\"3131393937383137313835393437363337313333\"",
3737
"icons": {
3838
"x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
3939
"x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
@@ -99,7 +99,7 @@
9999
},
100100
"protocol": "rest",
101101
"resources": {
102-
"anywhereCache": {
102+
"anywhereCaches": {
103103
"methods": {
104104
"disable": {
105105
"description": "Disables an Anywhere Cache instance.",
@@ -117,7 +117,7 @@
117117
"type": "string"
118118
},
119119
"bucket": {
120-
"description": "Name of the partent bucket",
120+
"description": "Name of the parent bucket.",
121121
"location": "path",
122122
"required": true,
123123
"type": "string"
@@ -149,7 +149,7 @@
149149
"type": "string"
150150
},
151151
"bucket": {
152-
"description": "Name of the partent bucket",
152+
"description": "Name of the parent bucket.",
153153
"location": "path",
154154
"required": true,
155155
"type": "string"
@@ -176,7 +176,7 @@
176176
],
177177
"parameters": {
178178
"bucket": {
179-
"description": "Name of the partent bucket",
179+
"description": "Name of the parent bucket.",
180180
"location": "path",
181181
"required": true,
182182
"type": "string"
@@ -204,7 +204,7 @@
204204
],
205205
"parameters": {
206206
"bucket": {
207-
"description": "Name of the partent bucket",
207+
"description": "Name of the parent bucket.",
208208
"location": "path",
209209
"required": true,
210210
"type": "string"
@@ -250,7 +250,7 @@
250250
"type": "string"
251251
},
252252
"bucket": {
253-
"description": "Name of the partent bucket",
253+
"description": "Name of the parent bucket.",
254254
"location": "path",
255255
"required": true,
256256
"type": "string"
@@ -282,7 +282,7 @@
282282
"type": "string"
283283
},
284284
"bucket": {
285-
"description": "Name of the partent bucket",
285+
"description": "Name of the parent bucket.",
286286
"location": "path",
287287
"required": true,
288288
"type": "string"
@@ -314,7 +314,7 @@
314314
"type": "string"
315315
},
316316
"bucket": {
317-
"description": "Name of the partent bucket",
317+
"description": "Name of the parent bucket.",
318318
"location": "path",
319319
"required": true,
320320
"type": "string"
@@ -3806,7 +3806,7 @@
38063806
}
38073807
}
38083808
},
3809-
"revision": "20231214",
3809+
"revision": "20231218",
38103810
"rootUrl": "https://storage.googleapis.com/",
38113811
"schemas": {
38123812
"AnywhereCache": {
@@ -3860,6 +3860,10 @@
38603860
"description": "The modification time of the cache instance metadata in RFC 3339 format.",
38613861
"format": "date-time",
38623862
"type": "string"
3863+
},
3864+
"zone": {
3865+
"description": "The zone in which the cache instance is running. For example, us-central1-a.",
3866+
"type": "string"
38633867
}
38643868
},
38653869
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.