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
## Deleted keys were detected in the following stable discovery artifacts:
apigee v1 e1ea873
## Discovery Artifact Change Summary:
feat(apigee): update the api e1ea873
feat(content): update the api 097e332
feat(documentai): update the api 72f3fae
feat(servicemanagement): update the api 491bafa
Copy file name to clipboardExpand all lines: docs/dyn/androidpublisher_v3.purchases.subscriptions.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ <h3>Method Details</h3>
211
211
"linkedPurchaseToken": "A String", # The purchase token of the originating purchase if this subscription is one of the following: 0. Re-signup of a canceled but non-lapsed subscription 1. Upgrade/downgrade from a previous subscription For example, suppose a user originally signs up and you receive purchase token X, then the user cancels and goes through the resignup flow (before their subscription lapses) and you receive purchase token Y, and finally the user upgrades their subscription and you receive purchase token Z. If you call this API with purchase token Z, this field will be set to Y. If you call this API with purchase token Y, this field will be set to X. If you call this API with purchase token X, this field will not be set.
212
212
"obfuscatedExternalAccountId": "A String", # An obfuscated version of the id that is uniquely associated with the user's account in your app. Present for the following purchases: * If account linking happened as part of the subscription purchase flow. * It was specified using https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedaccountid when the purchase was made.
213
213
"obfuscatedExternalProfileId": "A String", # An obfuscated version of the id that is uniquely associated with the user's profile in your app. Only present if specified using https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedprofileid when the purchase was made.
214
-
"orderId": "A String", # The order id of the latest recurring order associated with the purchase of the subscription.
214
+
"orderId": "A String", # The order id of the latest recurring order associated with the purchase of the subscription. If the subscription was canceled because payment was declined, this will be the order id from the payment declined order.
215
215
"paymentState": 42, # The payment state of the subscription. Possible values are: 0. Payment pending 1. Payment received 2. Free trial 3. Pending deferred upgrade/downgrade Not present for canceled, expired subscriptions.
216
216
"priceAmountMicros": "A String", # Price of the subscription, For tax exclusive countries, the price doesn't include tax. For tax inclusive countries, the price includes tax. Price is expressed in micro-units, where 1,000,000 micro-units represents one unit of the currency. For example, if the subscription price is €1.99, price_amount_micros is 1990000.
217
217
"priceChange": { # Contains the price change information for a subscription that can be used to control the user journey for the price change in the app. This can be in the form of seeking confirmation from the user or tailoring the experience for a successful conversion. # The latest price change information available. This is present only when there is an upcoming price change for the subscription yet to be applied. Once the subscription renews with the new price or the subscription is canceled, no price change information will be returned.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.apis.deployments.html
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,6 @@ <h3>Method Details</h3>
162
162
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
163
163
},
164
164
],
165
-
"serviceAccount": "A String", # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166
165
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.apis.revisions.deployments.html
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,6 @@ <h3>Method Details</h3>
162
162
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
163
163
},
164
164
],
165
-
"serviceAccount": "A String", # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166
165
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.deployments.html
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,6 @@ <h3>Method Details</h3>
163
163
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
164
164
},
165
165
],
166
-
"serviceAccount": "A String", # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
167
166
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.environments.apis.deployments.html
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,6 @@ <h3>Method Details</h3>
162
162
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
163
163
},
164
164
],
165
-
"serviceAccount": "A String", # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166
165
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
<pclass="firstline">Deploys a revision of an API proxy. If another revision of the same API proxy revision is currently deployed, set the `override` parameter to `true` to have this revision replace the currently deployed revision. You cannot invoke an API proxy until it has been deployed to an environment. After you deploy an API proxy revision, you cannot edit it. To edit the API proxy, you must create and deploy a new revision. For a request path `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.create` on the resource `organizations/{org}/environments/{env}` * `apigee.proxyrevisions.deploy` on the resource `organizations/{org}/apis/{api}/revisions/{rev}` </p>
<pre>Deploys a revision of an API proxy. If another revision of the same API proxy revision is currently deployed, set the `override` parameter to `true` to have this revision replace the currently deployed revision. You cannot invoke an API proxy until it has been deployed to an environment. After you deploy an API proxy revision, you cannot edit it. To edit the API proxy, you must create and deploy a new revision. For a request path `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.create` on the resource `organizations/{org}/environments/{env}` * `apigee.proxyrevisions.deploy` on the resource `organizations/{org}/apis/{api}/revisions/{rev}`
108
108
109
109
Args:
110
110
name: string, Required. Name of the API proxy revision deployment in the following format: `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` (required)
111
111
override: boolean, Flag that specifies whether the new deployment replaces other deployed revisions of the API proxy in the environment. Set `override` to `true` to replace other deployed revisions. By default, `override` is `false` and the deployment is rejected if other revisions of the API proxy are deployed in the environment.
112
112
sequencedRollout: boolean, Flag that specifies whether to enable sequenced rollout. If set to `true`, a best-effort attempt will be made to roll out the routing rules corresponding to this deployment and the environment changes to add this deployment in a safe order. This reduces the risk of downtime that could be caused by changing the environment group's routing before the new destination for the affected traffic is ready to receive it. This should only be necessary if the new deployment will be capturing traffic from another environment under a shared environment group or if traffic will be rerouted to a different environment due to a base path removal. The [GenerateDeployChangeReport API](GenerateDeployChangeReport) may be used to examine routing changes before issuing the deployment request, and its response will indicate if a sequenced rollout is recommended for the deployment.
113
-
serviceAccount: string, Google Cloud IAM service account. The service account represents the identity of the deployed proxy, and determines what permissions it has. The format must be `{ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com`.
114
113
x__xgafv: string, V1 error format.
115
114
Allowed values
116
115
1 - v1 error format
@@ -179,7 +178,6 @@ <h3>Method Details</h3>
179
178
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
180
179
},
181
180
],
182
-
"serviceAccount": "A String", # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
183
181
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
184
182
}</pre>
185
183
</div>
@@ -258,7 +256,6 @@ <h3>Method Details</h3>
258
256
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
259
257
},
260
258
],
261
-
"serviceAccount": "A String", # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
262
259
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.environments.deployments.html
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,6 @@ <h3>Method Details</h3>
163
163
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
164
164
},
165
165
],
166
-
"serviceAccount": "A String", # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
167
166
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.environments.sharedflows.deployments.html
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,6 @@ <h3>Method Details</h3>
162
162
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
163
163
},
164
164
],
165
-
"serviceAccount": "A String", # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166
165
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
<pclass="firstline">Deploys a revision of a shared flow. If another revision of the same shared flow is currently deployed, set the `override` parameter to `true` to have this revision replace the currently deployed revision. You cannot use a shared flow until it has been deployed to an environment. For a request path `organizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.create` on the resource `organizations/{org}/environments/{env}` * `apigee.sharedflowrevisions.deploy` on the resource `organizations/{org}/sharedflows/{sf}/revisions/{rev}`</p>
<pre>Deploys a revision of a shared flow. If another revision of the same shared flow is currently deployed, set the `override` parameter to `true` to have this revision replace the currently deployed revision. You cannot use a shared flow until it has been deployed to an environment. For a request path `organizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{rev}/deployments`, two permissions are required: * `apigee.deployments.create` on the resource `organizations/{org}/environments/{env}` * `apigee.sharedflowrevisions.deploy` on the resource `organizations/{org}/sharedflows/{sf}/revisions/{rev}`
98
98
99
99
Args:
100
100
name: string, Required. Name of the shared flow revision to deploy in the following format: `organizations/{org}/environments/{env}/sharedflows/{sharedflow}/revisions/{rev}` (required)
101
101
override: boolean, Flag that specifies whether the new deployment replaces other deployed revisions of the shared flow in the environment. Set `override` to `true` to replace other deployed revisions. By default, `override` is `false` and the deployment is rejected if other revisions of the shared flow are deployed in the environment.
102
-
serviceAccount: string, Google Cloud IAM service account. The service account represents the identity of the deployed proxy, and determines what permissions it has. The format must be `{ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com`.
103
102
x__xgafv: string, V1 error format.
104
103
Allowed values
105
104
1 - v1 error format
@@ -168,7 +167,6 @@ <h3>Method Details</h3>
168
167
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
169
168
},
170
169
],
171
-
"serviceAccount": "A String", # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
172
170
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
173
171
}</pre>
174
172
</div>
@@ -247,7 +245,6 @@ <h3>Method Details</h3>
247
245
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
248
246
},
249
247
],
250
-
"serviceAccount": "A String", # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
251
248
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.sharedflows.deployments.html
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,6 @@ <h3>Method Details</h3>
162
162
"environmentGroup": "A String", # Name of the environment group in which this conflict exists.
163
163
},
164
164
],
165
-
"serviceAccount": "A String", # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
166
165
"state": "A String", # Current state of the deployment. This field is not populated in List APIs.
0 commit comments