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
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1109,24 +1109,24 @@ public Create setParent(java.lang.String parent) {
1109
1109
1110
1110
/**
1111
1111
* Required. Identifies the subscription resource on the Partner side. The value is
1112
-
* restricted to 63 ASCII characters at the maximum. If a subscription was previously
1113
-
* created with the same subscription_id, we will directly return that one.
1112
+
* restricted to 63 ASCII characters at the maximum. If a subscription with the same ID
1113
+
* already exists, the creation fails with an `ALREADY_EXISTS` error.
1114
1114
*/
1115
1115
@com.google.api.client.util.Key
1116
1116
privatejava.lang.StringsubscriptionId;
1117
1117
1118
1118
/** Required. Identifies the subscription resource on the Partner side. The value is restricted to 63
1119
-
ASCII characters at the maximum. If a subscription was previously created with the same
1120
-
subscription_id, we will directly return that one.
1119
+
ASCII characters at the maximum. If a subscription with the same ID already exists, the creation
1120
+
fails with an `ALREADY_EXISTS` error.
1121
1121
*/
1122
1122
publicjava.lang.StringgetSubscriptionId() {
1123
1123
returnsubscriptionId;
1124
1124
}
1125
1125
1126
1126
/**
1127
1127
* Required. Identifies the subscription resource on the Partner side. The value is
1128
-
* restricted to 63 ASCII characters at the maximum. If a subscription was previously
1129
-
* created with the same subscription_id, we will directly return that one.
1128
+
* restricted to 63 ASCII characters at the maximum. If a subscription with the same ID
1129
+
* already exists, the creation fails with an `ALREADY_EXISTS` error.
0 commit comments