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-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2SubmitBuildRequest.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,13 @@ public final class GoogleCloudRunV2SubmitBuildRequest extends com.google.api.cli
59
59
@com.google.api.client.util.Key
60
60
privatejava.lang.StringmachineType;
61
61
62
+
/**
63
+
* Optional. The release track of the client that initiated the build request.
64
+
* The value may be {@code null}.
65
+
*/
66
+
@com.google.api.client.util.Key
67
+
privatejava.lang.StringreleaseTrack;
68
+
62
69
/**
63
70
* Optional. The service account to use for the build. If not set, the default Cloud Build service
64
71
* account for the project will be used.
@@ -163,6 +170,23 @@ public GoogleCloudRunV2SubmitBuildRequest setMachineType(java.lang.String machin
163
170
returnthis;
164
171
}
165
172
173
+
/**
174
+
* Optional. The release track of the client that initiated the build request.
175
+
* @return value or {@code null} for none
176
+
*/
177
+
publicjava.lang.StringgetReleaseTrack() {
178
+
returnreleaseTrack;
179
+
}
180
+
181
+
/**
182
+
* Optional. The release track of the client that initiated the build request.
183
+
* @param releaseTrack releaseTrack or {@code null} for none
0 commit comments