You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
98
98
body: object, The request body.
99
99
The object takes the form of:
100
100
101
-
{ # A collection of key, value string pairs
102
-
"encrypted": True or False, # Optional. If `true` entry values will be encrypted.
103
-
"name": "A String", # Required. The id of the key value map.
101
+
{ # Collection of key/value string pairs.
102
+
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
103
+
"name": "A String", # Required. ID of the key value map.
104
104
}
105
105
106
106
x__xgafv: string, V1 error format.
@@ -111,18 +111,18 @@ <h3>Method Details</h3>
111
111
Returns:
112
112
An object of the form:
113
113
114
-
{ # A collection of key, value string pairs
115
-
"encrypted": True or False, # Optional. If `true` entry values will be encrypted.
116
-
"name": "A String", # Required. The id of the key value map.
114
+
{ # Collection of key/value string pairs.
115
+
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
116
+
"name": "A String", # Required. ID of the key value map.
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)
126
126
x__xgafv: string, V1 error format.
127
127
Allowed values
128
128
1 - v1 error format
@@ -131,9 +131,9 @@ <h3>Method Details</h3>
131
131
Returns:
132
132
An object of the form:
133
133
134
-
{ # A collection of key, value string pairs
135
-
"encrypted": True or False, # Optional. If `true` entry values will be encrypted.
136
-
"name": "A String", # Required. The id of the key value map.
134
+
{ # Collection of key/value string pairs.
135
+
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
136
+
"name": "A String", # Required. ID of the key value map.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.developers.balance.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
94
94
The object takes the form of:
95
95
96
96
{ # Request for AdjustDeveloperBalance.
97
-
"adjustment": { # 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
+
"adjustment": { # 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.
98
98
"currencyCode": "A String", # The three-letter currency code defined in ISO 4217.
99
99
"nanos": 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.
100
100
"units": "A String", # The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
<pclass="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
+
<pclass="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>
<pclass="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
+
<pclass="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>
<pclass="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>
<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.
776
776
777
777
Args:
778
778
name: string, Required. Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{env}` (required)
<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.
908
908
909
909
Args:
910
910
name: string, Required. Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{env}` (required)
<pclass="firstline">Delete a key value map in an environment.</p>
85
+
<pclass="firstline">Deletes a key value map from an environment.</p>
86
86
<h3>Method Details</h3>
87
87
<divclass="method">
88
88
<codeclass="details" id="close">close()</code>
@@ -94,13 +94,13 @@ <h3>Method Details</h3>
94
94
<pre>Creates a key value map in an environment.
95
95
96
96
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)
98
98
body: object, The request body.
99
99
The object takes the form of:
100
100
101
-
{ # A collection of key, value string pairs
102
-
"encrypted": True or False, # Optional. If `true` entry values will be encrypted.
103
-
"name": "A String", # Required. The id of the key value map.
101
+
{ # Collection of key/value string pairs.
102
+
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
103
+
"name": "A String", # Required. ID of the key value map.
104
104
}
105
105
106
106
x__xgafv: string, V1 error format.
@@ -111,18 +111,18 @@ <h3>Method Details</h3>
111
111
Returns:
112
112
An object of the form:
113
113
114
-
{ # A collection of key, value string pairs
115
-
"encrypted": True or False, # Optional. If `true` entry values will be encrypted.
116
-
"name": "A String", # Required. The id of the key value map.
114
+
{ # Collection of key/value string pairs.
115
+
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
116
+
"name": "A String", # Required. ID of the key value map.
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)
126
126
x__xgafv: string, V1 error format.
127
127
Allowed values
128
128
1 - v1 error format
@@ -131,9 +131,9 @@ <h3>Method Details</h3>
131
131
Returns:
132
132
An object of the form:
133
133
134
-
{ # A collection of key, value string pairs
135
-
"encrypted": True or False, # Optional. If `true` entry values will be encrypted.
136
-
"name": "A String", # Required. The id of the key value map.
134
+
{ # Collection of key/value string pairs.
135
+
"encrypted": True or False, # Optional. Flag that specifies whether entry values will be encrypted. Enable to encrypt entry values.
136
+
"name": "A String", # Required. ID of the key value map.
0 commit comments