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

Commit

Permalink
feat(generator): update protoc to v3.15.3 (#141)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Mar 1, 2021
1 parent 7218eed commit 538b004
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 3 deletions.
Expand Up @@ -225,6 +225,20 @@ public com.google.protobuf.ByteString getProjectBytes() {
}

public static final int IMAGE_NAME_FIELD_NUMBER = 2;
/**
*
*
* <pre>
* Use VM image name to find the image.
* </pre>
*
* <code>string image_name = 2;</code>
*
* @return Whether the imageName field is set.
*/
public boolean hasImageName() {
return imageCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -281,6 +295,21 @@ public com.google.protobuf.ByteString getImageNameBytes() {
}

public static final int IMAGE_FAMILY_FIELD_NUMBER = 3;
/**
*
*
* <pre>
* Use this VM image family to find the image; the newest image in this
* family will be used.
* </pre>
*
* <code>string image_family = 3;</code>
*
* @return Whether the imageFamily field is set.
*/
public boolean hasImageFamily() {
return imageCase_ == 3;
}
/**
*
*
Expand Down Expand Up @@ -844,6 +873,21 @@ public Builder setProjectBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* Use VM image name to find the image.
* </pre>
*
* <code>string image_name = 2;</code>
*
* @return Whether the imageName field is set.
*/
@java.lang.Override
public boolean hasImageName() {
return imageCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -963,6 +1007,22 @@ public Builder setImageNameBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* Use this VM image family to find the image; the newest image in this
* family will be used.
* </pre>
*
* <code>string image_family = 3;</code>
*
* @return Whether the imageFamily field is set.
*/
@java.lang.Override
public boolean hasImageFamily() {
return imageCase_ == 3;
}
/**
*
*
Expand Down
Expand Up @@ -50,6 +50,18 @@ public interface VmImageOrBuilder
*/
com.google.protobuf.ByteString getProjectBytes();

/**
*
*
* <pre>
* Use VM image name to find the image.
* </pre>
*
* <code>string image_name = 2;</code>
*
* @return Whether the imageName field is set.
*/
boolean hasImageName();
/**
*
*
Expand All @@ -75,6 +87,19 @@ public interface VmImageOrBuilder
*/
com.google.protobuf.ByteString getImageNameBytes();

/**
*
*
* <pre>
* Use this VM image family to find the image; the newest image in this
* family will be used.
* </pre>
*
* <code>string image_family = 3;</code>
*
* @return Whether the imageFamily field is set.
*/
boolean hasImageFamily();
/**
*
*
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-notebooks.git",
"sha": "84fc029e26a21ea941673e5815ec7ff548c1b74b"
"sha": "7218eed67d712b4be2c72e191c26d33ba766e2e2"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down

0 comments on commit 538b004

Please sign in to comment.