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
Copy file name to clipboardExpand all lines: docs/dyn/analyticshub_v1beta1.projects.locations.dataExchanges.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ <h3>Method Details</h3>
202
202
<pre>Gets the IAM policy.
203
203
204
204
Args:
205
-
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
205
+
resource: string, REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
206
206
body: object, The request body.
207
207
The object takes the form of:
208
208
@@ -343,7 +343,7 @@ <h3>Method Details</h3>
343
343
<pre>Sets the IAM policy.
344
344
345
345
Args:
346
-
resource: string, REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. (required)
346
+
resource: string, REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
347
347
body: object, The request body.
348
348
The object takes the form of:
349
349
@@ -428,7 +428,7 @@ <h3>Method Details</h3>
428
428
<pre>Returns the permissions that a caller has.
429
429
430
430
Args:
431
-
resource: string, REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. (required)
431
+
resource: string, REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
Copy file name to clipboardExpand all lines: docs/dyn/analyticshub_v1beta1.projects.locations.dataExchanges.listings.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ <h3>Method Details</h3>
245
245
<pre>Gets the IAM policy.
246
246
247
247
Args:
248
-
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
248
+
resource: string, REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
249
249
body: object, The request body.
250
250
The object takes the form of:
251
251
@@ -431,7 +431,7 @@ <h3>Method Details</h3>
431
431
<pre>Sets the IAM policy.
432
432
433
433
Args:
434
-
resource: string, REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. (required)
434
+
resource: string, REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
435
435
body: object, The request body.
436
436
The object takes the form of:
437
437
@@ -552,7 +552,7 @@ <h3>Method Details</h3>
552
552
<pre>Returns the permissions that a caller has.
553
553
554
554
Args:
555
-
resource: string, REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. (required)
555
+
resource: string, REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
packageName: string, The package of the application for which this subscription was purchased (for example, 'com.some.thing'). (required)
95
+
token: string, Required. The token provided to the user's device when the subscription was purchased. (required)
96
+
x__xgafv: string, V1 error format.
97
+
Allowed values
98
+
1 - v1 error format
99
+
2 - v2 error format
100
+
101
+
Returns:
102
+
An object of the form:
103
+
104
+
{ # Indicates the status of a user's subscription purchase.
105
+
"acknowledgementState": "A String", # The acknowledgement state of the subscription.
106
+
"canceledStateContext": { # Information specific to a subscription in canceled state. # Additional context around canceled subscriptions. Only present if the subscription currently has subscription_state SUBSCRIPTION_STATE_CANCELED.
107
+
"developerInitiatedCancellation": { # Information specific to cancellations initiated by developers. # Subscription was canceled by the developer.
108
+
},
109
+
"replacementCancellation": { # Information specific to cancellations caused by subscription replacement. # Subscription was replaced by a new subscription.
110
+
},
111
+
"systemInitiatedCancellation": { # Information specific to cancellations initiated by Google system. # Subscription was canceled by the system, for example because of a billing problem.
112
+
},
113
+
"userInitiatedCancellation": { # Information specific to cancellations initiated by users. # Subscription was canceled by user.
114
+
"cancelSurveyResult": { # Result of the cancel survey when the subscription was canceled by the user. # Information provided by the user when they complete the subscription cancellation flow (cancellation reason survey).
115
+
"reason": "A String", # The reason the user selected in the cancel survey.
116
+
"reasonUserInput": "A String", # Only set for CANCEL_SURVEY_REASON_OTHERS. This is the user's freeform response to the survey.
117
+
},
118
+
"cancelTime": "A String", # The time at which the subscription was canceled by the user. The user might still have access to the subscription after this time. Use line_items.expiry_time to determine if a user still has access.
119
+
},
120
+
},
121
+
"externalAccountIdentifiers": { # User account identifier in the third-party service. # User account identifier in the third-party service.
122
+
"externalAccountId": "A String", # User account identifier in the third-party service. Only present if account linking happened as part of the subscription purchase flow.
123
+
"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.
124
+
"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.
125
+
},
126
+
"kind": "A String", # This kind represents a SubscriptionPurchaseV2 object in the androidpublisher service.
127
+
"latestOrderId": "A String", # 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.
128
+
"lineItems": [ # Item-level info for a subscription purchase. The items in the same purchase should be either all with AutoRenewingPlan or all with PrepaidPlan.
129
+
{ # Item-level info for a subscription purchase.
130
+
"autoRenewingPlan": { # Information related to an auto renewing plan. # The item is auto renewing.
131
+
"autoRenewEnabled": True or False, # If the subscription is currently set to auto-renew, e.g. the user has not canceled the subscription
132
+
},
133
+
"expiryTime": "A String", # Time at which the subscription expired or will expire unless the access is extended (ex. renews).
134
+
"prepaidPlan": { # Information related to a prepaid plan. # The item is prepaid.
135
+
"allowExtendAfterTime": "A String", # After this time, the subscription is allowed for a new top-up purchase. Not present if the subscription is already extended by a top-up purchase.
136
+
},
137
+
"productId": "A String", # The purchased product ID (for example, 'monthly001').
138
+
},
139
+
],
140
+
"linkedPurchaseToken": "A String", # 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.
141
+
"pausedStateContext": { # Information specific to a subscription in paused state. # Additional context around paused subscriptions. Only present if the subscription currently has subscription_state SUBSCRIPTION_STATE_PAUSED.
142
+
"autoResumeTime": "A String", # Time at which the subscription will be automatically resumed.
143
+
},
144
+
"regionCode": "A String", # ISO 3166-1 alpha-2 billing country/region code of the user at the time the subscription was granted.
145
+
"startTime": "A String", # Time at which the subscription was granted. Not set for pending subscriptions (subscription was created but awaiting payment during signup).
146
+
"subscribeWithGoogleInfo": { # Information associated with purchases made with 'Subscribe with Google'. # User profile associated with purchases made with 'Subscribe with Google'.
147
+
"emailAddress": "A String", # The email address of the user when the subscription was purchased.
148
+
"familyName": "A String", # The family name of the user when the subscription was purchased.
149
+
"givenName": "A String", # The given name of the user when the subscription was purchased.
150
+
"profileId": "A String", # The Google profile id of the user when the subscription was purchased.
151
+
"profileName": "A String", # The profile name of the user when the subscription was purchased.
152
+
},
153
+
"subscriptionState": "A String", # The current state of the subscription.
154
+
"testPurchase": { # Whether this subscription purchase is a test purchase. # Only present if this subscription purchase is a test purchase.
0 commit comments