Skip to content

Commit 03592f8

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - schemas.GoogleCloudApigeeV1Instance.properties.ipRange.type (Total Keys: 1)
1 parent 913b63f commit 03592f8

8 files changed

+78
-70
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Creates a key value map in an api proxy.</p>
82+
<p class="firstline">Creates a key value map in an API proxy.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Delete a key value map in an api proxy.</p>
85+
<p class="firstline">Deletes a key value map from an API proxy.</p>
8686
<h3>Method Details</h3>
8787
<div class="method">
8888
<code class="details" id="close">close()</code>
@@ -91,16 +91,16 @@ <h3>Method Details</h3>
9191

9292
<div class="method">
9393
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
94-
<pre>Creates a key value map in an api proxy.
94+
<pre>Creates a key value map in an API proxy.
9595

9696
Args:
97-
parent: string, Required. The name of the environment in which to create the key value map. Must be of the form `organizations/{organization}/apis/{api}`. (required)
97+
parent: string, Required. Name of the environment in which to create the key value map. Use the following structure in your request: `organizations/{org}/apis/{api}` (required)
9898
body: object, The request body.
9999
The object takes the form of:
100100

101-
{ # A collection of key, value string pairs
102-
&quot;encrypted&quot;: True or False, # Optional. If `true` entry values will be encrypted.
103-
&quot;name&quot;: &quot;A String&quot;, # Required. The id of the key value map.
101+
{ # 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.
103+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
104104
}
105105

106106
x__xgafv: string, V1 error format.
@@ -111,18 +111,18 @@ <h3>Method Details</h3>
111111
Returns:
112112
An object of the form:
113113

114-
{ # A collection of key, value string pairs
115-
&quot;encrypted&quot;: True or False, # Optional. If `true` entry values will be encrypted.
116-
&quot;name&quot;: &quot;A String&quot;, # Required. The id of the key value map.
114+
{ # 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.
116+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
117117
}</pre>
118118
</div>
119119

120120
<div class="method">
121121
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
122-
<pre>Delete a key value map in an api proxy.
122+
<pre>Deletes a key value map from an API proxy.
123123

124124
Args:
125-
name: string, Required. The name of the key value map. Must be of the form `organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. (required)
125+
name: string, Required. Name of the key value map. Use the following structure in your request: `organizations/{org}/apis/{api}/keyvaluemaps/{keyvaluemap}` (required)
126126
x__xgafv: string, V1 error format.
127127
Allowed values
128128
1 - v1 error format
@@ -131,9 +131,9 @@ <h3>Method Details</h3>
131131
Returns:
132132
An object of the form:
133133

134-
{ # A collection of key, value string pairs
135-
&quot;encrypted&quot;: True or False, # Optional. If `true` entry values will be encrypted.
136-
&quot;name&quot;: &quot;A String&quot;, # Required. The id of the key value map.
134+
{ # 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.
136+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
137137
}</pre>
138138
</div>
139139

docs/dyn/apigee_v1.organizations.developers.balance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
9494
The object takes the form of:
9595

9696
{ # Request for AdjustDeveloperBalance.
97-
&quot;adjustment&quot;: { # Represents an amount of money with its currency type. # * A positive value of `adjustment` means that that the API provider wishes to adjust the balance for an over-charged developer i.e. the balance of the developer will increase. * A negative value of `adjustment` means that that the API provider wishes to adjust the balance for an under-charged developer i.e. the balance of the developer will decrease.
97+
&quot;adjustment&quot;: { # Represents an amount of money with its currency type. # * A positive value of `adjustment` means that that the API provider wants to adjust the balance for an under-charged developer i.e. the balance of the developer will decrease. * A negative value of `adjustment` means that that the API provider wants to adjust the balance for an over-charged developer i.e. the balance of the developer will increase.
9898
&quot;currencyCode&quot;: &quot;A String&quot;, # The three-letter currency code defined in ISO 4217.
9999
&quot;nanos&quot;: 42, # Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
100100
&quot;units&quot;: &quot;A String&quot;, # The whole units of the amount. For example if `currencyCode` is `&quot;USD&quot;`, then 1 unit is one US dollar.

docs/dyn/apigee_v1.organizations.environments.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,13 @@ <h2>Instance Methods</h2>
192192
<p class="firstline">Deletes a subscription for the environment's Pub/Sub topic.</p>
193193
<p class="toc_element">
194194
<code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
195-
<p class="firstline">Updates an existing environment. When updating properties, you must pass all existing properties to the API, even if they are not being changed. If you omit properties from the payload, the properties are removed. To get the current list of properties for the environment, use the [Get Environment API](get).</p>
195+
<p class="firstline">Updates an existing environment. When updating properties, you must pass all existing properties to the API, even if they are not being changed. If you omit properties from the payload, the properties are removed. To get the current list of properties for the environment, use the [Get Environment API](get). **Note**: Both `PUT` and `POST` methods are supported for updating an existing environment.</p>
196196
<p class="toc_element">
197197
<code><a href="#updateDebugmask">updateDebugmask(name, body=None, replaceRepeatedFields=None, updateMask=None, x__xgafv=None)</a></code></p>
198198
<p class="firstline">Updates the debug mask singleton resource for an environment.</p>
199199
<p class="toc_element">
200200
<code><a href="#updateEnvironment">updateEnvironment(name, body=None, x__xgafv=None)</a></code></p>
201-
<p class="firstline">Updates an existing environment. When updating properties, you must pass all existing properties to the API, even if they are not being changed. If you omit properties from the payload, the properties are removed. To get the current list of properties for the environment, use the [Get Environment API](get).</p>
201+
<p class="firstline">Updates an existing environment. When updating properties, you must pass all existing properties to the API, even if they are not being changed. If you omit properties from the payload, the properties are removed. To get the current list of properties for the environment, use the [Get Environment API](get). **Note**: Both `PUT` and `POST` methods are supported for updating an existing environment.</p>
202202
<p class="toc_element">
203203
<code><a href="#updateTraceConfig">updateTraceConfig(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
204204
<p class="firstline">Updates the trace configurations in an environment. Note that the repeated fields have replace semantics when included in the field mask and that they will be overwritten by the value of the fields in the request body.</p>
@@ -772,7 +772,7 @@ <h3>Method Details</h3>
772772

773773
<div class="method">
774774
<code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
775-
<pre>Updates an existing environment. When updating properties, you must pass all existing properties to the API, even if they are not being changed. If you omit properties from the payload, the properties are removed. To get the current list of properties for the environment, use the [Get Environment API](get).
775+
<pre>Updates an existing environment. When updating properties, you must pass all existing properties to the API, even if they are not being changed. If you omit properties from the payload, the properties are removed. To get the current list of properties for the environment, use the [Get Environment API](get). **Note**: Both `PUT` and `POST` methods are supported for updating an existing environment.
776776

777777
Args:
778778
name: string, Required. Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{env}` (required)
@@ -904,7 +904,7 @@ <h3>Method Details</h3>
904904

905905
<div class="method">
906906
<code class="details" id="updateEnvironment">updateEnvironment(name, body=None, x__xgafv=None)</code>
907-
<pre>Updates an existing environment. When updating properties, you must pass all existing properties to the API, even if they are not being changed. If you omit properties from the payload, the properties are removed. To get the current list of properties for the environment, use the [Get Environment API](get).
907+
<pre>Updates an existing environment. When updating properties, you must pass all existing properties to the API, even if they are not being changed. If you omit properties from the payload, the properties are removed. To get the current list of properties for the environment, use the [Get Environment API](get). **Note**: Both `PUT` and `POST` methods are supported for updating an existing environment.
908908

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

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Creates a key value map in an environment.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Delete a key value map in an environment.</p>
85+
<p class="firstline">Deletes a key value map from an environment.</p>
8686
<h3>Method Details</h3>
8787
<div class="method">
8888
<code class="details" id="close">close()</code>
@@ -94,13 +94,13 @@ <h3>Method Details</h3>
9494
<pre>Creates a key value map in an environment.
9595

9696
Args:
97-
parent: string, Required. The name of the environment in which to create the key value map. Must be of the form `organizations/{organization}/environments/{environment}`. (required)
97+
parent: string, Required. Name of the environment in which to create the key value map. Use the following structure in your request: `organizations/{org}/environments/{env}` (required)
9898
body: object, The request body.
9999
The object takes the form of:
100100

101-
{ # A collection of key, value string pairs
102-
&quot;encrypted&quot;: True or False, # Optional. If `true` entry values will be encrypted.
103-
&quot;name&quot;: &quot;A String&quot;, # Required. The id of the key value map.
101+
{ # 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.
103+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
104104
}
105105

106106
x__xgafv: string, V1 error format.
@@ -111,18 +111,18 @@ <h3>Method Details</h3>
111111
Returns:
112112
An object of the form:
113113

114-
{ # A collection of key, value string pairs
115-
&quot;encrypted&quot;: True or False, # Optional. If `true` entry values will be encrypted.
116-
&quot;name&quot;: &quot;A String&quot;, # Required. The id of the key value map.
114+
{ # 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.
116+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
117117
}</pre>
118118
</div>
119119

120120
<div class="method">
121121
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
122-
<pre>Delete a key value map in an environment.
122+
<pre>Deletes a key value map from an environment.
123123

124124
Args:
125-
name: string, Required. The name of the key value map. Must be of the form `organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}`. (required)
125+
name: string, Required. Name of the key value map. Use the following structure in your request: `organizations/{org}/environments/{env}/keyvaluemaps/{keyvaluemap}` (required)
126126
x__xgafv: string, V1 error format.
127127
Allowed values
128128
1 - v1 error format
@@ -131,9 +131,9 @@ <h3>Method Details</h3>
131131
Returns:
132132
An object of the form:
133133

134-
{ # A collection of key, value string pairs
135-
&quot;encrypted&quot;: True or False, # Optional. If `true` entry values will be encrypted.
136-
&quot;name&quot;: &quot;A String&quot;, # Required. The id of the key value map.
134+
{ # 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.
136+
&quot;name&quot;: &quot;A String&quot;, # Required. ID of the key value map.
137137
}</pre>
138138
</div>
139139

0 commit comments

Comments
 (0)