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

feat(generator): update protoc to v3.15.3 #60

Merged
merged 2 commits into from Mar 2, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -570,6 +587,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.retail.v2.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-retail.git",
"sha": "0ca8a72b896d63d2da372684c7fbaf502018afbc"
"sha": "9103ea862ef586c1a8e58e3da2227712cfa3328f"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down