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

Commit

Permalink
chore: regenerate with updated protoc (#172)
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/bc5f29c9-de4e-484a-96d3-b4a4987109b1/targets

PiperOrigin-RevId: 313460921
Source-Link: googleapis/googleapis@c4e3701
  • Loading branch information
yoshi-automation committed Jun 3, 2020
1 parent 1e78d66 commit 967474b
Show file tree
Hide file tree
Showing 44 changed files with 522 additions and 3 deletions.
Expand Up @@ -143,6 +143,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The location.
*/
@java.lang.Override
public java.lang.String getLocation() {
java.lang.Object ref = location_;
if (ref instanceof java.lang.String) {
Expand All @@ -167,6 +168,7 @@ public java.lang.String getLocation() {
*
* @return The bytes for location.
*/
@java.lang.Override
public com.google.protobuf.ByteString getLocationBytes() {
java.lang.Object ref = location_;
if (ref instanceof java.lang.String) {
Expand All @@ -190,6 +192,7 @@ public com.google.protobuf.ByteString getLocationBytes() {
*
* <code>repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;</code>
*/
@java.lang.Override
public java.util.List<com.google.cloudbuild.v1.FileHashes> getFileHashList() {
return fileHash_;
}
Expand All @@ -202,6 +205,7 @@ public java.util.List<com.google.cloudbuild.v1.FileHashes> getFileHashList() {
*
* <code>repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;</code>
*/
@java.lang.Override
public java.util.List<? extends com.google.cloudbuild.v1.FileHashesOrBuilder>
getFileHashOrBuilderList() {
return fileHash_;
Expand All @@ -215,6 +219,7 @@ public java.util.List<com.google.cloudbuild.v1.FileHashes> getFileHashList() {
*
* <code>repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;</code>
*/
@java.lang.Override
public int getFileHashCount() {
return fileHash_.size();
}
Expand All @@ -227,6 +232,7 @@ public int getFileHashCount() {
*
* <code>repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;</code>
*/
@java.lang.Override
public com.google.cloudbuild.v1.FileHashes getFileHash(int index) {
return fileHash_.get(index);
}
Expand All @@ -239,6 +245,7 @@ public com.google.cloudbuild.v1.FileHashes getFileHash(int index) {
*
* <code>repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;</code>
*/
@java.lang.Override
public com.google.cloudbuild.v1.FileHashesOrBuilder getFileHashOrBuilder(int index) {
return fileHash_.get(index);
}
Expand Down
Expand Up @@ -402,6 +402,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The location.
*/
@java.lang.Override
public java.lang.String getLocation() {
java.lang.Object ref = location_;
if (ref instanceof java.lang.String) {
Expand All @@ -428,6 +429,7 @@ public java.lang.String getLocation() {
*
* @return The bytes for location.
*/
@java.lang.Override
public com.google.protobuf.ByteString getLocationBytes() {
java.lang.Object ref = location_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -514,6 +516,7 @@ public com.google.protobuf.ByteString getPathsBytes(int index) {
*
* @return Whether the timing field is set.
*/
@java.lang.Override
public boolean hasTiming() {
return timing_ != null;
}
Expand All @@ -528,6 +531,7 @@ public boolean hasTiming() {
*
* @return The timing.
*/
@java.lang.Override
public com.google.cloudbuild.v1.TimeSpan getTiming() {
return timing_ == null ? com.google.cloudbuild.v1.TimeSpan.getDefaultInstance() : timing_;
}
Expand All @@ -540,6 +544,7 @@ public com.google.cloudbuild.v1.TimeSpan getTiming() {
*
* <code>.google.devtools.cloudbuild.v1.TimeSpan timing = 3;</code>
*/
@java.lang.Override
public com.google.cloudbuild.v1.TimeSpanOrBuilder getTimingOrBuilder() {
return getTiming();
}
Expand Down Expand Up @@ -1559,6 +1564,7 @@ public com.google.protobuf.ByteString getImagesBytes(int index) {
*
* @return Whether the objects field is set.
*/
@java.lang.Override
public boolean hasObjects() {
return objects_ != null;
}
Expand All @@ -1580,6 +1586,7 @@ public boolean hasObjects() {
*
* @return The objects.
*/
@java.lang.Override
public com.google.cloudbuild.v1.Artifacts.ArtifactObjects getObjects() {
return objects_ == null
? com.google.cloudbuild.v1.Artifacts.ArtifactObjects.getDefaultInstance()
Expand All @@ -1601,6 +1608,7 @@ public com.google.cloudbuild.v1.Artifacts.ArtifactObjects getObjects() {
*
* <code>.google.devtools.cloudbuild.v1.Artifacts.ArtifactObjects objects = 2;</code>
*/
@java.lang.Override
public com.google.cloudbuild.v1.Artifacts.ArtifactObjectsOrBuilder getObjectsOrBuilder() {
return getObjects();
}
Expand Down

0 comments on commit 967474b

Please sign in to comment.