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: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/PaymentsResellerSubscription.java
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ public class Products {
175
175
176
176
/**
177
177
* Currently, it doesn't support **YouTube** products. Retrieves the products that can be resold by
178
-
* the partner. It should be autenticated with a service account.
178
+
* the partner. It should be authenticated with a service account.
179
179
*
180
180
* Create a request for the method "products.list".
181
181
*
@@ -201,7 +201,7 @@ public class List extends PaymentsResellerSubscriptionRequest<com.google.api.ser
201
201
202
202
/**
203
203
* Currently, it doesn't support **YouTube** products. Retrieves the products that can be resold
204
-
* by the partner. It should be autenticated with a service account.
204
+
* by the partner. It should be authenticated with a service account.
205
205
*
206
206
* Create a request for the method "products.list".
207
207
*
@@ -430,7 +430,7 @@ public Promotions promotions() {
430
430
publicclassPromotions {
431
431
432
432
/**
433
-
* Currently, it is only enabeld for **YouTube**. Finds eligible promotions for the current user.
433
+
* Currently, it is only enabled for **YouTube**. Finds eligible promotions for the current user.
434
434
* The API requires user authorization via OAuth. The bare minimum oauth scope `openid` is
435
435
* sufficient, which will skip the consent screen.
436
436
*
@@ -458,7 +458,7 @@ public class FindEligible extends PaymentsResellerSubscriptionRequest<com.google
Copy file name to clipboardExpand all lines: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/CancelSubscriptionRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public final class CancelSubscriptionRequest extends com.google.api.client.json.
33
33
/**
34
34
* Optional. If true, Google will cancel the subscription immediately, and may or may not (based
35
35
* on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise,
36
-
* Google defers the cancelation at renewal_time, and will not issue a refund. - YouTube
36
+
* Google defers the cancellation at renewal_time, and will not issue a refund. - YouTube
37
37
* subscriptions must use this option currently. However, the user will still have access to the
38
38
* subscription until the end of the billing cycle.
39
39
* The value may be {@code null}.
@@ -51,7 +51,7 @@ public final class CancelSubscriptionRequest extends com.google.api.client.json.
51
51
/**
52
52
* Optional. If true, Google will cancel the subscription immediately, and may or may not (based
53
53
* on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise,
54
-
* Google defers the cancelation at renewal_time, and will not issue a refund. - YouTube
54
+
* Google defers the cancellation at renewal_time, and will not issue a refund. - YouTube
55
55
* subscriptions must use this option currently. However, the user will still have access to the
56
56
* subscription until the end of the billing cycle.
57
57
* @return value or {@code null} for none
@@ -63,7 +63,7 @@ public java.lang.Boolean getCancelImmediately() {
63
63
/**
64
64
* Optional. If true, Google will cancel the subscription immediately, and may or may not (based
65
65
* on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise,
66
-
* Google defers the cancelation at renewal_time, and will not issue a refund. - YouTube
66
+
* Google defers the cancellation at renewal_time, and will not issue a refund. - YouTube
67
67
* subscriptions must use this option currently. However, the user will still have access to the
68
68
* subscription until the end of the billing cycle.
69
69
* @param cancelImmediately cancelImmediately or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FindEligiblePromotionsRequest.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,17 @@ public final class FindEligiblePromotionsRequest extends com.google.api.client.j
46
46
47
47
/**
48
48
* Optional. The maximum number of promotions to return. The service may return fewer than this
49
-
* value. If unspecified, at most 50 products will be returned. The maximum value is 1000; values
50
-
* above 1000 will be coerced to 1000.
49
+
* value. If unspecified, at most 50 promotions will be returned. The maximum value is 1000;
50
+
* values above 1000 will be coerced to 1000.
51
51
* The value may be {@code null}.
52
52
*/
53
53
@com.google.api.client.util.Key
54
54
privatejava.lang.IntegerpageSize;
55
55
56
56
/**
57
-
* Optional. A page token, received from a previous `ListPromotions` call. Provide this to
57
+
* Optional. A page token, received from a previous `FindEligiblePromotions` call. Provide this to
58
58
* retrieve the subsequent page. When paginating, all other parameters provided to
59
-
* `ListPromotions` must match the call that provided the page token.
59
+
* `FindEligiblePromotions` must match the call that provided the page token.
60
60
* The value may be {@code null}.
61
61
*/
62
62
@com.google.api.client.util.Key
@@ -95,8 +95,8 @@ public FindEligiblePromotionsRequest setFilter(java.lang.String filter) {
95
95
96
96
/**
97
97
* Optional. The maximum number of promotions to return. The service may return fewer than this
98
-
* value. If unspecified, at most 50 products will be returned. The maximum value is 1000; values
99
-
* above 1000 will be coerced to 1000.
98
+
* value. If unspecified, at most 50 promotions will be returned. The maximum value is 1000;
99
+
* values above 1000 will be coerced to 1000.
100
100
* @return value or {@code null} for none
101
101
*/
102
102
publicjava.lang.IntegergetPageSize() {
@@ -105,8 +105,8 @@ public java.lang.Integer getPageSize() {
105
105
106
106
/**
107
107
* Optional. The maximum number of promotions to return. The service may return fewer than this
108
-
* value. If unspecified, at most 50 products will be returned. The maximum value is 1000; values
109
-
* above 1000 will be coerced to 1000.
108
+
* value. If unspecified, at most 50 promotions will be returned. The maximum value is 1000;
109
+
* values above 1000 will be coerced to 1000.
110
110
* @param pageSize pageSize or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FiniteBillingCycleDetails.java
Copy file name to clipboardExpand all lines: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Product.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ public final class Product extends com.google.api.client.json.GenericJson {
68
68
privatejava.lang.StringproductType;
69
69
70
70
/**
71
-
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refers
71
+
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refer
72
72
* to: https://en.wikipedia.org/wiki/ISO_3166-1
73
73
* The value may be {@code null}.
74
74
*/
@@ -185,7 +185,7 @@ public Product setProductType(java.lang.String productType) {
185
185
}
186
186
187
187
/**
188
-
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refers
188
+
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refer
189
189
* to: https://en.wikipedia.org/wiki/ISO_3166-1
190
190
* @return value or {@code null} for none
191
191
*/
@@ -194,7 +194,7 @@ public java.util.List<java.lang.String> getRegionCodes() {
194
194
}
195
195
196
196
/**
197
-
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refers
197
+
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refer
198
198
* to: https://en.wikipedia.org/wiki/ISO_3166-1
199
199
* @param regionCodes regionCodes or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Promotion.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ public final class Promotion extends com.google.api.client.json.GenericJson {
78
78
79
79
/**
80
80
* Output only. 2-letter ISO region code where the promotion is available in. Ex. "US" Please
81
-
* refers to: https://en.wikipedia.org/wiki/ISO_3166-1
81
+
* refer to: https://en.wikipedia.org/wiki/ISO_3166-1
82
82
* The value may be {@code null}.
83
83
*/
84
84
@com.google.api.client.util.Key
@@ -217,7 +217,7 @@ public Promotion setPromotionType(java.lang.String promotionType) {
217
217
218
218
/**
219
219
* Output only. 2-letter ISO region code where the promotion is available in. Ex. "US" Please
220
-
* refers to: https://en.wikipedia.org/wiki/ISO_3166-1
220
+
* refer to: https://en.wikipedia.org/wiki/ISO_3166-1
0 commit comments