Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
a68707f
feat(androidmanagement): update the api
yoshi-automation May 26, 2026
0c50b5b
feat(androidpublisher): update the api
yoshi-automation May 26, 2026
f81d8f8
feat(backupdr): update the api
yoshi-automation May 26, 2026
e1ec820
feat(bigquery): update the api
yoshi-automation May 26, 2026
1db8664
feat(calendar): update the api
yoshi-automation May 26, 2026
a2ad970
feat(ces): update the api
yoshi-automation May 26, 2026
0ec4e90
feat(chromemanagement): update the api
yoshi-automation May 26, 2026
89440a2
feat(chromewebstore): update the api
yoshi-automation May 26, 2026
7aeb83d
feat(cloudbuild): update the api
yoshi-automation May 26, 2026
9086009
feat(clouddeploy): update the api
yoshi-automation May 26, 2026
3d3cd65
feat(cloudkms): update the api
yoshi-automation May 26, 2026
9e3081b
feat(cloudsupport): update the api
yoshi-automation May 26, 2026
fc4590c
feat(config): update the api
yoshi-automation May 26, 2026
4f6aea4
feat(contactcenterinsights): update the api
yoshi-automation May 26, 2026
eba7061
feat(container): update the api
yoshi-automation May 26, 2026
e68f051
feat(dataform): update the api
yoshi-automation May 26, 2026
6298eab
fix(datalineage): update the api
yoshi-automation May 26, 2026
c6c2e8e
feat(dataplex): update the api
yoshi-automation May 26, 2026
84e8f1a
feat(dialogflow): update the api
yoshi-automation May 26, 2026
9580c07
feat(discoveryengine): update the api
yoshi-automation May 26, 2026
da0cdd3
feat(dlp): update the api
yoshi-automation May 26, 2026
0afbd87
feat(firebaseapphosting): update the api
yoshi-automation May 26, 2026
04b386f
feat(firebaseml): update the api
yoshi-automation May 26, 2026
f31b9e3
feat(healthcare): update the api
yoshi-automation May 26, 2026
b31166f
feat(managedkafka): update the api
yoshi-automation May 26, 2026
8fc9817
feat(merchantapi): update the api
yoshi-automation May 26, 2026
f02e2df
feat(mybusinessverifications): update the api
yoshi-automation May 26, 2026
d5ab9f4
feat(netapp): update the api
yoshi-automation May 26, 2026
907af5c
feat(networkmanagement): update the api
yoshi-automation May 26, 2026
9c4fe0e
feat(networksecurity): update the api
yoshi-automation May 26, 2026
3f8417c
feat(notebooks): update the api
yoshi-automation May 26, 2026
a535017
fix(observability): update the api
yoshi-automation May 26, 2026
aa77751
feat(places): update the api
yoshi-automation May 26, 2026
bdc3b7e
fix(workspaceevents): update the api
yoshi-automation May 26, 2026
a8ef548
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation May 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 24 additions & 4 deletions docs/dyn/androidmanagement_v1.enterprises.devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,14 @@ <h3>Method Details</h3>
],
&quot;packageName&quot;: &quot;A String&quot;, # Package name of the app.
&quot;packageSha256Hash&quot;: &quot;A String&quot;, # The SHA-256 hash of the app&#x27;s APK file, which can be used to verify the app hasn&#x27;t been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
&quot;signingKeyCertFingerprints&quot;: [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
&quot;signingKeyCertFingerprints&quot;: [ # Deprecated. Use signingKeyCerts instead. The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
&quot;A String&quot;,
],
&quot;signingKeyCerts&quot;: [ # Output only. Signing key certificates of the app.
{ # The application signing key certificate.
&quot;signingKeyCertFingerprintSha256&quot;: &quot;A String&quot;, # Required. The SHA-256 hash value of the signing key certificate of the app. This must be a valid SHA-256 hash value, i.e. 32 bytes.
},
],
&quot;state&quot;: &quot;A String&quot;, # Application state.
&quot;userFacingType&quot;: &quot;A String&quot;, # Whether the app is user facing.
&quot;versionCode&quot;: 42, # The app version code, which can be used to determine whether one version is more recent than another.
Expand Down Expand Up @@ -602,9 +607,14 @@ <h3>Method Details</h3>
],
&quot;packageName&quot;: &quot;A String&quot;, # Package name of the app.
&quot;packageSha256Hash&quot;: &quot;A String&quot;, # The SHA-256 hash of the app&#x27;s APK file, which can be used to verify the app hasn&#x27;t been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
&quot;signingKeyCertFingerprints&quot;: [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
&quot;signingKeyCertFingerprints&quot;: [ # Deprecated. Use signingKeyCerts instead. The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
&quot;A String&quot;,
],
&quot;signingKeyCerts&quot;: [ # Output only. Signing key certificates of the app.
{ # The application signing key certificate.
&quot;signingKeyCertFingerprintSha256&quot;: &quot;A String&quot;, # Required. The SHA-256 hash value of the signing key certificate of the app. This must be a valid SHA-256 hash value, i.e. 32 bytes.
},
],
&quot;state&quot;: &quot;A String&quot;, # Application state.
&quot;userFacingType&quot;: &quot;A String&quot;, # Whether the app is user facing.
&quot;versionCode&quot;: 42, # The app version code, which can be used to determine whether one version is more recent than another.
Expand Down Expand Up @@ -902,9 +912,14 @@ <h3>Method Details</h3>
],
&quot;packageName&quot;: &quot;A String&quot;, # Package name of the app.
&quot;packageSha256Hash&quot;: &quot;A String&quot;, # The SHA-256 hash of the app&#x27;s APK file, which can be used to verify the app hasn&#x27;t been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
&quot;signingKeyCertFingerprints&quot;: [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
&quot;signingKeyCertFingerprints&quot;: [ # Deprecated. Use signingKeyCerts instead. The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
&quot;A String&quot;,
],
&quot;signingKeyCerts&quot;: [ # Output only. Signing key certificates of the app.
{ # The application signing key certificate.
&quot;signingKeyCertFingerprintSha256&quot;: &quot;A String&quot;, # Required. The SHA-256 hash value of the signing key certificate of the app. This must be a valid SHA-256 hash value, i.e. 32 bytes.
},
],
&quot;state&quot;: &quot;A String&quot;, # Application state.
&quot;userFacingType&quot;: &quot;A String&quot;, # Whether the app is user facing.
&quot;versionCode&quot;: 42, # The app version code, which can be used to determine whether one version is more recent than another.
Expand Down Expand Up @@ -1184,9 +1199,14 @@ <h3>Method Details</h3>
],
&quot;packageName&quot;: &quot;A String&quot;, # Package name of the app.
&quot;packageSha256Hash&quot;: &quot;A String&quot;, # The SHA-256 hash of the app&#x27;s APK file, which can be used to verify the app hasn&#x27;t been modified. Each byte of the hash value is represented as a two-digit hexadecimal number.
&quot;signingKeyCertFingerprints&quot;: [ # The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
&quot;signingKeyCertFingerprints&quot;: [ # Deprecated. Use signingKeyCerts instead. The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
&quot;A String&quot;,
],
&quot;signingKeyCerts&quot;: [ # Output only. Signing key certificates of the app.
{ # The application signing key certificate.
&quot;signingKeyCertFingerprintSha256&quot;: &quot;A String&quot;, # Required. The SHA-256 hash value of the signing key certificate of the app. This must be a valid SHA-256 hash value, i.e. 32 bytes.
},
],
&quot;state&quot;: &quot;A String&quot;, # Application state.
&quot;userFacingType&quot;: &quot;A String&quot;, # Whether the app is user facing.
&quot;versionCode&quot;: 42, # The app version code, which can be used to determine whether one version is more recent than another.
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/androidpublisher_v3.orders.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h3>Method Details</h3>
&quot;subscriptionDetails&quot;: { # Details of a subscription purchase. # Details of a subscription purchase.
&quot;basePlanId&quot;: &quot;A String&quot;, # The base plan ID of the subscription.
&quot;offerId&quot;: &quot;A String&quot;, # The offer ID for the current subscription offer.
&quot;offerPhase&quot;: &quot;A String&quot;, # The pricing phase for the billing period funded by this order. Deprecated. Use offer_phase_details instead.
&quot;offerPhase&quot;: &quot;A String&quot;, # Deprecated: Use offer_phase_details instead. The pricing phase for the billing period funded by this order.
&quot;offerPhaseDetails&quot;: { # Details of a pricing phase for the entitlement period funded by this order. # The pricing phase details for the entitlement period funded by this order.
&quot;baseDetails&quot;: { # Details of a base price pricing phase. # The order funds a base price period.
},
Expand Down Expand Up @@ -298,7 +298,7 @@ <h3>Method Details</h3>
&quot;subscriptionDetails&quot;: { # Details of a subscription purchase. # Details of a subscription purchase.
&quot;basePlanId&quot;: &quot;A String&quot;, # The base plan ID of the subscription.
&quot;offerId&quot;: &quot;A String&quot;, # The offer ID for the current subscription offer.
&quot;offerPhase&quot;: &quot;A String&quot;, # The pricing phase for the billing period funded by this order. Deprecated. Use offer_phase_details instead.
&quot;offerPhase&quot;: &quot;A String&quot;, # Deprecated: Use offer_phase_details instead. The pricing phase for the billing period funded by this order.
&quot;offerPhaseDetails&quot;: { # Details of a pricing phase for the entitlement period funded by this order. # The pricing phase details for the entitlement period funded by this order.
&quot;baseDetails&quot;: { # Details of a base price pricing phase. # The order funds a base price period.
},
Expand Down
10 changes: 5 additions & 5 deletions docs/dyn/androidpublisher_v3.purchases.subscriptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ <h2>Instance Methods</h2>
<p class="firstline">Acknowledges a subscription purchase.</p>
<p class="toc_element">
<code><a href="#cancel">cancel(packageName, subscriptionId, token, x__xgafv=None)</a></code></p>
<p class="firstline">Cancels a user's subscription purchase. The subscription remains valid until its expiration time. Newer version is available at purchases.subscriptionsv2.cancel for better client library support.</p>
<p class="firstline">Deprecated: Use purchases.subscriptionsv2.cancel instead. Cancels a user's subscription purchase. The subscription remains valid until its expiration time. Newer version is available at purchases.subscriptionsv2.cancel for better client library support.</p>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#defer">defer(packageName, subscriptionId, token, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Defers a user's subscription purchase until a specified future expiration time.</p>
<p class="firstline">Deprecated: Use purchases.subscriptionsv2.defer instead. Defers a user's subscription purchase until a specified future expiration time.</p>
<p class="toc_element">
<code><a href="#get">get(packageName, subscriptionId, token, x__xgafv=None)</a></code></p>
<p class="firstline">Deprecated: Use purchases.subscriptionsv2.get instead. Checks whether a user's subscription purchase is valid and returns its expiry time.</p>
Expand Down Expand Up @@ -124,7 +124,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="cancel">cancel(packageName, subscriptionId, token, x__xgafv=None)</code>
<pre>Cancels a user&#x27;s subscription purchase. The subscription remains valid until its expiration time. Newer version is available at purchases.subscriptionsv2.cancel for better client library support.
<pre>Deprecated: Use purchases.subscriptionsv2.cancel instead. Cancels a user&#x27;s subscription purchase. The subscription remains valid until its expiration time. Newer version is available at purchases.subscriptionsv2.cancel for better client library support.

Args:
packageName: string, The package name of the application for which this subscription was purchased (for example, &#x27;com.some.thing&#x27;). (required)
Expand All @@ -144,7 +144,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="defer">defer(packageName, subscriptionId, token, body=None, x__xgafv=None)</code>
<pre>Defers a user&#x27;s subscription purchase until a specified future expiration time.
<pre>Deprecated: Use purchases.subscriptionsv2.defer instead. Defers a user&#x27;s subscription purchase until a specified future expiration time.

Args:
packageName: string, The package name of the application for which this subscription was purchased (for example, &#x27;com.some.thing&#x27;). (required)
Expand Down Expand Up @@ -189,7 +189,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A SubscriptionPurchase resource indicates the status of a user&#x27;s subscription purchase.
{ # Deprecated: Use SubscriptionPurchaseV2 instead. A SubscriptionPurchase resource indicates the status of a user&#x27;s subscription purchase.
&quot;acknowledgementState&quot;: 42, # The acknowledgement state of the subscription product. Possible values are: 0. Yet to be acknowledged 1. Acknowledged
&quot;autoRenewing&quot;: True or False, # Whether the subscription will automatically be renewed when it reaches its current expiry time.
&quot;autoResumeTimeMillis&quot;: &quot;A String&quot;, # Time at which the subscription will be automatically resumed, in milliseconds since the Epoch. Only present if the user has requested to pause the subscription.
Expand Down
10 changes: 10 additions & 0 deletions docs/dyn/androidpublisher_v3.purchases.subscriptionsv2.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ <h3>Method Details</h3>
&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;inGracePeriodStateContext&quot;: { # Additional context around subscriptions in IN_GRACE_PERIOD state. # Optional. Additional context around subscriptions in IN_GRACE_PERIOD state. Only present if the subscription currently has subscription_state SUBSCRIPTION_STATE_IN_GRACE_PERIOD.
&quot;renewalDeclined&quot;: { # Context related to renewal declined scenario. # Optional. The payment for the renewal was declined.
&quot;pendingOrderId&quot;: &quot;A String&quot;, # Required. The ID of the pending or failed order causing the state.
},
},
&quot;kind&quot;: &quot;A String&quot;, # This kind represents a SubscriptionPurchaseV2 object in the androidpublisher service.
&quot;latestOrderId&quot;: &quot;A String&quot;, # Deprecated: Use line_items.latest_successful_order_id instead. The order id of the latest order associated with the purchase of the subscription. For autoRenewing subscription, this is the order id of signup order if it is not renewed yet, or the last recurring order id (success, pending, or declined order). For prepaid subscription, this is the order id associated with the queried purchase token.
&quot;lineItems&quot;: [ # Item-level info for a subscription purchase. The items in the same purchase should be either all with AutoRenewingPlan or all with PrepaidPlan.
Expand Down Expand Up @@ -280,6 +285,11 @@ <h3>Method Details</h3>
},
],
&quot;linkedPurchaseToken&quot;: &quot;A String&quot;, # The purchase token of the old subscription if this subscription is one of the following: * Re-signup of a canceled but non-lapsed subscription * Upgrade/downgrade from a previous subscription. * Convert from prepaid to auto renewing subscription. * Convert from an auto renewing subscription to prepaid. * Topup a prepaid subscription.
&quot;onHoldStateContext&quot;: { # Additional context around subscriptions in ON_HOLD state. # Optional. Additional context around subscriptions in ON_HOLD state. Only present if the subscription currently has subscription_state SUBSCRIPTION_STATE_ON_HOLD.
&quot;renewalDeclined&quot;: { # Context related to renewal declined scenario. # Optional. The payment for the renewal was declined.
&quot;pendingOrderId&quot;: &quot;A String&quot;, # Required. The ID of the pending or failed order causing the state.
},
},
&quot;outOfAppPurchaseContext&quot;: { # Information specific to an out of app purchase. # Additional context for out of app purchases. This information is only present for re-subscription purchases (subscription purchases made after the previous subscription of the same product has expired) made through the Google Play subscriptions center. This field will be removed after you acknowledge the subscription.
&quot;expiredExternalAccountIdentifiers&quot;: { # User account identifier in the third-party service. # User account identifier from the last expired subscription for this SKU.
&quot;externalAccountId&quot;: &quot;A String&quot;, # User account identifier in the third-party service. Only present if account linking happened as part of the subscription purchase flow.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1530,6 +1530,7 @@ <h3>Method Details</h3>
},
&quot;computeInstanceTargetEnvironment&quot;: { # ComputeInstanceTargetEnvironment represents Compute Engine target environment to be used during restore. # Compute Engine target environment to be used during restore.
&quot;project&quot;: &quot;A String&quot;, # Required. Target project for the Compute Engine instance.
&quot;useProjectServiceAccount&quot;: True or False, # Optional. Whether to use the project service account for the Compute Engine instance.
&quot;zone&quot;: &quot;A String&quot;, # Required. The zone of the Compute Engine instance.
},
&quot;diskRestoreProperties&quot;: { # DiskRestoreProperties represents the properties of a Disk restore. # Disk properties to be overridden during restore.
Expand Down Expand Up @@ -1570,6 +1571,7 @@ <h3>Method Details</h3>
},
&quot;diskTargetEnvironment&quot;: { # DiskTargetEnvironment represents the target environment for the disk. # Disk target environment to be used during restore.
&quot;project&quot;: &quot;A String&quot;, # Required. Target project for the disk.
&quot;useProjectServiceAccount&quot;: True or False, # Optional. Whether to use the project service account for the disk.
&quot;zone&quot;: &quot;A String&quot;, # Required. Target zone for the disk.
},
&quot;regionDiskTargetEnvironment&quot;: { # RegionDiskTargetEnvironment represents the target environment for the disk. # Region disk target environment to be used during restore.
Expand All @@ -1578,6 +1580,7 @@ <h3>Method Details</h3>
&quot;replicaZones&quot;: [ # Required. Target URLs of the replica zones for the disk.
&quot;A String&quot;,
],
&quot;useProjectServiceAccount&quot;: True or False, # Optional. Whether to use the project service account for the disk.
},
&quot;requestId&quot;: &quot;A String&quot;, # Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
}
Expand Down
Loading
Loading