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 (#155)
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/04c8998c-c603-45ac-a235-c5b6849907a3/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 359781040
Source-Link: googleapis/googleapis@f6dd7e4
  • Loading branch information
yoshi-automation committed Mar 2, 2021
1 parent 20e5637 commit 2e45918
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 3 deletions.
9 changes: 9 additions & 0 deletions proto-google-cloud-functions-v1/clirr-ignored-differences.xml
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/functions/v1/*OrBuilder</className>
<method>* has*(*)</method>
</difference>
</differences>
Expand Up @@ -890,6 +890,21 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
}

public static final int SOURCE_ARCHIVE_URL_FIELD_NUMBER = 3;
/**
*
*
* <pre>
* The Google Cloud Storage URL, starting with gs://, pointing to the zip
* archive which contains the function.
* </pre>
*
* <code>string source_archive_url = 3;</code>
*
* @return Whether the sourceArchiveUrl field is set.
*/
public boolean hasSourceArchiveUrl() {
return sourceCodeCase_ == 3;
}
/**
*
*
Expand Down Expand Up @@ -1002,6 +1017,21 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
}

public static final int SOURCE_UPLOAD_URL_FIELD_NUMBER = 16;
/**
*
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* </pre>
*
* <code>string source_upload_url = 16;</code>
*
* @return Whether the sourceUploadUrl field is set.
*/
public boolean hasSourceUploadUrl() {
return sourceCodeCase_ == 16;
}
/**
*
*
Expand Down Expand Up @@ -3069,6 +3099,22 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* The Google Cloud Storage URL, starting with gs://, pointing to the zip
* archive which contains the function.
* </pre>
*
* <code>string source_archive_url = 3;</code>
*
* @return Whether the sourceArchiveUrl field is set.
*/
@java.lang.Override
public boolean hasSourceArchiveUrl() {
return sourceCodeCase_ == 3;
}
/**
*
*
Expand Down Expand Up @@ -3411,6 +3457,22 @@ public com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceReposito
return sourceRepositoryBuilder_;
}

/**
*
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* </pre>
*
* <code>string source_upload_url = 16;</code>
*
* @return Whether the sourceUploadUrl field is set.
*/
@java.lang.Override
public boolean hasSourceUploadUrl() {
return sourceCodeCase_ == 16;
}
/**
*
*
Expand Down
Expand Up @@ -75,6 +75,19 @@ public interface CloudFunctionOrBuilder
*/
com.google.protobuf.ByteString getDescriptionBytes();

/**
*
*
* <pre>
* The Google Cloud Storage URL, starting with gs://, pointing to the zip
* archive which contains the function.
* </pre>
*
* <code>string source_archive_url = 3;</code>
*
* @return Whether the sourceArchiveUrl field is set.
*/
boolean hasSourceArchiveUrl();
/**
*
*
Expand Down Expand Up @@ -140,6 +153,19 @@ public interface CloudFunctionOrBuilder
*/
com.google.cloud.functions.v1.SourceRepositoryOrBuilder getSourceRepositoryOrBuilder();

/**
*
*
* <pre>
* The Google Cloud Storage signed URL used for source uploading, generated
* by [google.cloud.functions.v1.GenerateUploadUrl][]
* </pre>
*
* <code>string source_upload_url = 16;</code>
*
* @return Whether the sourceUploadUrl field is set.
*/
boolean hasSourceUploadUrl();
/**
*
*
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-functions.git",
"sha": "3034804aa7bf022f8763ca6db12a92d2d2bdba14"
"sha": "20e56372810f306539d91f5a5b452c41dd9c97fd"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down

0 comments on commit 2e45918

Please sign in to comment.