Skip to content

Commit 65f557a

Browse files
feat(vmwareengine): update the api
#### vmwareengine:v1 The following keys were added: - resources.projects.resources.locations.resources.announcements.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.announcements.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.privateClouds.resources.upgrades.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.privateClouds.resources.upgrades.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.privateClouds.resources.upgrades.methods.patch (Total Keys: 17) - schemas.Announcement (Total Keys: 21) - schemas.Constraints (Total Keys: 10) - schemas.Interval (Total Keys: 6) - schemas.ListAnnouncementsResponse (Total Keys: 7) - schemas.ListUpgradesResponse (Total Keys: 7) - schemas.Schedule (Total Keys: 12) - schemas.TimeOfDay (Total Keys: 10) - schemas.TimeWindow (Total Keys: 6) - schemas.Upgrade (Total Keys: 32) - schemas.VmwareUpgradeComponent (Total Keys: 6)
1 parent 64ee1cb commit 65f557a

5 files changed

+1202
-1
lines changed
Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
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="vmwareengine_v1.html">VMware Engine API</a> . <a href="vmwareengine_v1.projects.html">projects</a> . <a href="vmwareengine_v1.projects.locations.html">locations</a> . <a href="vmwareengine_v1.projects.locations.announcements.html">announcements</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">Retrieves a `Announcement` by its resource name.</p>
83+
<p class="toc_element">
84+
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Lists `Announcements` for a given region and project</p>
86+
<p class="toc_element">
87+
<code><a href="#list_next">list_next()</a></code></p>
88+
<p class="firstline">Retrieves the next page of results.</p>
89+
<h3>Method Details</h3>
90+
<div class="method">
91+
<code class="details" id="close">close()</code>
92+
<pre>Close httplib2 connections.</pre>
93+
</div>
94+
95+
<div class="method">
96+
<code class="details" id="get">get(name, x__xgafv=None)</code>
97+
<pre>Retrieves a `Announcement` by its resource name.
98+
99+
Args:
100+
name: string, Required. The resource name of the announcement to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-west1-a/announcements/announcement-uuid` (required)
101+
x__xgafv: string, V1 error format.
102+
Allowed values
103+
1 - v1 error format
104+
2 - v2 error format
105+
106+
Returns:
107+
An object of the form:
108+
109+
{ # Announcement for the resources of Vmware Engine.
110+
&quot;activityType&quot;: &quot;A String&quot;, # Optional. Activity type of the announcement There can be only one active announcement for a given activity type and target resource.
111+
&quot;cluster&quot;: &quot;A String&quot;, # A Cluster resource name.
112+
&quot;code&quot;: &quot;A String&quot;, # Required. Code of the announcement. Indicates the presence of a VMware Engine related announcement and corresponds to a related message in the `description` field.
113+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Creation time of this resource. It also serves as start time of notification.
114+
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the announcement.
115+
&quot;metadata&quot;: { # Output only. Additional structured details about this announcement.
116+
&quot;a_key&quot;: &quot;A String&quot;,
117+
},
118+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the announcement. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-west1-a/announcements/my-announcement-id`
119+
&quot;privateCloud&quot;: &quot;A String&quot;, # A Private Cloud resource name.
120+
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the resource. New values may be added to this enum when appropriate.
121+
&quot;targetResourceType&quot;: &quot;A String&quot;, # Output only. Target Resource Type defines the type of the target for the announcement
122+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last update time of this resource.
123+
}</pre>
124+
</div>
125+
126+
<div class="method">
127+
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
128+
<pre>Lists `Announcements` for a given region and project
129+
130+
Args:
131+
parent: string, Required. The resource name of the location to be queried for announcements. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-west1-a` (required)
132+
filter: string, A filter expression that matches resources returned in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be `=`, `!=`, `&gt;`, or `&lt;`. For example, if you are filtering a list of announcement runs, you can exclude the ones named `example-announcement` by specifying `name != &quot;example-announcement&quot;`. You can also filter nested fields. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (name = &quot;example-announcement&quot;) (createTime &gt; &quot;2021-04-12T08:15:10.40Z&quot;) ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (name = &quot;announcement-1&quot;) AND (createTime &gt; &quot;2021-04-12T08:15:10.40Z&quot;) OR (name = &quot;announcement-2&quot;) ```
133+
orderBy: string, Sorts list results by a certain order. By default, returned results are ordered by `name` in ascending order. You can also sort results in descending order based on the `name` value using `orderBy=&quot;name desc&quot;`. Currently, only ordering by `name` is supported.
134+
pageSize: integer, The maximum number of announcements to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.
135+
pageToken: string, A page token, received from a previous `ListAnnouncements` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAnnouncements` must match the call that provided the page token.
136+
x__xgafv: string, V1 error format.
137+
Allowed values
138+
1 - v1 error format
139+
2 - v2 error format
140+
141+
Returns:
142+
An object of the form:
143+
144+
{ # Response message for VmwareEngine.ListAnnouncements
145+
&quot;announcements&quot;: [ # A list of announcement runs.
146+
{ # Announcement for the resources of Vmware Engine.
147+
&quot;activityType&quot;: &quot;A String&quot;, # Optional. Activity type of the announcement There can be only one active announcement for a given activity type and target resource.
148+
&quot;cluster&quot;: &quot;A String&quot;, # A Cluster resource name.
149+
&quot;code&quot;: &quot;A String&quot;, # Required. Code of the announcement. Indicates the presence of a VMware Engine related announcement and corresponds to a related message in the `description` field.
150+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Creation time of this resource. It also serves as start time of notification.
151+
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the announcement.
152+
&quot;metadata&quot;: { # Output only. Additional structured details about this announcement.
153+
&quot;a_key&quot;: &quot;A String&quot;,
154+
},
155+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the announcement. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-west1-a/announcements/my-announcement-id`
156+
&quot;privateCloud&quot;: &quot;A String&quot;, # A Private Cloud resource name.
157+
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the resource. New values may be added to this enum when appropriate.
158+
&quot;targetResourceType&quot;: &quot;A String&quot;, # Output only. Target Resource Type defines the type of the target for the announcement
159+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last update time of this resource.
160+
},
161+
],
162+
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
163+
&quot;unreachable&quot;: [ # list of unreachable locations
164+
&quot;A String&quot;,
165+
],
166+
}</pre>
167+
</div>
168+
169+
<div class="method">
170+
<code class="details" id="list_next">list_next()</code>
171+
<pre>Retrieves the next page of results.
172+
173+
Args:
174+
previous_request: The request for the previous page. (required)
175+
previous_response: The response from the request for the previous page. (required)
176+
177+
Returns:
178+
A request object that you can call &#x27;execute()&#x27; on to request the next
179+
page. Returns None if there are no more items in the collection.
180+
</pre>
181+
</div>
182+
183+
</body></html>

docs/dyn/vmwareengine_v1.projects.locations.html

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

7575
<h1><a href="vmwareengine_v1.html">VMware Engine API</a> . <a href="vmwareengine_v1.projects.html">projects</a> . <a href="vmwareengine_v1.projects.locations.html">locations</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="vmwareengine_v1.projects.locations.announcements.html">announcements()</a></code>
79+
</p>
80+
<p class="firstline">Returns the announcements Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="vmwareengine_v1.projects.locations.dnsBindPermission.html">dnsBindPermission()</a></code>
7984
</p>

docs/dyn/vmwareengine_v1.projects.locations.privateClouds.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ <h2>Instance Methods</h2>
104104
</p>
105105
<p class="firstline">Returns the subnets Resource.</p>
106106

107+
<p class="toc_element">
108+
<code><a href="vmwareengine_v1.projects.locations.privateClouds.upgrades.html">upgrades()</a></code>
109+
</p>
110+
<p class="firstline">Returns the upgrades Resource.</p>
111+
107112
<p class="toc_element">
108113
<code><a href="#close">close()</a></code></p>
109114
<p class="firstline">Close httplib2 connections.</p>

0 commit comments

Comments
 (0)