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-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/Release.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,14 @@ public final class Release extends com.google.api.client.json.GenericJson {
202
202
@com.google.api.client.util.Key
203
203
privatejava.util.List<Target> targetSnapshots;
204
204
205
+
/**
206
+
* Optional. The tool versions to use for this release and all subsequent operations involving
207
+
* this release. If unset, then it will freeze the tool versions at the time of release creation.
208
+
* The value may be {@code null}.
209
+
*/
210
+
@com.google.api.client.util.Key
211
+
privateToolVersionstoolVersions;
212
+
205
213
/**
206
214
* Output only. Unique identifier of the `Release`.
207
215
* The value may be {@code null}.
@@ -592,6 +600,25 @@ public Release setTargetSnapshots(java.util.List<Target> targetSnapshots) {
592
600
returnthis;
593
601
}
594
602
603
+
/**
604
+
* Optional. The tool versions to use for this release and all subsequent operations involving
605
+
* this release. If unset, then it will freeze the tool versions at the time of release creation.
606
+
* @return value or {@code null} for none
607
+
*/
608
+
publicToolVersionsgetToolVersions() {
609
+
returntoolVersions;
610
+
}
611
+
612
+
/**
613
+
* Optional. The tool versions to use for this release and all subsequent operations involving
614
+
* this release. If unset, then it will freeze the tool versions at the time of release creation.
615
+
* @param toolVersions toolVersions or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/ReleaseCondition.java
0 commit comments