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 (#271)
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/dfc9f52b-cc5c-4476-8d60-5cfd241e853c/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 d879257 commit aecdc5b
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 3 deletions.
Expand Up @@ -154,6 +154,23 @@ public DestinationCase getDestinationCase() {
}

public static final int GCS_PREFIX_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* Google Cloud Storage path for import errors. This must be an empty,
* existing Cloud Storage bucket. Import errors will be written to a file in
* this bucket, one per line, as a JSON-encoded
* `google.rpc.Status` message.
* </pre>
*
* <code>string gcs_prefix = 1;</code>
*
* @return Whether the gcsPrefix field is set.
*/
public boolean hasGcsPrefix() {
return destinationCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -577,6 +594,24 @@ public Builder clearDestination() {
return this;
}

/**
*
*
* <pre>
* Google Cloud Storage path for import errors. This must be an empty,
* existing Cloud Storage bucket. Import errors will be written to a file in
* this bucket, one per line, as a JSON-encoded
* `google.rpc.Status` message.
* </pre>
*
* <code>string gcs_prefix = 1;</code>
*
* @return Whether the gcsPrefix field is set.
*/
@java.lang.Override
public boolean hasGcsPrefix() {
return destinationCase_ == 1;
}
/**
*
*
Expand Down
Expand Up @@ -23,6 +23,21 @@ public interface ImportErrorsConfigOrBuilder
// @@protoc_insertion_point(interface_extends:google.cloud.recommendationengine.v1beta1.ImportErrorsConfig)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Google Cloud Storage path for import errors. This must be an empty,
* existing Cloud Storage bucket. Import errors will be written to a file in
* this bucket, one per line, as a JSON-encoded
* `google.rpc.Status` message.
* </pre>
*
* <code>string gcs_prefix = 1;</code>
*
* @return Whether the gcsPrefix field is set.
*/
boolean hasGcsPrefix();
/**
*
*
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-recommendations-ai.git",
"sha": "038842421cd49d6c8149aa56f8e673842bf5ba98"
"sha": "d87925796995022e6fbb9a8f8e308ae4fb883c05"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down

0 comments on commit aecdc5b

Please sign in to comment.