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/GoogleCloudRunV2Container.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public final class GoogleCloudRunV2Container extends com.google.api.client.json.
39
39
privatejava.util.List<java.lang.String> args;
40
40
41
41
/**
42
-
* Base image for this container. Only supported for services. If set. it indicates that the
42
+
* Base image for this container. Only supported for services. If set, it indicates that the
43
43
* service is enrolled into automatic base image update.
44
44
* The value may be {@code null}.
45
45
*/
@@ -156,7 +156,7 @@ public GoogleCloudRunV2Container setArgs(java.util.List<java.lang.String> args)
156
156
}
157
157
158
158
/**
159
-
* Base image for this container. Only supported for services. If set. it indicates that the
159
+
* Base image for this container. Only supported for services. If set, it indicates that the
160
160
* service is enrolled into automatic base image update.
161
161
* @return value or {@code null} for none
162
162
*/
@@ -165,7 +165,7 @@ public java.lang.String getBaseImageUri() {
165
165
}
166
166
167
167
/**
168
-
* Base image for this container. Only supported for services. If set. it indicates that the
168
+
* Base image for this container. Only supported for services. If set, it indicates that the
169
169
* service is enrolled into automatic base image update.
170
170
* @param baseImageUri baseImageUri or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/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