Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 538b004

Browse files
feat(generator): update protoc to v3.15.3 (#141)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/03645e34-b7a2-470a-9ea5-23f9d034150c/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 359781040 Source-Link: googleapis/googleapis@f6dd7e4
1 parent 7218eed commit 538b004

File tree

3 files changed

+88
-3
lines changed

3 files changed

+88
-3
lines changed

proto-google-cloud-notebooks-v1beta1/src/main/java/com/google/cloud/notebooks/v1beta1/VmImage.java

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,20 @@ public com.google.protobuf.ByteString getProjectBytes() {
225225
}
226226

227227
public static final int IMAGE_NAME_FIELD_NUMBER = 2;
228+
/**
229+
*
230+
*
231+
* <pre>
232+
* Use VM image name to find the image.
233+
* </pre>
234+
*
235+
* <code>string image_name = 2;</code>
236+
*
237+
* @return Whether the imageName field is set.
238+
*/
239+
public boolean hasImageName() {
240+
return imageCase_ == 2;
241+
}
228242
/**
229243
*
230244
*
@@ -281,6 +295,21 @@ public com.google.protobuf.ByteString getImageNameBytes() {
281295
}
282296

283297
public static final int IMAGE_FAMILY_FIELD_NUMBER = 3;
298+
/**
299+
*
300+
*
301+
* <pre>
302+
* Use this VM image family to find the image; the newest image in this
303+
* family will be used.
304+
* </pre>
305+
*
306+
* <code>string image_family = 3;</code>
307+
*
308+
* @return Whether the imageFamily field is set.
309+
*/
310+
public boolean hasImageFamily() {
311+
return imageCase_ == 3;
312+
}
284313
/**
285314
*
286315
*
@@ -844,6 +873,21 @@ public Builder setProjectBytes(com.google.protobuf.ByteString value) {
844873
return this;
845874
}
846875

876+
/**
877+
*
878+
*
879+
* <pre>
880+
* Use VM image name to find the image.
881+
* </pre>
882+
*
883+
* <code>string image_name = 2;</code>
884+
*
885+
* @return Whether the imageName field is set.
886+
*/
887+
@java.lang.Override
888+
public boolean hasImageName() {
889+
return imageCase_ == 2;
890+
}
847891
/**
848892
*
849893
*
@@ -963,6 +1007,22 @@ public Builder setImageNameBytes(com.google.protobuf.ByteString value) {
9631007
return this;
9641008
}
9651009

1010+
/**
1011+
*
1012+
*
1013+
* <pre>
1014+
* Use this VM image family to find the image; the newest image in this
1015+
* family will be used.
1016+
* </pre>
1017+
*
1018+
* <code>string image_family = 3;</code>
1019+
*
1020+
* @return Whether the imageFamily field is set.
1021+
*/
1022+
@java.lang.Override
1023+
public boolean hasImageFamily() {
1024+
return imageCase_ == 3;
1025+
}
9661026
/**
9671027
*
9681028
*

proto-google-cloud-notebooks-v1beta1/src/main/java/com/google/cloud/notebooks/v1beta1/VmImageOrBuilder.java

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ public interface VmImageOrBuilder
5050
*/
5151
com.google.protobuf.ByteString getProjectBytes();
5252

53+
/**
54+
*
55+
*
56+
* <pre>
57+
* Use VM image name to find the image.
58+
* </pre>
59+
*
60+
* <code>string image_name = 2;</code>
61+
*
62+
* @return Whether the imageName field is set.
63+
*/
64+
boolean hasImageName();
5365
/**
5466
*
5567
*
@@ -75,6 +87,19 @@ public interface VmImageOrBuilder
7587
*/
7688
com.google.protobuf.ByteString getImageNameBytes();
7789

90+
/**
91+
*
92+
*
93+
* <pre>
94+
* Use this VM image family to find the image; the newest image in this
95+
* family will be used.
96+
* </pre>
97+
*
98+
* <code>string image_family = 3;</code>
99+
*
100+
* @return Whether the imageFamily field is set.
101+
*/
102+
boolean hasImageFamily();
78103
/**
79104
*
80105
*

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-notebooks.git",
7-
"sha": "84fc029e26a21ea941673e5815ec7ff548c1b74b"
7+
"sha": "7218eed67d712b4be2c72e191c26d33ba766e2e2"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
15-
"internalRef": "358516065"
14+
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
15+
"internalRef": "359781040"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)