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
+48-53Lines changed: 48 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -174,8 +174,8 @@ public Products products() {
174
174
publicclassProducts {
175
175
176
176
/**
177
-
* To retrieve the products that can be resold by the partner. It should be autenticated with a
178
-
* service account. - This API doesn't apply to YouTube products currently.
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.
179
179
*
180
180
* Create a request for the method "products.list".
181
181
*
@@ -200,8 +200,8 @@ public class List extends PaymentsResellerSubscriptionRequest<com.google.api.ser
Copy file name to clipboardExpand all lines: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload.java
Copy file name to clipboardExpand all lines: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/GoogleCloudPaymentsResellerSubscriptionV1Product.java
Copy file name to clipboardExpand all lines: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/GoogleCloudPaymentsResellerSubscriptionV1Promotion.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ public final class GoogleCloudPaymentsResellerSubscriptionV1Promotion extends co
70
70
privatejava.lang.Stringname;
71
71
72
72
/**
73
-
* Output only. Output Only. Specifies the type of the promotion.
73
+
* Output only. Specifies the type of the promotion.
74
74
* The value may be {@code null}.
75
75
*/
76
76
@com.google.api.client.util.Key
@@ -193,15 +193,15 @@ public GoogleCloudPaymentsResellerSubscriptionV1Promotion setName(java.lang.Stri
193
193
}
194
194
195
195
/**
196
-
* Output only. Output Only. Specifies the type of the promotion.
196
+
* Output only. Specifies the type of the promotion.
197
197
* @return value or {@code null} for none
198
198
*/
199
199
publicjava.lang.StringgetPromotionType() {
200
200
returnpromotionType;
201
201
}
202
202
203
203
/**
204
-
* Output only. Output Only. Specifies the type of the promotion.
204
+
* Output only. Specifies the type of the promotion.
205
205
* @param promotionType promotionType 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/GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductor
45
45
privatejava.lang.LongdiscountRatioMicros;
46
46
47
47
/**
48
-
* Output only. Output Only. The duration of an introductory offer in billing cycles.
48
+
* Output only. The duration of an introductory offer in billing cycles.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
@@ -93,15 +93,15 @@ public GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDeta
93
93
}
94
94
95
95
/**
96
-
* Output only. Output Only. The duration of an introductory offer in billing cycles.
96
+
* Output only. The duration of an introductory offer in billing cycles.
97
97
* @return value or {@code null} for none
98
98
*/
99
99
publicjava.lang.IntegergetRecurrenceCount() {
100
100
returnrecurrenceCount;
101
101
}
102
102
103
103
/**
104
-
* Output only. Output Only. The duration of an introductory offer in billing cycles.
104
+
* Output only. The duration of an introductory offer in billing cycles.
105
105
* @param recurrenceCount recurrenceCount or {@code null} for none
0 commit comments