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

Commit

Permalink
bazel: update protobuf, rules_go, gazelle, and gapic-generator-go ver…
Browse files Browse the repository at this point in the history
…sions (#176)

- protobuf v3.12.1
- rules_go v0.23.0
- gazelle v0.21.0
- gapic-generator-go v0.14.1

PiperOrigin-RevId: 313460921

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed May 27 14:10:16 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: c4e37010d74071851ff24121f522e802231ac86e
Source-Link: googleapis/googleapis@c4e3701
  • Loading branch information
yoshi-automation committed May 28, 2020
1 parent 2d2fae3 commit 7d618e2
Show file tree
Hide file tree
Showing 31 changed files with 359 additions and 3 deletions.
Expand Up @@ -133,6 +133,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
Expand All @@ -159,6 +160,7 @@ public java.lang.String getName() {
*
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
Expand Down
Expand Up @@ -120,6 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The hasValidCreds.
*/
@java.lang.Override
public boolean getHasValidCreds() {
return hasValidCreds_;
}
Expand Down Expand Up @@ -460,6 +461,7 @@ public Builder mergeFrom(
*
* @return The hasValidCreds.
*/
@java.lang.Override
public boolean getHasValidCreds() {
return hasValidCreds_;
}
Expand Down
Expand Up @@ -175,6 +175,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* @return The parent.
*/
@java.lang.Override
public java.lang.String getParent() {
java.lang.Object ref = parent_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -202,6 +203,7 @@ public java.lang.String getParent() {
*
* @return The bytes for parent.
*/
@java.lang.Override
public com.google.protobuf.ByteString getParentBytes() {
java.lang.Object ref = parent_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -229,6 +231,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
* @return Whether the transferConfig field is set.
*/
@java.lang.Override
public boolean hasTransferConfig() {
return transferConfig_ != null;
}
Expand All @@ -245,6 +248,7 @@ public boolean hasTransferConfig() {
*
* @return The transferConfig.
*/
@java.lang.Override
public com.google.cloud.bigquery.datatransfer.v1.TransferConfig getTransferConfig() {
return transferConfig_ == null
? com.google.cloud.bigquery.datatransfer.v1.TransferConfig.getDefaultInstance()
Expand All @@ -261,6 +265,7 @@ public com.google.cloud.bigquery.datatransfer.v1.TransferConfig getTransferConfi
* .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_config = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*/
@java.lang.Override
public com.google.cloud.bigquery.datatransfer.v1.TransferConfigOrBuilder
getTransferConfigOrBuilder() {
return getTransferConfig();
Expand Down Expand Up @@ -293,6 +298,7 @@ public com.google.cloud.bigquery.datatransfer.v1.TransferConfig getTransferConfi
*
* @return The authorizationCode.
*/
@java.lang.Override
public java.lang.String getAuthorizationCode() {
java.lang.Object ref = authorizationCode_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -329,6 +335,7 @@ public java.lang.String getAuthorizationCode() {
*
* @return The bytes for authorizationCode.
*/
@java.lang.Override
public com.google.protobuf.ByteString getAuthorizationCodeBytes() {
java.lang.Object ref = authorizationCode_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -359,6 +366,7 @@ public com.google.protobuf.ByteString getAuthorizationCodeBytes() {
*
* @return The versionInfo.
*/
@java.lang.Override
public java.lang.String getVersionInfo() {
java.lang.Object ref = versionInfo_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -386,6 +394,7 @@ public java.lang.String getVersionInfo() {
*
* @return The bytes for versionInfo.
*/
@java.lang.Override
public com.google.protobuf.ByteString getVersionInfoBytes() {
java.lang.Object ref = versionInfo_;
if (ref instanceof java.lang.String) {
Expand Down Expand Up @@ -414,6 +423,7 @@ public com.google.protobuf.ByteString getVersionInfoBytes() {
*
* @return The serviceAccountName.
*/
@java.lang.Override
public java.lang.String getServiceAccountName() {
java.lang.Object ref = serviceAccountName_;
if (ref instanceof java.lang.String) {
Expand All @@ -439,6 +449,7 @@ public java.lang.String getServiceAccountName() {
*
* @return The bytes for serviceAccountName.
*/
@java.lang.Override
public com.google.protobuf.ByteString getServiceAccountNameBytes() {
java.lang.Object ref = serviceAccountName_;
if (ref instanceof java.lang.String) {
Expand Down

0 comments on commit 7d618e2

Please sign in to comment.