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
+26-27Lines changed: 26 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public class PaymentsResellerSubscription extends com.google.api.client.googleap
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
0 commit comments