Skip to content

Commit a0411b6

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - resources.organizations.resources.apis.resources.keyvaluemaps.methods.get (Total Keys: 11) - resources.organizations.resources.apis.resources.keyvaluemaps.methods.update (Total Keys: 12) - resources.organizations.resources.environments.resources.keyvaluemaps.methods.get (Total Keys: 11) - resources.organizations.resources.environments.resources.keyvaluemaps.methods.update (Total Keys: 12) - resources.organizations.resources.keyvaluemaps.methods.get (Total Keys: 11) - resources.organizations.resources.keyvaluemaps.methods.update (Total Keys: 12)
1 parent 3db7726 commit a0411b6

File tree

4 files changed

+324
-5
lines changed

4 files changed

+324
-5
lines changed

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

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ <h2>Instance Methods</h2>
8888
<p class="toc_element">
8989
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Deletes a key value map from an API proxy.</p>
91+
<p class="toc_element">
92+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
93+
<p class="firstline">Get the key value map scoped to an organization, environment, or API proxy.</p>
94+
<p class="toc_element">
95+
<code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
96+
<p class="firstline">Update the key value map scoped to an organization, environment, or API proxy.</p>
9197
<h3>Method Details</h3>
9298
<div class="method">
9399
<code class="details" id="close">close()</code>
@@ -142,4 +148,52 @@ <h3>Method Details</h3>
142148
}</pre>
143149
</div>
144150

151+
<div class="method">
152+
<code class="details" id="get">get(name, x__xgafv=None)</code>
153+
<pre>Get the key value map scoped to an organization, environment, or API proxy.
154+
155+
Args:
156+
name: string, Required. Scope as indicated by the URI in which to fetch the key value map. 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}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview). (required)
157+
x__xgafv: string, V1 error format.
158+
Allowed values
159+
1 - v1 error format
160+
2 - v2 error format
161+
162+
Returns:
163+
An object of the form:
164+
165+
{ # Collection of key/value string pairs.
166+
&quot;encrypted&quot;: True or False, # Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.
167+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
168+
}</pre>
169+
</div>
170+
171+
<div class="method">
172+
<code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
173+
<pre>Update the key value map scoped to an organization, environment, or API proxy.
174+
175+
Args:
176+
name: string, Required. Scope as indicated by the URI in which to fetch the key value map. 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}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview). (required)
177+
body: object, The request body.
178+
The object takes the form of:
179+
180+
{ # Collection of key/value string pairs.
181+
&quot;encrypted&quot;: True or False, # Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.
182+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
183+
}
184+
185+
x__xgafv: string, V1 error format.
186+
Allowed values
187+
1 - v1 error format
188+
2 - v2 error format
189+
190+
Returns:
191+
An object of the form:
192+
193+
{ # Collection of key/value string pairs.
194+
&quot;encrypted&quot;: True or False, # Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.
195+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
196+
}</pre>
197+
</div>
198+
145199
</body></html>

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

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ <h2>Instance Methods</h2>
8888
<p class="toc_element">
8989
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Deletes a key value map from an environment.</p>
91+
<p class="toc_element">
92+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
93+
<p class="firstline">Get the key value map scoped to an organization, environment, or API proxy.</p>
94+
<p class="toc_element">
95+
<code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
96+
<p class="firstline">Update the key value map scoped to an organization, environment, or API proxy.</p>
9197
<h3>Method Details</h3>
9298
<div class="method">
9399
<code class="details" id="close">close()</code>
@@ -142,4 +148,52 @@ <h3>Method Details</h3>
142148
}</pre>
143149
</div>
144150

151+
<div class="method">
152+
<code class="details" id="get">get(name, x__xgafv=None)</code>
153+
<pre>Get the key value map scoped to an organization, environment, or API proxy.
154+
155+
Args:
156+
name: string, Required. Scope as indicated by the URI in which to fetch the key value map. 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}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview). (required)
157+
x__xgafv: string, V1 error format.
158+
Allowed values
159+
1 - v1 error format
160+
2 - v2 error format
161+
162+
Returns:
163+
An object of the form:
164+
165+
{ # Collection of key/value string pairs.
166+
&quot;encrypted&quot;: True or False, # Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.
167+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
168+
}</pre>
169+
</div>
170+
171+
<div class="method">
172+
<code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
173+
<pre>Update the key value map scoped to an organization, environment, or API proxy.
174+
175+
Args:
176+
name: string, Required. Scope as indicated by the URI in which to fetch the key value map. 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}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview). (required)
177+
body: object, The request body.
178+
The object takes the form of:
179+
180+
{ # Collection of key/value string pairs.
181+
&quot;encrypted&quot;: True or False, # Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.
182+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
183+
}
184+
185+
x__xgafv: string, V1 error format.
186+
Allowed values
187+
1 - v1 error format
188+
2 - v2 error format
189+
190+
Returns:
191+
An object of the form:
192+
193+
{ # Collection of key/value string pairs.
194+
&quot;encrypted&quot;: True or False, # Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.
195+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
196+
}</pre>
197+
</div>
198+
145199
</body></html>

docs/dyn/apigee_v1.organizations.keyvaluemaps.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ <h2>Instance Methods</h2>
8888
<p class="toc_element">
8989
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Deletes a key value map from an organization.</p>
91+
<p class="toc_element">
92+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
93+
<p class="firstline">Get the key value map scoped to an organization, environment, or API proxy.</p>
94+
<p class="toc_element">
95+
<code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
96+
<p class="firstline">Update the key value map scoped to an organization, environment, or API proxy.</p>
9197
<h3>Method Details</h3>
9298
<div class="method">
9399
<code class="details" id="close">close()</code>
@@ -142,4 +148,52 @@ <h3>Method Details</h3>
142148
}</pre>
143149
</div>
144150

151+
<div class="method">
152+
<code class="details" id="get">get(name, x__xgafv=None)</code>
153+
<pre>Get the key value map scoped to an organization, environment, or API proxy.
154+
155+
Args:
156+
name: string, Required. Scope as indicated by the URI in which to fetch the key value map. 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}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview). (required)
157+
x__xgafv: string, V1 error format.
158+
Allowed values
159+
1 - v1 error format
160+
2 - v2 error format
161+
162+
Returns:
163+
An object of the form:
164+
165+
{ # Collection of key/value string pairs.
166+
&quot;encrypted&quot;: True or False, # Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.
167+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
168+
}</pre>
169+
</div>
170+
171+
<div class="method">
172+
<code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
173+
<pre>Update the key value map scoped to an organization, environment, or API proxy.
174+
175+
Args:
176+
name: string, Required. Scope as indicated by the URI in which to fetch the key value map. 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}`. If the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM permissions are checked against the Space resource path. To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview). (required)
177+
body: object, The request body.
178+
The object takes the form of:
179+
180+
{ # Collection of key/value string pairs.
181+
&quot;encrypted&quot;: True or False, # Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.
182+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
183+
}
184+
185+
x__xgafv: string, V1 error format.
186+
Allowed values
187+
1 - v1 error format
188+
2 - v2 error format
189+
190+
Returns:
191+
An object of the form:
192+
193+
{ # Collection of key/value string pairs.
194+
&quot;encrypted&quot;: True or False, # Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.
195+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
196+
}</pre>
197+
</div>
198+
145199
</body></html>

0 commit comments

Comments
 (0)