Skip to content

Commit cd0db01

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - resources.organizations.resources.apis.resources.keyvaluemaps.resources.entries.methods.create (Total Keys: 12) - resources.organizations.resources.apis.resources.keyvaluemaps.resources.entries.methods.delete (Total Keys: 11) - resources.organizations.resources.apis.resources.keyvaluemaps.resources.entries.methods.get (Total Keys: 11) - resources.organizations.resources.apis.resources.keyvaluemaps.resources.entries.methods.list (Total Keys: 16) - resources.organizations.resources.environments.resources.keyvaluemaps.resources.entries.methods.create (Total Keys: 12) - resources.organizations.resources.environments.resources.keyvaluemaps.resources.entries.methods.delete (Total Keys: 11) - resources.organizations.resources.environments.resources.keyvaluemaps.resources.entries.methods.get (Total Keys: 11) - resources.organizations.resources.environments.resources.keyvaluemaps.resources.entries.methods.list (Total Keys: 16) - resources.organizations.resources.keyvaluemaps.resources.entries.methods.create (Total Keys: 12) - resources.organizations.resources.keyvaluemaps.resources.entries.methods.delete (Total Keys: 11) - resources.organizations.resources.keyvaluemaps.resources.entries.methods.get (Total Keys: 11) - resources.organizations.resources.keyvaluemaps.resources.entries.methods.list (Total Keys: 16) - schemas.GoogleCloudApigeeV1KeyValueEntry (Total Keys: 4) - schemas.GoogleCloudApigeeV1ListKeyValueEntriesResponse (Total Keys: 5)
1 parent 3f77945 commit cd0db01

8 files changed

+1052
-14
lines changed
Lines changed: 210 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,210 @@
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="apigee_v1.html">Apigee API</a> . <a href="apigee_v1.organizations.html">organizations</a> . <a href="apigee_v1.organizations.apis.html">apis</a> . <a href="apigee_v1.organizations.apis.keyvaluemaps.html">keyvaluemaps</a> . <a href="apigee_v1.organizations.apis.keyvaluemaps.entries.html">entries</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="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Creates key value entries in a key value map scoped to an organization, environment, or API proxy.</p>
83+
<p class="toc_element">
84+
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Deletes a key value entry from a key value map scoped to an organization, environment, or API proxy. **Note:** After you delete the key value entry, the policy consuming the entry will continue to function with its cached values for a few minutes. This is expected behavior.</p>
86+
<p class="toc_element">
87+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88+
<p class="firstline">Get the Key value entry value for org, env or apis scoped Key value map.</p>
89+
<p class="toc_element">
90+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91+
<p class="firstline">Lists key value entries for key values maps scoped to an organization, environment, or API proxy.</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+
<h3>Method Details</h3>
96+
<div class="method">
97+
<code class="details" id="close">close()</code>
98+
<pre>Close httplib2 connections.</pre>
99+
</div>
100+
101+
<div class="method">
102+
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
103+
<pre>Creates key value entries in a key value map scoped to an organization, environment, or API proxy.
104+
105+
Args:
106+
parent: string, Required. Scope as indicated by the URI in which to create the key value map entry. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. (required)
107+
body: object, The request body.
108+
The object takes the form of:
109+
110+
{ # Key value map pair where the value represents the data associated with the corresponding key.
111+
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
112+
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
113+
}
114+
115+
x__xgafv: string, V1 error format.
116+
Allowed values
117+
1 - v1 error format
118+
2 - v2 error format
119+
120+
Returns:
121+
An object of the form:
122+
123+
{ # Key value map pair where the value represents the data associated with the corresponding key.
124+
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
125+
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
126+
}</pre>
127+
</div>
128+
129+
<div class="method">
130+
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
131+
<pre>Deletes a key value entry from a key value map scoped to an organization, environment, or API proxy. **Note:** After you delete the key value entry, the policy consuming the entry will continue to function with its cached values for a few minutes. This is expected behavior.
132+
133+
Args:
134+
name: string, Required. Scope as indicated by the URI in which to delete the key value map entry. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/{entry}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. (required)
135+
x__xgafv: string, V1 error format.
136+
Allowed values
137+
1 - v1 error format
138+
2 - v2 error format
139+
140+
Returns:
141+
An object of the form:
142+
143+
{ # Key value map pair where the value represents the data associated with the corresponding key.
144+
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
145+
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
146+
}</pre>
147+
</div>
148+
149+
<div class="method">
150+
<code class="details" id="get">get(name, x__xgafv=None)</code>
151+
<pre>Get the Key value entry value for org, env or apis scoped Key value map.
152+
153+
Args:
154+
name: string, Required. Scope as indicated by the URI in which to fetch the key value map entry/value. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/{entry}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. (required)
155+
x__xgafv: string, V1 error format.
156+
Allowed values
157+
1 - v1 error format
158+
2 - v2 error format
159+
160+
Returns:
161+
An object of the form:
162+
163+
{ # Key value map pair where the value represents the data associated with the corresponding key.
164+
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
165+
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
166+
}</pre>
167+
</div>
168+
169+
<div class="method">
170+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
171+
<pre>Lists key value entries for key values maps scoped to an organization, environment, or API proxy.
172+
173+
Args:
174+
parent: string, Required. Scope as indicated by the URI in which to list key value maps. Use **one** of the following structures in your request: * `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. * `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}`. (required)
175+
pageSize: integer, Optional. Maximum number of key value entries to return. If unspecified, at most 100 entries will be returned.
176+
pageToken: string, Optional. Page token. If provides, must be a valid key value entry returned from a previous call that can be used to retrieve the next page.
177+
x__xgafv: string, V1 error format.
178+
Allowed values
179+
1 - v1 error format
180+
2 - v2 error format
181+
182+
Returns:
183+
An object of the form:
184+
185+
{ # The request structure for listing Key value map keys and its corrresponding values.
186+
&quot;keyValueEntries&quot;: [ # One or more key value map keys and values.
187+
{ # Key value map pair where the value represents the data associated with the corresponding key.
188+
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
189+
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
190+
},
191+
],
192+
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token that can be sent as `next_page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
193+
}</pre>
194+
</div>
195+
196+
<div class="method">
197+
<code class="details" id="list_next">list_next()</code>
198+
<pre>Retrieves the next page of results.
199+
200+
Args:
201+
previous_request: The request for the previous page. (required)
202+
previous_response: The response from the request for the previous page. (required)
203+
204+
Returns:
205+
A request object that you can call &#x27;execute()&#x27; on to request the next
206+
page. Returns None if there are no more items in the collection.
207+
</pre>
208+
</div>
209+
210+
</body></html>

