Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: Update discovery artifacts (#1405)
## 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
  • Loading branch information
yoshi-code-bot committed Jun 8, 2021
1 parent 4d1153d commit cb945f3
Show file tree
Hide file tree
Showing 107 changed files with 2,029 additions and 752 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/androidpublisher_v3.purchases.subscriptions.html
Expand Up @@ -211,7 +211,7 @@ <h3>Method Details</h3>
&quot;linkedPurchaseToken&quot;: &quot;A String&quot;, # 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.
&quot;obfuscatedExternalAccountId&quot;: &quot;A String&quot;, # An obfuscated version of the id that is uniquely associated with the user&#x27;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.
&quot;obfuscatedExternalProfileId&quot;: &quot;A String&quot;, # An obfuscated version of the id that is uniquely associated with the user&#x27;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.
&quot;orderId&quot;: &quot;A String&quot;, # The order id of the latest recurring order associated with the purchase of the subscription.
&quot;orderId&quot;: &quot;A String&quot;, # 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.
&quot;paymentState&quot;: 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.
&quot;priceAmountMicros&quot;: &quot;A String&quot;, # Price of the subscription, For tax exclusive countries, the price doesn&#x27;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.
&quot;priceChange&quot;: { # 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.
Expand Down
1 change: 0 additions & 1 deletion docs/dyn/apigee_v1.organizations.apis.deployments.html
Expand Up @@ -162,7 +162,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down
Expand Up @@ -162,7 +162,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down
1 change: 0 additions & 1 deletion docs/dyn/apigee_v1.organizations.deployments.html
Expand Up @@ -163,7 +163,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down
Expand Up @@ -162,7 +162,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down
Expand Up @@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#deploy">deploy(name, override=None, sequencedRollout=None, serviceAccount=None, x__xgafv=None)</a></code></p>
<code><a href="#deploy">deploy(name, override=None, sequencedRollout=None, x__xgafv=None)</a></code></p>
<p class="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>
<p class="toc_element">
<code><a href="#getDeployments">getDeployments(name, x__xgafv=None)</a></code></p>
Expand All @@ -103,14 +103,13 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="deploy">deploy(name, override=None, sequencedRollout=None, serviceAccount=None, x__xgafv=None)</code>
<code class="details" id="deploy">deploy(name, override=None, sequencedRollout=None, x__xgafv=None)</code>
<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}`

Args:
name: string, Required. Name of the API proxy revision deployment in the following format: `organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}` (required)
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.
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&#x27;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.
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`.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -179,7 +178,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
}</pre>
</div>
Expand Down Expand Up @@ -258,7 +256,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
}</pre>
</div>
Expand Down
Expand Up @@ -163,7 +163,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down
Expand Up @@ -162,7 +162,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down
Expand Up @@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#deploy">deploy(name, override=None, serviceAccount=None, x__xgafv=None)</a></code></p>
<code><a href="#deploy">deploy(name, override=None, x__xgafv=None)</a></code></p>
<p class="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>
<p class="toc_element">
<code><a href="#getDeployments">getDeployments(name, x__xgafv=None)</a></code></p>
Expand All @@ -93,13 +93,12 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="deploy">deploy(name, override=None, serviceAccount=None, x__xgafv=None)</code>
<code class="details" id="deploy">deploy(name, override=None, x__xgafv=None)</code>
<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}`

Args:
name: string, Required. Name of the shared flow revision to deploy in the following format: `organizations/{org}/environments/{env}/sharedflows/{sharedflow}/revisions/{rev}` (required)
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.
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`.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -168,7 +167,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
}</pre>
</div>
Expand Down Expand Up @@ -247,7 +245,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
}</pre>
</div>
Expand Down
Expand Up @@ -162,7 +162,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down
Expand Up @@ -162,7 +162,6 @@ <h3>Method Details</h3>
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
},
],
&quot;serviceAccount&quot;: &quot;A String&quot;, # The full resource name of Cloud IAM Service Account that this deployment is using, eg, `projects/-/serviceAccounts/{email}`.
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.
},
],
Expand Down

0 comments on commit cb945f3

Please sign in to comment.