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

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

Merged
merged 2 commits into from Mar 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -144,6 +144,19 @@ public interface BatchPredictOutputInfoOrBuilder
// @@protoc_insertion_point(interface_extends:google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* The full path of the Google Cloud Storage directory created, into which
* the prediction output is written.
* </pre>
*
* <code>string gcs_output_directory = 1;</code>
*
* @return Whether the gcsOutputDirectory field is set.
*/
boolean hasGcsOutputDirectory();
/**
*
*
Expand Down Expand Up @@ -315,6 +328,21 @@ public OutputLocationCase getOutputLocationCase() {
}

public static final int GCS_OUTPUT_DIRECTORY_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* The full path of the Google Cloud Storage directory created, into which
* the prediction output is written.
* </pre>
*
* <code>string gcs_output_directory = 1;</code>
*
* @return Whether the gcsOutputDirectory field is set.
*/
public boolean hasGcsOutputDirectory() {
return outputLocationCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -762,6 +790,22 @@ public Builder clearOutputLocation() {
return this;
}

/**
*
*
* <pre>
* The full path of the Google Cloud Storage directory created, into which
* the prediction output is written.
* </pre>
*
* <code>string gcs_output_directory = 1;</code>
*
* @return Whether the gcsOutputDirectory field is set.
*/
@java.lang.Override
public boolean hasGcsOutputDirectory() {
return outputLocationCase_ == 1;
}
/**
*
*
Expand Down
Expand Up @@ -126,6 +126,19 @@ public interface ExportDataOutputInfoOrBuilder
// @@protoc_insertion_point(interface_extends:google.cloud.automl.v1.ExportDataOperationMetadata.ExportDataOutputInfo)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* The full path of the Google Cloud Storage directory created, into which
* the exported data is written.
* </pre>
*
* <code>string gcs_output_directory = 1;</code>
*
* @return Whether the gcsOutputDirectory field is set.
*/
boolean hasGcsOutputDirectory();
/**
*
*
Expand Down Expand Up @@ -296,6 +309,21 @@ public OutputLocationCase getOutputLocationCase() {
}

public static final int GCS_OUTPUT_DIRECTORY_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* The full path of the Google Cloud Storage directory created, into which
* the exported data is written.
* </pre>
*
* <code>string gcs_output_directory = 1;</code>
*
* @return Whether the gcsOutputDirectory field is set.
*/
public boolean hasGcsOutputDirectory() {
return outputLocationCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -737,6 +765,22 @@ public Builder clearOutputLocation() {
return this;
}

/**
*
*
* <pre>
* The full path of the Google Cloud Storage directory created, into which
* the exported data is written.
* </pre>
*
* <code>string gcs_output_directory = 1;</code>
*
* @return Whether the gcsOutputDirectory field is set.
*/
@java.lang.Override
public boolean hasGcsOutputDirectory() {
return outputLocationCase_ == 1;
}
/**
*
*
Expand Down
Expand Up @@ -162,6 +162,23 @@ public DataCase getDataCase() {
}

public static final int IMAGE_BYTES_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* Image content represented as a stream of bytes.
* Note: As with all `bytes` fields, protobuffers use a pure binary
* representation, whereas JSON representations use base64.
* </pre>
*
* <code>bytes image_bytes = 1;</code>
*
* @return Whether the imageBytes field is set.
*/
@java.lang.Override
public boolean hasImageBytes() {
return dataCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -601,6 +618,22 @@ public Builder clearData() {
return this;
}

/**
*
*
* <pre>
* Image content represented as a stream of bytes.
* Note: As with all `bytes` fields, protobuffers use a pure binary
* representation, whereas JSON representations use base64.
* </pre>
*
* <code>bytes image_bytes = 1;</code>
*
* @return Whether the imageBytes field is set.
*/
public boolean hasImageBytes() {
return dataCase_ == 1;
}
/**
*
*
Expand Down
Expand Up @@ -23,6 +23,20 @@ public interface ImageOrBuilder
// @@protoc_insertion_point(interface_extends:google.cloud.automl.v1.Image)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* Image content represented as a stream of bytes.
* Note: As with all `bytes` fields, protobuffers use a pure binary
* representation, whereas JSON representations use base64.
* </pre>
*
* <code>bytes image_bytes = 1;</code>
*
* @return Whether the imageBytes field is set.
*/
boolean hasImageBytes();
/**
*
*
Expand Down
Expand Up @@ -11,4 +11,9 @@
<className>com/google/cloud/automl/v1beta1/*OrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/automl/v1beta1/*OrBuilder</className>
<method>* has*(*)</method>
</difference>
</differences>
Expand Up @@ -144,6 +144,19 @@ public interface BatchPredictOutputInfoOrBuilder
// @@protoc_insertion_point(interface_extends:google.cloud.automl.v1beta1.BatchPredictOperationMetadata.BatchPredictOutputInfo)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* The full path of the Google Cloud Storage directory created, into which
* the prediction output is written.
* </pre>
*
* <code>string gcs_output_directory = 1;</code>
*
* @return Whether the gcsOutputDirectory field is set.
*/
boolean hasGcsOutputDirectory();
/**
*
*
Expand Down Expand Up @@ -171,6 +184,19 @@ public interface BatchPredictOutputInfoOrBuilder
*/
com.google.protobuf.ByteString getGcsOutputDirectoryBytes();

/**
*
*
* <pre>
* The path of the BigQuery dataset created, in bq://projectId.bqDatasetId
* format, into which the prediction output is written.
* </pre>
*
* <code>string bigquery_output_dataset = 2;</code>
*
* @return Whether the bigqueryOutputDataset field is set.
*/
boolean hasBigqueryOutputDataset();
/**
*
*
Expand Down Expand Up @@ -353,6 +379,21 @@ public OutputLocationCase getOutputLocationCase() {
}

public static final int GCS_OUTPUT_DIRECTORY_FIELD_NUMBER = 1;
/**
*
*
* <pre>
* The full path of the Google Cloud Storage directory created, into which
* the prediction output is written.
* </pre>
*
* <code>string gcs_output_directory = 1;</code>
*
* @return Whether the gcsOutputDirectory field is set.
*/
public boolean hasGcsOutputDirectory() {
return outputLocationCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -411,6 +452,21 @@ public com.google.protobuf.ByteString getGcsOutputDirectoryBytes() {
}

public static final int BIGQUERY_OUTPUT_DATASET_FIELD_NUMBER = 2;
/**
*
*
* <pre>
* The path of the BigQuery dataset created, in bq://projectId.bqDatasetId
* format, into which the prediction output is written.
* </pre>
*
* <code>string bigquery_output_dataset = 2;</code>
*
* @return Whether the bigqueryOutputDataset field is set.
*/
public boolean hasBigqueryOutputDataset() {
return outputLocationCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -898,6 +954,22 @@ public Builder clearOutputLocation() {
return this;
}

/**
*
*
* <pre>
* The full path of the Google Cloud Storage directory created, into which
* the prediction output is written.
* </pre>
*
* <code>string gcs_output_directory = 1;</code>
*
* @return Whether the gcsOutputDirectory field is set.
*/
@java.lang.Override
public boolean hasGcsOutputDirectory() {
return outputLocationCase_ == 1;
}
/**
*
*
Expand Down Expand Up @@ -1022,6 +1094,22 @@ public Builder setGcsOutputDirectoryBytes(com.google.protobuf.ByteString value)
return this;
}

/**
*
*
* <pre>
* The path of the BigQuery dataset created, in bq://projectId.bqDatasetId
* format, into which the prediction output is written.
* </pre>
*
* <code>string bigquery_output_dataset = 2;</code>
*
* @return Whether the bigqueryOutputDataset field is set.
*/
@java.lang.Override
public boolean hasBigqueryOutputDataset() {
return outputLocationCase_ == 2;
}
/**
*
*
Expand Down