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/model/CreateSubscriptionIntent.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ public final class CreateSubscriptionIntent extends com.google.api.client.json.G
38
38
privateCycleOptionscycleOptions;
39
39
40
40
/**
41
-
* Required. The parent resource name, which is the identifier of the partner.
41
+
* Optional. Deprecated: Use the `parent` field in `GenerateUserSessionRequest` instead. The
42
+
* parent resource name, which is the identifier of the partner.
42
43
* The value may be {@code null}.
43
44
*/
44
45
@com.google.api.client.util.Key
@@ -78,15 +79,17 @@ public CreateSubscriptionIntent setCycleOptions(CycleOptions cycleOptions) {
78
79
}
79
80
80
81
/**
81
-
* Required. The parent resource name, which is the identifier of the partner.
82
+
* Optional. Deprecated: Use the `parent` field in `GenerateUserSessionRequest` instead. The
83
+
* parent resource name, which is the identifier of the partner.
82
84
* @return value or {@code null} for none
83
85
*/
84
86
publicjava.lang.StringgetParent() {
85
87
returnparent;
86
88
}
87
89
88
90
/**
89
-
* Required. The parent resource name, which is the identifier of the partner.
91
+
* Optional. Deprecated: Use the `parent` field in `GenerateUserSessionRequest` instead. The
92
+
* parent resource name, which is the identifier of the partner.
0 commit comments