docs/dyn/apigee_v1.organizations.apis.keyvaluemaps.html

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

7575
<h1><a href="apigee_v1.html">Apigee API</a> . <a href="apigee_v1.organizations.html">organizations</a> . <a href="apigee_v1.organizations.apis.html">apis</a> . <a href="apigee_v1.organizations.apis.keyvaluemaps.html">keyvaluemaps</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="apigee_v1.organizations.apis.keyvaluemaps.entries.html">entries()</a></code>
79+
</p>
80+
<p class="firstline">Returns the entries Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="#close">close()</a></code></p>
7984
<p class="firstline">Close httplib2 connections.</p>
@@ -99,7 +104,7 @@ <h3>Method Details</h3>
99104
The object takes the form of:
100105

101106
{ # Collection of key/value string pairs.
102-
&quot;encrypted&quot;: True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
107+
&quot;encrypted&quot;: True or False, # Optional. Flag that specifies whether entry values will be encrypted. You must set this value to `true`. Apigee X and hybrid do not support unencrytped key value maps.
103108
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
104109
}
105110

@@ -112,7 +117,7 @@ <h3>Method Details</h3>
112117
An object of the form:
113118

114119
{ # Collection of key/value string pairs.
115-
&quot;encrypted&quot;: True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
120+
&quot;encrypted&quot;: True or False, # Optional. Flag that specifies whether entry values will be encrypted. You must set this value to `true`. Apigee X and hybrid do not support unencrytped key value maps.
116121
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
117122
}</pre>
118123
</div>
@@ -132,7 +137,7 @@ <h3>Method Details</h3>
132137
An object of the form:
133138

134139
{ # Collection of key/value string pairs.
135-
&quot;encrypted&quot;: True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
140+
&quot;encrypted&quot;: True or False, # Optional. Flag that specifies whether entry values will be encrypted. You must set this value to `true`. Apigee X and hybrid do not support unencrytped key value maps.
136141
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
137142
}</pre>
138143
</div>

docs/dyn/apigee_v1.organizations.environments.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h2>Instance Methods</h2>
162162
<p class="firstline">Creates an environment in an organization.</p>
163163
<p class="toc_element">
164164
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
165-
<p class="firstline">Deletes an environment from an organization.</p>
165+
<p class="firstline">Deletes an environment from an organization. **Note**: You must delete all key value maps and key value entries before you can delete an environment.</p>
166166
<p class="toc_element">
167167
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
168168
<p class="firstline">Gets environment details.</p>
@@ -268,7 +268,7 @@ <h3>Method Details</h3>
268268

269269
<div class="method">
270270
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
271-
<pre>Deletes an environment from an organization.
271+
<pre>Deletes an environment from an organization. **Note**: You must delete all key value maps and key value entries before you can delete an environment.
272272

273273
Args:
274274
name: string, Required. Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{env}` (required)

0 commit comments

Comments
 (0)