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/v1/2.0.0/com/google/api/services/run/v1/model/GoogleDevtoolsCloudbuildV1BuildOptions.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,13 @@ public final class GoogleDevtoolsCloudbuildV1BuildOptions extends com.google.api
111
111
@com.google.api.client.util.Key
112
112
privateGoogleDevtoolsCloudbuildV1PoolOptionpool;
113
113
114
+
/**
115
+
* Optional. Option to specify the Pub/Sub topic to receive build status updates.
116
+
* The value may be {@code null}.
117
+
*/
118
+
@com.google.api.client.util.Key
119
+
privatejava.lang.StringpubsubTopic;
120
+
114
121
/**
115
122
* Requested verifiability options.
116
123
* The value may be {@code null}.
@@ -355,6 +362,23 @@ public GoogleDevtoolsCloudbuildV1BuildOptions setPool(GoogleDevtoolsCloudbuildV1
355
362
returnthis;
356
363
}
357
364
365
+
/**
366
+
* Optional. Option to specify the Pub/Sub topic to receive build status updates.
367
+
* @return value or {@code null} for none
368
+
*/
369
+
publicjava.lang.StringgetPubsubTopic() {
370
+
returnpubsubTopic;
371
+
}
372
+
373
+
/**
374
+
* Optional. Option to specify the Pub/Sub topic to receive build status updates.
375
+
* @param pubsubTopic pubsubTopic or {@code null} for none
0 commit comments