An empty query string returns all data assets (in the specified scope) that you have * access to. *
A query string can be a simple `xyz` or qualified by predicates:
@@ -1607,6 +1607,10 @@ public final UnaryCallable Note: Currently, this method can list only custom entries. To get a list of both custom and
+ * automatically created entries, use
+ * [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
+ *
* Sample code:
*
* Note: Currently, this method can list only custom entries. To get a list of both custom and
+ * automatically created entries, use
+ * [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
+ *
* Sample code:
*
* Note: Currently, this method can list only custom entries. To get a list of both custom and
+ * automatically created entries, use
+ * [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
+ *
* Sample code:
*
* Note: Currently, this method can list only custom entries. To get a list of both custom and
+ * automatically created entries, use
+ * [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
+ *
* Sample code:
*
* Note: Currently, this method can list only custom entries. To get a list of both custom and
+ * automatically created entries, use
+ * [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
+ *
* Sample code:
*
* If this parameter is absent or empty, all modifiable fields are overwritten. If such
* fields are non-required and omitted in the request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12 hours to take
+ * effect in search results. Additionally, it also requires the ``tagTemplates.getIamPolicy``
+ * and ``tagTemplates.setIamPolicy`` permissions.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final TagTemplate updateTagTemplate(TagTemplate tagTemplate, FieldMask updateMask) {
@@ -2623,7 +2646,7 @@ public final TagTemplateField updateTagTemplateField(UpdateTagTemplateFieldReque
* }
* }{@code
@@ -1634,6 +1638,10 @@ public final ListEntriesPagedResponse listEntries(EntryGroupName parent) {
/**
* Lists entries.
*
+ * {@code
@@ -1658,6 +1666,10 @@ public final ListEntriesPagedResponse listEntries(String parent) {
/**
* Lists entries.
*
+ *
*
- * @param parent Required. Resource name of the taxonomy that the policy tag will belong to.<br
- * /><br />
+ * @param parent Required. Resource name of the taxonomy that the policy tag will belong to.
* @param policyTag The policy tag to create.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
diff --git a/grpc-google-cloud-datacatalog-v1/pom.xml b/grpc-google-cloud-datacatalog-v1/pom.xml
index 3365b6e5..2161a413 100644
--- a/grpc-google-cloud-datacatalog-v1/pom.xml
+++ b/grpc-google-cloud-datacatalog-v1/pom.xml
@@ -4,13 +4,13 @@
{@code
@@ -1686,6 +1698,10 @@ public final ListEntriesPagedResponse listEntries(ListEntriesRequest request) {
/**
* Lists entries.
*
+ *
*
- * @param parent Required. Resource name of the taxonomy that the policy tag will belong to.<br
- * /><br />
+ * @param parent Required. Resource name of the taxonomy that the policy tag will belong to.
* @param policyTag The policy tag to create.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
@@ -702,8 +701,7 @@ public final PolicyTag createPolicyTag(TaxonomyName parent, PolicyTag policyTag)
* }
* }{@code
@@ -1714,6 +1730,10 @@ public final ListEntriesPagedResponse listEntries(ListEntriesRequest request) {
/**
* Lists entries.
*
+ *
*
- * @param name Required. The name of the tag template.
+ * @param name Required. The name of the tag template field.
* @param newTagTemplateFieldId Required. The new ID of this tag template field. For example,
* `my_new_field`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
diff --git a/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/PolicyTagManagerClient.java b/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/PolicyTagManagerClient.java
index 838ed477..9b483263 100644
--- a/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/PolicyTagManagerClient.java
+++ b/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/PolicyTagManagerClient.java
@@ -673,8 +673,7 @@ public final UnaryCallable{@code
@@ -2021,9 +2041,12 @@ public final TagTemplate updateTagTemplate(TagTemplate tagTemplate) {
*
* @param tagTemplate Required. The template to update. The `name` field must be set.
* @param updateMask Names of fields whose values to overwrite on a tag template. Currently, only
- * `display_name` can be overwritten.
+ * `display_name` and `is_publicly_readable` can be overwritten.
*
*
- * @param name Required. The name of the tag template.
+ * @param name Required. The name of the tag template field.
* @param newTagTemplateFieldId Required. The new ID of this tag template field. For example,
* `my_new_field`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -2659,7 +2682,7 @@ public final TagTemplateField renameTagTemplateField(
* }
* }
* Lists entries.
+ * Note: Currently, this method can list only custom entries.
+ * To get a list of both custom and automatically created entries, use
+ * [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
*
*/
public void listEntries(
@@ -2304,6 +2307,9 @@ public void lookupEntry(
*
*
* Lists entries.
+ * Note: Currently, this method can list only custom entries.
+ * To get a list of both custom and automatically created entries, use
+ * [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
*
*/
public void listEntries(
@@ -2866,6 +2872,9 @@ public com.google.cloud.datacatalog.v1.Entry lookupEntry(
*
*
* Lists entries.
+ * Note: Currently, this method can list only custom entries.
+ * To get a list of both custom and automatically created entries, use
+ * [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
*
*/
public com.google.cloud.datacatalog.v1.ListEntriesResponse listEntries(
@@ -3381,6 +3390,9 @@ protected DataCatalogFutureStub build(
*
*
* Lists entries.
+ * Note: Currently, this method can list only custom entries.
+ * To get a list of both custom and automatically created entries, use
+ * [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
*
*/
public com.google.common.util.concurrent.ListenableFuture<
diff --git a/grpc-google-cloud-datacatalog-v1beta1/pom.xml b/grpc-google-cloud-datacatalog-v1beta1/pom.xml
index b170d2f5..8ef96d8d 100644
--- a/grpc-google-cloud-datacatalog-v1beta1/pom.xml
+++ b/grpc-google-cloud-datacatalog-v1beta1/pom.xml
@@ -4,13 +4,13 @@
+ * Output only. BigQuery resource name of the latest shard.
+ *
+ *
+ * string latest_shard_resource = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The latestShardResource.
+ */
+ @java.lang.Override
+ public java.lang.String getLatestShardResource() {
+ java.lang.Object ref = latestShardResource_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ latestShardResource_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Output only. BigQuery resource name of the latest shard.
+ *
+ *
+ * string latest_shard_resource = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The bytes for latestShardResource.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getLatestShardResourceBytes() {
+ java.lang.Object ref = latestShardResource_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ latestShardResource_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
private byte memoizedIsInitialized = -1;
@java.lang.Override
@@ -271,15 +328,18 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getDatasetBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dataset_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, dataset_);
}
- if (!getTablePrefixBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tablePrefix_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, tablePrefix_);
}
if (shardCount_ != 0L) {
output.writeInt64(3, shardCount_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(latestShardResource_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 4, latestShardResource_);
+ }
unknownFields.writeTo(output);
}
@@ -289,15 +349,18 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getDatasetBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dataset_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, dataset_);
}
- if (!getTablePrefixBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tablePrefix_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, tablePrefix_);
}
if (shardCount_ != 0L) {
size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, shardCount_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(latestShardResource_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, latestShardResource_);
+ }
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
@@ -317,6 +380,7 @@ public boolean equals(final java.lang.Object obj) {
if (!getDataset().equals(other.getDataset())) return false;
if (!getTablePrefix().equals(other.getTablePrefix())) return false;
if (getShardCount() != other.getShardCount()) return false;
+ if (!getLatestShardResource().equals(other.getLatestShardResource())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -334,6 +398,8 @@ public int hashCode() {
hash = (53 * hash) + getTablePrefix().hashCode();
hash = (37 * hash) + SHARD_COUNT_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getShardCount());
+ hash = (37 * hash) + LATEST_SHARD_RESOURCE_FIELD_NUMBER;
+ hash = (53 * hash) + getLatestShardResource().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -489,6 +555,8 @@ public Builder clear() {
shardCount_ = 0L;
+ latestShardResource_ = "";
+
return this;
}
@@ -519,6 +587,7 @@ public com.google.cloud.datacatalog.v1.BigQueryDateShardedSpec buildPartial() {
result.dataset_ = dataset_;
result.tablePrefix_ = tablePrefix_;
result.shardCount_ = shardCount_;
+ result.latestShardResource_ = latestShardResource_;
onBuilt();
return result;
}
@@ -580,6 +649,10 @@ public Builder mergeFrom(com.google.cloud.datacatalog.v1.BigQueryDateShardedSpec
if (other.getShardCount() != 0L) {
setShardCount(other.getShardCount());
}
+ if (!other.getLatestShardResource().isEmpty()) {
+ latestShardResource_ = other.latestShardResource_;
+ onChanged();
+ }
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -909,6 +982,112 @@ public Builder clearShardCount() {
return this;
}
+ private java.lang.Object latestShardResource_ = "";
+ /**
+ *
+ *
+ *
+ * Output only. BigQuery resource name of the latest shard.
+ *
+ *
+ * string latest_shard_resource = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The latestShardResource.
+ */
+ public java.lang.String getLatestShardResource() {
+ java.lang.Object ref = latestShardResource_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ latestShardResource_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Output only. BigQuery resource name of the latest shard.
+ *
+ *
+ * string latest_shard_resource = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The bytes for latestShardResource.
+ */
+ public com.google.protobuf.ByteString getLatestShardResourceBytes() {
+ java.lang.Object ref = latestShardResource_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ latestShardResource_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Output only. BigQuery resource name of the latest shard.
+ *
+ *
+ * string latest_shard_resource = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @param value The latestShardResource to set.
+ * @return This builder for chaining.
+ */
+ public Builder setLatestShardResource(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+
+ latestShardResource_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Output only. BigQuery resource name of the latest shard.
+ *
+ *
+ * string latest_shard_resource = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearLatestShardResource() {
+
+ latestShardResource_ = getDefaultInstance().getLatestShardResource();
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Output only. BigQuery resource name of the latest shard.
+ *
+ *
+ * string latest_shard_resource = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @param value The bytes for latestShardResource to set.
+ * @return This builder for chaining.
+ */
+ public Builder setLatestShardResourceBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+
+ latestShardResource_ = value;
+ onChanged();
+ return this;
+ }
+
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/BigQueryDateShardedSpecOrBuilder.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/BigQueryDateShardedSpecOrBuilder.java
index 99a2ec53..301c6bc5 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/BigQueryDateShardedSpecOrBuilder.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/BigQueryDateShardedSpecOrBuilder.java
@@ -99,4 +99,29 @@ public interface BigQueryDateShardedSpecOrBuilder
* @return The shardCount.
*/
long getShardCount();
+
+ /**
+ *
+ *
+ *
+ * Output only. BigQuery resource name of the latest shard.
+ *
+ *
+ * string latest_shard_resource = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The latestShardResource.
+ */
+ java.lang.String getLatestShardResource();
+ /**
+ *
+ *
+ *
+ * Output only. BigQuery resource name of the latest shard.
+ *
+ *
+ * string latest_shard_resource = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ * @return The bytes for latestShardResource.
+ */
+ com.google.protobuf.ByteString getLatestShardResourceBytes();
}
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CloudSqlBigQueryConnectionSpec.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CloudSqlBigQueryConnectionSpec.java
index 63344274..edf5fc84 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CloudSqlBigQueryConnectionSpec.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CloudSqlBigQueryConnectionSpec.java
@@ -437,10 +437,10 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getInstanceIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instanceId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, instanceId_);
}
- if (!getDatabaseBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, database_);
}
if (type_
@@ -458,10 +458,10 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getInstanceIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instanceId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, instanceId_);
}
- if (!getDatabaseBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(database_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, database_);
}
if (type_
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ColumnSchema.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ColumnSchema.java
index bd6e9837..4d5ca83c 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ColumnSchema.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ColumnSchema.java
@@ -458,16 +458,16 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getTypeBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, description_);
}
- if (!getModeBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(mode_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, mode_);
}
- if (!getColumnBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(column_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, column_);
}
for (int i = 0; i < subcolumns_.size(); i++) {
@@ -482,16 +482,16 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getTypeBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, type_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, description_);
}
- if (!getModeBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(mode_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, mode_);
}
- if (!getColumnBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(column_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, column_);
}
for (int i = 0; i < subcolumns_.size(); i++) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Common.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Common.java
index 51ae9e3e..b695bbf3 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Common.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Common.java
@@ -36,19 +36,24 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
static {
java.lang.String[] descriptorData = {
"\n(google/cloud/datacatalog/v1/common.pro"
- + "to\022\033google.cloud.datacatalog.v1*m\n\020Integ"
- + "ratedSystem\022!\n\035INTEGRATED_SYSTEM_UNSPECI"
- + "FIED\020\000\022\014\n\010BIGQUERY\020\001\022\020\n\014CLOUD_PUBSUB\020\002\022\026"
- + "\n\022DATAPROC_METASTORE\020\003B\313\001\n\037com.google.cl"
- + "oud.datacatalog.v1P\001ZFgoogle.golang.org/"
- + "genproto/googleapis/cloud/datacatalog/v1"
- + ";datacatalog\370\001\001\252\002\033Google.Cloud.DataCatal"
- + "og.V1\312\002\033Google\\Cloud\\DataCatalog\\V1\352\002\036Go"
- + "ogle::Cloud::DataCatalog::V1b\006proto3"
+ + "to\022\033google.cloud.datacatalog.v1\032\037google/"
+ + "protobuf/timestamp.proto*m\n\020IntegratedSy"
+ + "stem\022!\n\035INTEGRATED_SYSTEM_UNSPECIFIED\020\000\022"
+ + "\014\n\010BIGQUERY\020\001\022\020\n\014CLOUD_PUBSUB\020\002\022\026\n\022DATAP"
+ + "ROC_METASTORE\020\003B\313\001\n\037com.google.cloud.dat"
+ + "acatalog.v1P\001ZFgoogle.golang.org/genprot"
+ + "o/googleapis/cloud/datacatalog/v1;dataca"
+ + "talog\370\001\001\252\002\033Google.Cloud.DataCatalog.V1\312\002"
+ + "\033Google\\Cloud\\DataCatalog\\V1\352\002\036Google::C"
+ + "loud::DataCatalog::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
- descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
+ descriptorData,
+ new com.google.protobuf.Descriptors.FileDescriptor[] {
+ com.google.protobuf.TimestampProto.getDescriptor(),
+ });
+ com.google.protobuf.TimestampProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateEntryGroupRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateEntryGroupRequest.java
index 2b0e7d5b..03474aee 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateEntryGroupRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateEntryGroupRequest.java
@@ -310,13 +310,13 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (entryGroup_ != null) {
output.writeMessage(2, getEntryGroup());
}
- if (!getEntryGroupIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(entryGroupId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, entryGroupId_);
}
unknownFields.writeTo(output);
@@ -328,13 +328,13 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (entryGroup_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEntryGroup());
}
- if (!getEntryGroupIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(entryGroupId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, entryGroupId_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateEntryRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateEntryRequest.java
index cd0a28e0..3c26a09e 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateEntryRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateEntryRequest.java
@@ -311,13 +311,13 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (entry_ != null) {
output.writeMessage(2, getEntry());
}
- if (!getEntryIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(entryId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, entryId_);
}
unknownFields.writeTo(output);
@@ -329,13 +329,13 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (entry_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEntry());
}
- if (!getEntryIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(entryId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, entryId_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreatePolicyTagRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreatePolicyTagRequest.java
index 73d0de58..50fdccaa 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreatePolicyTagRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreatePolicyTagRequest.java
@@ -134,8 +134,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * Required. Resource name of the taxonomy that the policy tag will belong to.<br /><br
- * />
+ * Required. Resource name of the taxonomy that the policy tag will belong to.
*
*
*
@@ -160,8 +159,7 @@ public java.lang.String getParent() {
*
*
*
- * Required. Resource name of the taxonomy that the policy tag will belong to.<br /><br
- * />
+ * Required. Resource name of the taxonomy that the policy tag will belong to.
*
*
*
@@ -245,7 +243,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (policyTag_ != null) {
@@ -260,7 +258,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (policyTag_ != null) {
@@ -584,8 +582,7 @@ public Builder mergeFrom(
*
*
*
- * Required. Resource name of the taxonomy that the policy tag will belong to.<br /><br
- * />
+ * Required. Resource name of the taxonomy that the policy tag will belong to.
*
*
*
@@ -609,8 +606,7 @@ public java.lang.String getParent() {
*
*
*
- * Required. Resource name of the taxonomy that the policy tag will belong to.<br /><br
- * />
+ * Required. Resource name of the taxonomy that the policy tag will belong to.
*
*
*
@@ -634,8 +630,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
*
*
- * Required. Resource name of the taxonomy that the policy tag will belong to.<br /><br
- * />
+ * Required. Resource name of the taxonomy that the policy tag will belong to.
*
*
*
@@ -658,8 +653,7 @@ public Builder setParent(java.lang.String value) {
*
*
*
- * Required. Resource name of the taxonomy that the policy tag will belong to.<br /><br
- * />
+ * Required. Resource name of the taxonomy that the policy tag will belong to.
*
*
*
@@ -678,8 +672,7 @@ public Builder clearParent() {
*
*
*
- * Required. Resource name of the taxonomy that the policy tag will belong to.<br /><br
- * />
+ * Required. Resource name of the taxonomy that the policy tag will belong to.
*
*
*
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreatePolicyTagRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreatePolicyTagRequestOrBuilder.java
index f723dfb7..c459a713 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreatePolicyTagRequestOrBuilder.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreatePolicyTagRequestOrBuilder.java
@@ -27,8 +27,7 @@ public interface CreatePolicyTagRequestOrBuilder
*
*
*
- * Required. Resource name of the taxonomy that the policy tag will belong to.<br /><br
- * />
+ * Required. Resource name of the taxonomy that the policy tag will belong to.
*
*
*
@@ -42,8 +41,7 @@ public interface CreatePolicyTagRequestOrBuilder
*
*
*
- * Required. Resource name of the taxonomy that the policy tag will belong to.<br /><br
- * />
+ * Required. Resource name of the taxonomy that the policy tag will belong to.
*
*
*
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagRequest.java
index af73a906..ee2b20e9 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagRequest.java
@@ -252,7 +252,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (tag_ != null) {
@@ -267,7 +267,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (tag_ != null) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagTemplateFieldRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagTemplateFieldRequest.java
index cef08240..d3a1b172 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagTemplateFieldRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagTemplateFieldRequest.java
@@ -318,10 +318,10 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
- if (!getTagTemplateFieldIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tagTemplateFieldId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, tagTemplateFieldId_);
}
if (tagTemplateField_ != null) {
@@ -336,10 +336,10 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
- if (!getTagTemplateFieldIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tagTemplateFieldId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, tagTemplateFieldId_);
}
if (tagTemplateField_ != null) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagTemplateRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagTemplateRequest.java
index 2fd28fad..2ea99e5a 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagTemplateRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTagTemplateRequest.java
@@ -314,13 +314,13 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (tagTemplate_ != null) {
output.writeMessage(2, getTagTemplate());
}
- if (!getTagTemplateIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tagTemplateId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, tagTemplateId_);
}
unknownFields.writeTo(output);
@@ -332,13 +332,13 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (tagTemplate_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getTagTemplate());
}
- if (!getTagTemplateIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tagTemplateId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, tagTemplateId_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTaxonomyRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTaxonomyRequest.java
index c7f993f8..af4dc6a8 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTaxonomyRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CreateTaxonomyRequest.java
@@ -243,7 +243,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (taxonomy_ != null) {
@@ -258,7 +258,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (taxonomy_ != null) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CrossRegionalSource.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CrossRegionalSource.java
index c5844b74..3ebe8c10 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CrossRegionalSource.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/CrossRegionalSource.java
@@ -179,7 +179,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getTaxonomyBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(taxonomy_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, taxonomy_);
}
unknownFields.writeTo(output);
@@ -191,7 +191,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getTaxonomyBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(taxonomy_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, taxonomy_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DataSource.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DataSource.java
index 49cb9029..08639937 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DataSource.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DataSource.java
@@ -383,7 +383,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
!= com.google.cloud.datacatalog.v1.DataSource.Service.SERVICE_UNSPECIFIED.getNumber()) {
output.writeEnum(1, service_);
}
- if (!getResourceBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resource_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, resource_);
}
unknownFields.writeTo(output);
@@ -399,7 +399,7 @@ public int getSerializedSize() {
!= com.google.cloud.datacatalog.v1.DataSource.Service.SERVICE_UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, service_);
}
- if (!getResourceBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resource_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, resource_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteEntryGroupRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteEntryGroupRequest.java
index 91f51c04..894cc28c 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteEntryGroupRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteEntryGroupRequest.java
@@ -202,7 +202,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (force_ != false) {
@@ -217,7 +217,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (force_ != false) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteEntryRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteEntryRequest.java
index 769f0715..217e94f0 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteEntryRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteEntryRequest.java
@@ -179,7 +179,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
unknownFields.writeTo(output);
@@ -191,7 +191,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeletePolicyTagRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeletePolicyTagRequest.java
index a9bee861..2b586ae5 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeletePolicyTagRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeletePolicyTagRequest.java
@@ -181,7 +181,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
unknownFields.writeTo(output);
@@ -193,7 +193,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagRequest.java
index 4d4b2e82..176194dc 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagRequest.java
@@ -179,7 +179,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
unknownFields.writeTo(output);
@@ -191,7 +191,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagTemplateFieldRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagTemplateFieldRequest.java
index eae27fc9..12c272e8 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagTemplateFieldRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagTemplateFieldRequest.java
@@ -203,7 +203,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (force_ != false) {
@@ -218,7 +218,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (force_ != false) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagTemplateRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagTemplateRequest.java
index de481f63..08b919de 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagTemplateRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTagTemplateRequest.java
@@ -203,7 +203,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (force_ != false) {
@@ -218,7 +218,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (force_ != false) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTaxonomyRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTaxonomyRequest.java
index 519d234a..d3cfc998 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTaxonomyRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/DeleteTaxonomyRequest.java
@@ -181,7 +181,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
unknownFields.writeTo(output);
@@ -193,7 +193,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Entry.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Entry.java
index eb1f3222..a07fa218 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Entry.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Entry.java
@@ -1875,16 +1875,16 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (entryTypeCase_ == 2) {
output.writeEnum(2, ((java.lang.Integer) entryType_));
}
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, displayName_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, description_);
}
if (schema_ != null) {
@@ -1896,7 +1896,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (sourceSystemTimestamps_ != null) {
output.writeMessage(7, getSourceSystemTimestamps());
}
- if (!getLinkedResourceBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(linkedResource_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, linkedResource_);
}
if (typeSpecCase_ == 12) {
@@ -1931,7 +1931,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (specCase_ == 28) {
output.writeMessage(28, (com.google.cloud.datacatalog.v1.RoutineSpec) spec_);
}
- if (!getFullyQualifiedNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fullyQualifiedName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 29, fullyQualifiedName_);
}
unknownFields.writeTo(output);
@@ -1943,7 +1943,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (entryTypeCase_ == 2) {
@@ -1951,10 +1951,10 @@ public int getSerializedSize() {
com.google.protobuf.CodedOutputStream.computeEnumSize(
2, ((java.lang.Integer) entryType_));
}
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, displayName_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, description_);
}
if (schema_ != null) {
@@ -1969,7 +1969,7 @@ public int getSerializedSize() {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(7, getSourceSystemTimestamps());
}
- if (!getLinkedResourceBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(linkedResource_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, linkedResource_);
}
if (typeSpecCase_ == 12) {
@@ -2023,7 +2023,7 @@ public int getSerializedSize() {
com.google.protobuf.CodedOutputStream.computeMessageSize(
28, (com.google.cloud.datacatalog.v1.RoutineSpec) spec_);
}
- if (!getFullyQualifiedNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fullyQualifiedName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(29, fullyQualifiedName_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/EntryGroup.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/EntryGroup.java
index d80b1fc9..d44872cf 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/EntryGroup.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/EntryGroup.java
@@ -371,13 +371,13 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, displayName_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, description_);
}
if (dataCatalogTimestamps_ != null) {
@@ -392,13 +392,13 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, displayName_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_);
}
if (dataCatalogTimestamps_ != null) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ExportTaxonomiesRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ExportTaxonomiesRequest.java
index 7126a55c..17ddfb9e 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ExportTaxonomiesRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ExportTaxonomiesRequest.java
@@ -350,7 +350,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
for (int i = 0; i < taxonomies_.size(); i++) {
@@ -368,7 +368,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
{
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/FieldType.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/FieldType.java
index e8a493d4..18c1dbbd 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/FieldType.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/FieldType.java
@@ -716,7 +716,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, displayName_);
}
unknownFields.writeTo(output);
@@ -728,7 +728,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, displayName_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GcsFileSpec.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GcsFileSpec.java
index ed26590e..3e45b9bf 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GcsFileSpec.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GcsFileSpec.java
@@ -267,7 +267,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getFilePathBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(filePath_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, filePath_);
}
if (gcsTimestamps_ != null) {
@@ -285,7 +285,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getFilePathBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(filePath_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, filePath_);
}
if (gcsTimestamps_ != null) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetEntryGroupRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetEntryGroupRequest.java
index 332390ef..08cebf81 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetEntryGroupRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetEntryGroupRequest.java
@@ -240,7 +240,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (readMask_ != null) {
@@ -255,7 +255,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (readMask_ != null) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetEntryRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetEntryRequest.java
index ac506424..c0314879 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetEntryRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetEntryRequest.java
@@ -179,7 +179,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
unknownFields.writeTo(output);
@@ -191,7 +191,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetPolicyTagRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetPolicyTagRequest.java
index bcd85435..b9ac0047 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetPolicyTagRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetPolicyTagRequest.java
@@ -179,7 +179,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
unknownFields.writeTo(output);
@@ -191,7 +191,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetTagTemplateRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetTagTemplateRequest.java
index cbc2dab0..679f7f56 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetTagTemplateRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetTagTemplateRequest.java
@@ -179,7 +179,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
unknownFields.writeTo(output);
@@ -191,7 +191,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetTaxonomyRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetTaxonomyRequest.java
index 6e65ab6e..e14c9dc2 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetTaxonomyRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/GetTaxonomyRequest.java
@@ -179,7 +179,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
unknownFields.writeTo(output);
@@ -191,7 +191,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ImportTaxonomiesRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ImportTaxonomiesRequest.java
index 79a26586..21ce0586 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ImportTaxonomiesRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ImportTaxonomiesRequest.java
@@ -363,7 +363,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (sourceCase_ == 2) {
@@ -381,7 +381,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (sourceCase_ == 2) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntriesRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntriesRequest.java
index 29b54698..3c2e96fd 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntriesRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntriesRequest.java
@@ -334,13 +334,13 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (pageSize_ != 0) {
output.writeInt32(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_);
}
if (readMask_ != null) {
@@ -355,13 +355,13 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_);
}
if (readMask_ != null) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntriesResponse.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntriesResponse.java
index db72bfa1..fd67ec21 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntriesResponse.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntriesResponse.java
@@ -265,7 +265,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < entries_.size(); i++) {
output.writeMessage(1, entries_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
}
unknownFields.writeTo(output);
@@ -280,7 +280,7 @@ public int getSerializedSize() {
for (int i = 0; i < entries_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, entries_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntryGroupsRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntryGroupsRequest.java
index 397e99ca..182337a6 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntryGroupsRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntryGroupsRequest.java
@@ -265,13 +265,13 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (pageSize_ != 0) {
output.writeInt32(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_);
}
unknownFields.writeTo(output);
@@ -283,13 +283,13 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntryGroupsResponse.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntryGroupsResponse.java
index 5d75b8a9..dd1510c5 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntryGroupsResponse.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListEntryGroupsResponse.java
@@ -266,7 +266,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < entryGroups_.size(); i++) {
output.writeMessage(1, entryGroups_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
}
unknownFields.writeTo(output);
@@ -281,7 +281,7 @@ public int getSerializedSize() {
for (int i = 0; i < entryGroups_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, entryGroups_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListPolicyTagsRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListPolicyTagsRequest.java
index 19b6db03..46a7bb7b 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListPolicyTagsRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListPolicyTagsRequest.java
@@ -265,13 +265,13 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (pageSize_ != 0) {
output.writeInt32(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_);
}
unknownFields.writeTo(output);
@@ -283,13 +283,13 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListPolicyTagsResponse.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListPolicyTagsResponse.java
index 528ff215..76c13d85 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListPolicyTagsResponse.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListPolicyTagsResponse.java
@@ -265,7 +265,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < policyTags_.size(); i++) {
output.writeMessage(1, policyTags_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
}
unknownFields.writeTo(output);
@@ -280,7 +280,7 @@ public int getSerializedSize() {
for (int i = 0; i < policyTags_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, policyTags_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTagsRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTagsRequest.java
index 8c017804..e691319d 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTagsRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTagsRequest.java
@@ -267,13 +267,13 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (pageSize_ != 0) {
output.writeInt32(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_);
}
unknownFields.writeTo(output);
@@ -285,13 +285,13 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTagsResponse.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTagsResponse.java
index 67abf977..7c67e1f8 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTagsResponse.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTagsResponse.java
@@ -265,7 +265,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < tags_.size(); i++) {
output.writeMessage(1, tags_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
}
unknownFields.writeTo(output);
@@ -280,7 +280,7 @@ public int getSerializedSize() {
for (int i = 0; i < tags_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, tags_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTaxonomiesRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTaxonomiesRequest.java
index 07470b67..363b2697 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTaxonomiesRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTaxonomiesRequest.java
@@ -264,13 +264,13 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_);
}
if (pageSize_ != 0) {
output.writeInt32(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_);
}
unknownFields.writeTo(output);
@@ -282,13 +282,13 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getParentBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTaxonomiesResponse.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTaxonomiesResponse.java
index 8ebd6ede..86271a68 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTaxonomiesResponse.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ListTaxonomiesResponse.java
@@ -265,7 +265,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < taxonomies_.size(); i++) {
output.writeMessage(1, taxonomies_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
}
unknownFields.writeTo(output);
@@ -280,7 +280,7 @@ public int getSerializedSize() {
for (int i = 0; i < taxonomies_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, taxonomies_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/PolicyTag.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/PolicyTag.java
index 11739227..05ec163b 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/PolicyTag.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/PolicyTag.java
@@ -165,8 +165,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* Output only. Resource name of this policy tag in the URL format.
- * The policy tag manager generates unique taxonomy IDs and policy tag IDs.<br
- * /><br />
+ * The policy tag manager generates unique taxonomy IDs and policy tag IDs.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -190,8 +189,7 @@ public java.lang.String getName() {
*
*
* Output only. Resource name of this policy tag in the URL format.
- * The policy tag manager generates unique taxonomy IDs and policy tag IDs.<br
- * /><br />
+ * The policy tag manager generates unique taxonomy IDs and policy tag IDs.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -457,16 +455,16 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, displayName_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, description_);
}
- if (!getParentPolicyTagBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parentPolicyTag_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, parentPolicyTag_);
}
for (int i = 0; i < childPolicyTags_.size(); i++) {
@@ -481,16 +479,16 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, displayName_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_);
}
- if (!getParentPolicyTagBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parentPolicyTag_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, parentPolicyTag_);
}
{
@@ -857,8 +855,7 @@ public Builder mergeFrom(
*
*
* Output only. Resource name of this policy tag in the URL format.
- * The policy tag manager generates unique taxonomy IDs and policy tag IDs.<br
- * /><br />
+ * The policy tag manager generates unique taxonomy IDs and policy tag IDs.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -881,8 +878,7 @@ public java.lang.String getName() {
*
*
* Output only. Resource name of this policy tag in the URL format.
- * The policy tag manager generates unique taxonomy IDs and policy tag IDs.<br
- * /><br />
+ * The policy tag manager generates unique taxonomy IDs and policy tag IDs.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -905,8 +901,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* Output only. Resource name of this policy tag in the URL format.
- * The policy tag manager generates unique taxonomy IDs and policy tag IDs.<br
- * /><br />
+ * The policy tag manager generates unique taxonomy IDs and policy tag IDs.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -928,8 +923,7 @@ public Builder setName(java.lang.String value) {
*
*
* Output only. Resource name of this policy tag in the URL format.
- * The policy tag manager generates unique taxonomy IDs and policy tag IDs.<br
- * /><br />
+ * The policy tag manager generates unique taxonomy IDs and policy tag IDs.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -947,8 +941,7 @@ public Builder clearName() {
*
*
* Output only. Resource name of this policy tag in the URL format.
- * The policy tag manager generates unique taxonomy IDs and policy tag IDs.<br
- * /><br />
+ * The policy tag manager generates unique taxonomy IDs and policy tag IDs.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/PolicyTagOrBuilder.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/PolicyTagOrBuilder.java
index eac59b10..8a6ab903 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/PolicyTagOrBuilder.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/PolicyTagOrBuilder.java
@@ -28,8 +28,7 @@ public interface PolicyTagOrBuilder
*
*
* Output only. Resource name of this policy tag in the URL format.
- * The policy tag manager generates unique taxonomy IDs and policy tag IDs.<br
- * /><br />
+ * The policy tag manager generates unique taxonomy IDs and policy tag IDs.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -42,8 +41,7 @@ public interface PolicyTagOrBuilder
*
*
* Output only. Resource name of this policy tag in the URL format.
- * The policy tag manager generates unique taxonomy IDs and policy tag IDs.<br
- * /><br />
+ * The policy tag manager generates unique taxonomy IDs and policy tag IDs.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldEnumValueRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldEnumValueRequest.java
index 3af9056f..5eefd6a9 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldEnumValueRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldEnumValueRequest.java
@@ -238,10 +238,10 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
- if (!getNewEnumValueDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(newEnumValueDisplayName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, newEnumValueDisplayName_);
}
unknownFields.writeTo(output);
@@ -253,10 +253,10 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
- if (!getNewEnumValueDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(newEnumValueDisplayName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, newEnumValueDisplayName_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldRequest.java
index 65ecc899..ad97bf32 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldRequest.java
@@ -126,7 +126,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * Required. The name of the tag template.
+ * Required. The name of the tag template field.
*
*
*
@@ -151,7 +151,7 @@ public java.lang.String getName() {
*
*
*
- * Required. The name of the tag template.
+ * Required. The name of the tag template field.
*
*
*
@@ -236,10 +236,10 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
- if (!getNewTagTemplateFieldIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(newTagTemplateFieldId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, newTagTemplateFieldId_);
}
unknownFields.writeTo(output);
@@ -251,10 +251,10 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
- if (!getNewTagTemplateFieldIdBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(newTagTemplateFieldId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, newTagTemplateFieldId_);
}
size += unknownFields.getSerializedSize();
@@ -566,7 +566,7 @@ public Builder mergeFrom(
*
*
*
- * Required. The name of the tag template.
+ * Required. The name of the tag template field.
*
*
*
@@ -590,7 +590,7 @@ public java.lang.String getName() {
*
*
*
- * Required. The name of the tag template.
+ * Required. The name of the tag template field.
*
*
*
@@ -614,7 +614,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
*
- * Required. The name of the tag template.
+ * Required. The name of the tag template field.
*
*
*
@@ -637,7 +637,7 @@ public Builder setName(java.lang.String value) {
*
*
*
- * Required. The name of the tag template.
+ * Required. The name of the tag template field.
*
*
*
@@ -656,7 +656,7 @@ public Builder clearName() {
*
*
*
- * Required. The name of the tag template.
+ * Required. The name of the tag template field.
*
*
*
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldRequestOrBuilder.java
index aeb042c3..488f6af0 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldRequestOrBuilder.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RenameTagTemplateFieldRequestOrBuilder.java
@@ -27,7 +27,7 @@ public interface RenameTagTemplateFieldRequestOrBuilder
*
*
*
- * Required. The name of the tag template.
+ * Required. The name of the tag template field.
*
*
*
@@ -41,7 +41,7 @@ public interface RenameTagTemplateFieldRequestOrBuilder
*
*
*
- * Required. The name of the tag template.
+ * Required. The name of the tag template field.
*
*
*
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ReplaceTaxonomyRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ReplaceTaxonomyRequest.java
index a35f9344..e5d24bb4 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ReplaceTaxonomyRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ReplaceTaxonomyRequest.java
@@ -251,7 +251,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (serializedTaxonomy_ != null) {
@@ -266,7 +266,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (serializedTaxonomy_ != null) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RoutineSpec.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RoutineSpec.java
index 83b0555a..fabaf665 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RoutineSpec.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/RoutineSpec.java
@@ -858,7 +858,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (mode_
@@ -866,7 +866,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
.getNumber()) {
output.writeEnum(2, mode_);
}
- if (!getTypeBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, type_);
}
unknownFields.writeTo(output);
@@ -878,7 +878,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (mode_
@@ -886,7 +886,7 @@ public int getSerializedSize() {
.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, mode_);
}
- if (!getTypeBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, type_);
}
size += unknownFields.getSerializedSize();
@@ -1948,16 +1948,16 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
.getNumber()) {
output.writeEnum(1, routineType_);
}
- if (!getLanguageBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(language_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, language_);
}
for (int i = 0; i < routineArguments_.size(); i++) {
output.writeMessage(3, routineArguments_.get(i));
}
- if (!getReturnTypeBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(returnType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, returnType_);
}
- if (!getDefinitionBodyBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(definitionBody_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, definitionBody_);
}
if (systemSpecCase_ == 6) {
@@ -1977,16 +1977,16 @@ public int getSerializedSize() {
.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, routineType_);
}
- if (!getLanguageBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(language_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, language_);
}
for (int i = 0; i < routineArguments_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, routineArguments_.get(i));
}
- if (!getReturnTypeBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(returnType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, returnType_);
}
- if (!getDefinitionBodyBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(definitionBody_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, definitionBody_);
}
if (systemSpecCase_ == 6) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Search.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Search.java
index 2f79f238..968a281a 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Search.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Search.java
@@ -44,7 +44,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "to\022\033google.cloud.datacatalog.v1\032\037google/"
+ "api/field_behavior.proto\032(google/cloud/d"
+ "atacatalog/v1/common.proto\032\037google/proto"
- + "buf/timestamp.proto\"\203\003\n\023SearchCatalogRes"
+ + "buf/timestamp.proto\"\256\003\n\023SearchCatalogRes"
+ "ult\022I\n\022search_result_type\030\001 \001(\0162-.google"
+ ".cloud.datacatalog.v1.SearchResultType\022\035"
+ "\n\025search_result_subtype\030\002 \001(\t\022\036\n\026relativ"
@@ -53,16 +53,17 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "tobuf.Timestamp\022O\n\021integrated_system\030\010 \001"
+ "(\0162-.google.cloud.datacatalog.v1.Integra"
+ "tedSystemB\003\340A\003H\000\022\037\n\025user_specified_syste"
- + "m\030\t \001(\tH\000\022\034\n\024fully_qualified_name\030\n \001(\tB"
- + "\010\n\006system*d\n\020SearchResultType\022\"\n\036SEARCH_"
- + "RESULT_TYPE_UNSPECIFIED\020\000\022\t\n\005ENTRY\020\001\022\020\n\014"
- + "TAG_TEMPLATE\020\002\022\017\n\013ENTRY_GROUP\020\003B\313\001\n\037com."
- + "google.cloud.datacatalog.v1P\001ZFgoogle.go"
- + "lang.org/genproto/googleapis/cloud/datac"
- + "atalog/v1;datacatalog\370\001\001\252\002\033Google.Cloud."
- + "DataCatalog.V1\312\002\033Google\\Cloud\\DataCatalo"
- + "g\\V1\352\002\036Google::Cloud::DataCatalog::V1b\006p"
- + "roto3"
+ + "m\030\t \001(\tH\000\022\034\n\024fully_qualified_name\030\n \001(\t\022"
+ + "\024\n\014display_name\030\014 \001(\t\022\023\n\013description\030\r \001"
+ + "(\tB\010\n\006system*d\n\020SearchResultType\022\"\n\036SEAR"
+ + "CH_RESULT_TYPE_UNSPECIFIED\020\000\022\t\n\005ENTRY\020\001\022"
+ + "\020\n\014TAG_TEMPLATE\020\002\022\017\n\013ENTRY_GROUP\020\003B\313\001\n\037c"
+ + "om.google.cloud.datacatalog.v1P\001ZFgoogle"
+ + ".golang.org/genproto/googleapis/cloud/da"
+ + "tacatalog/v1;datacatalog\370\001\001\252\002\033Google.Clo"
+ + "ud.DataCatalog.V1\312\002\033Google\\Cloud\\DataCat"
+ + "alog\\V1\352\002\036Google::Cloud::DataCatalog::V1"
+ + "b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -86,6 +87,8 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"IntegratedSystem",
"UserSpecifiedSystem",
"FullyQualifiedName",
+ "DisplayName",
+ "Description",
"System",
});
com.google.protobuf.ExtensionRegistry registry =
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogRequest.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogRequest.java
index 63e6d6a1..981b2985 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogRequest.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogRequest.java
@@ -2142,7 +2142,7 @@ public com.google.cloud.datacatalog.v1.SearchCatalogRequest.ScopeOrBuilder getSc
*
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
- * [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
+ * [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
* A query string can be a simple `xyz` or qualified by predicates:
@@ -2173,7 +2173,7 @@ public java.lang.String getQuery() {
*
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
- * [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
+ * [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
* A query string can be a simple `xyz` or qualified by predicates:
@@ -2350,16 +2350,16 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getQueryBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(query_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, query_);
}
if (pageSize_ != 0) {
output.writeInt32(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_);
}
- if (!getOrderByBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(orderBy_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, orderBy_);
}
if (scope_ != null) {
@@ -2374,16 +2374,16 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getQueryBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(query_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, query_);
}
if (pageSize_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_);
}
- if (!getPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_);
}
- if (!getOrderByBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(orderBy_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, orderBy_);
}
if (scope_ != null) {
@@ -2968,7 +2968,7 @@ public com.google.cloud.datacatalog.v1.SearchCatalogRequest.ScopeOrBuilder getSc
*
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
- * [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
+ * [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
* A query string can be a simple `xyz` or qualified by predicates:
@@ -2998,7 +2998,7 @@ public java.lang.String getQuery() {
*
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
- * [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
+ * [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
* A query string can be a simple `xyz` or qualified by predicates:
@@ -3028,7 +3028,7 @@ public com.google.protobuf.ByteString getQueryBytes() {
*
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
- * [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
+ * [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
* A query string can be a simple `xyz` or qualified by predicates:
@@ -3057,7 +3057,7 @@ public Builder setQuery(java.lang.String value) {
*
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
- * [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
+ * [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
* A query string can be a simple `xyz` or qualified by predicates:
@@ -3082,7 +3082,7 @@ public Builder clearQuery() {
*
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
- * [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
+ * [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
* A query string can be a simple `xyz` or qualified by predicates:
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogRequestOrBuilder.java
index 39689350..edd3a33b 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogRequestOrBuilder.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogRequestOrBuilder.java
@@ -79,7 +79,7 @@ public interface SearchCatalogRequestOrBuilder
*
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
- * [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
+ * [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
* A query string can be a simple `xyz` or qualified by predicates:
@@ -99,7 +99,7 @@ public interface SearchCatalogRequestOrBuilder
*
* Optional. The query string with a minimum of 3 characters and specific syntax.
* For more information, see
- * [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
+ * [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
* An empty query string returns all data assets (in the specified scope)
* that you have access to.
* A query string can be a simple `xyz` or qualified by predicates:
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResponse.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResponse.java
index 133e4be5..8d1d6ad1 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResponse.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResponse.java
@@ -359,7 +359,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < results_.size(); i++) {
output.writeMessage(1, results_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, nextPageToken_);
}
for (int i = 0; i < unreachable_.size(); i++) {
@@ -377,7 +377,7 @@ public int getSerializedSize() {
for (int i = 0; i < results_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, results_.get(i));
}
- if (!getNextPageTokenBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, nextPageToken_);
}
{
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResult.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResult.java
index 65e4ae3a..586b2193 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResult.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResult.java
@@ -44,6 +44,8 @@ private SearchCatalogResult() {
relativeResourceName_ = "";
linkedResource_ = "";
fullyQualifiedName_ = "";
+ displayName_ = "";
+ description_ = "";
}
@java.lang.Override
@@ -139,6 +141,20 @@ private SearchCatalogResult(
fullyQualifiedName_ = s;
break;
}
+ case 98:
+ {
+ java.lang.String s = input.readStringRequireUtf8();
+
+ displayName_ = s;
+ break;
+ }
+ case 106:
+ {
+ java.lang.String s = input.readStringRequireUtf8();
+
+ description_ = s;
+ break;
+ }
default:
{
if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
@@ -670,6 +686,106 @@ public com.google.protobuf.ByteString getFullyQualifiedNameBytes() {
}
}
+ public static final int DISPLAY_NAME_FIELD_NUMBER = 12;
+ private volatile java.lang.Object displayName_;
+ /**
+ *
+ *
+ *
+ * The display name of the result.
+ *
+ *
+ * string display_name = 12;
+ *
+ * @return The displayName.
+ */
+ @java.lang.Override
+ public java.lang.String getDisplayName() {
+ java.lang.Object ref = displayName_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ displayName_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * The display name of the result.
+ *
+ *
+ * string display_name = 12;
+ *
+ * @return The bytes for displayName.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getDisplayNameBytes() {
+ java.lang.Object ref = displayName_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ displayName_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
+ public static final int DESCRIPTION_FIELD_NUMBER = 13;
+ private volatile java.lang.Object description_;
+ /**
+ *
+ *
+ *
+ * Entry description that can consist of several sentences or paragraphs that
+ * describe entry contents.
+ *
+ *
+ * string description = 13;
+ *
+ * @return The description.
+ */
+ @java.lang.Override
+ public java.lang.String getDescription() {
+ java.lang.Object ref = description_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ description_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Entry description that can consist of several sentences or paragraphs that
+ * describe entry contents.
+ *
+ *
+ * string description = 13;
+ *
+ * @return The bytes for description.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getDescriptionBytes() {
+ java.lang.Object ref = description_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ description_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
private byte memoizedIsInitialized = -1;
@java.lang.Override
@@ -689,13 +805,13 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
.getNumber()) {
output.writeEnum(1, searchResultType_);
}
- if (!getSearchResultSubtypeBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(searchResultSubtype_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, searchResultSubtype_);
}
- if (!getRelativeResourceNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(relativeResourceName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, relativeResourceName_);
}
- if (!getLinkedResourceBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(linkedResource_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, linkedResource_);
}
if (modifyTime_ != null) {
@@ -707,9 +823,15 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (systemCase_ == 9) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, system_);
}
- if (!getFullyQualifiedNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fullyQualifiedName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, fullyQualifiedName_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 12, displayName_);
+ }
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 13, description_);
+ }
unknownFields.writeTo(output);
}
@@ -724,13 +846,13 @@ public int getSerializedSize() {
.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, searchResultType_);
}
- if (!getSearchResultSubtypeBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(searchResultSubtype_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, searchResultSubtype_);
}
- if (!getRelativeResourceNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(relativeResourceName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, relativeResourceName_);
}
- if (!getLinkedResourceBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(linkedResource_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, linkedResource_);
}
if (modifyTime_ != null) {
@@ -743,9 +865,15 @@ public int getSerializedSize() {
if (systemCase_ == 9) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, system_);
}
- if (!getFullyQualifiedNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fullyQualifiedName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, fullyQualifiedName_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, displayName_);
+ }
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, description_);
+ }
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
@@ -771,6 +899,8 @@ public boolean equals(final java.lang.Object obj) {
if (!getModifyTime().equals(other.getModifyTime())) return false;
}
if (!getFullyQualifiedName().equals(other.getFullyQualifiedName())) return false;
+ if (!getDisplayName().equals(other.getDisplayName())) return false;
+ if (!getDescription().equals(other.getDescription())) return false;
if (!getSystemCase().equals(other.getSystemCase())) return false;
switch (systemCase_) {
case 8:
@@ -807,6 +937,10 @@ public int hashCode() {
}
hash = (37 * hash) + FULLY_QUALIFIED_NAME_FIELD_NUMBER;
hash = (53 * hash) + getFullyQualifiedName().hashCode();
+ hash = (37 * hash) + DISPLAY_NAME_FIELD_NUMBER;
+ hash = (53 * hash) + getDisplayName().hashCode();
+ hash = (37 * hash) + DESCRIPTION_FIELD_NUMBER;
+ hash = (53 * hash) + getDescription().hashCode();
switch (systemCase_) {
case 8:
hash = (37 * hash) + INTEGRATED_SYSTEM_FIELD_NUMBER;
@@ -981,6 +1115,10 @@ public Builder clear() {
}
fullyQualifiedName_ = "";
+ displayName_ = "";
+
+ description_ = "";
+
systemCase_ = 0;
system_ = null;
return this;
@@ -1026,6 +1164,8 @@ public com.google.cloud.datacatalog.v1.SearchCatalogResult buildPartial() {
result.system_ = system_;
}
result.fullyQualifiedName_ = fullyQualifiedName_;
+ result.displayName_ = displayName_;
+ result.description_ = description_;
result.systemCase_ = systemCase_;
onBuilt();
return result;
@@ -1099,6 +1239,14 @@ public Builder mergeFrom(com.google.cloud.datacatalog.v1.SearchCatalogResult oth
fullyQualifiedName_ = other.fullyQualifiedName_;
onChanged();
}
+ if (!other.getDisplayName().isEmpty()) {
+ displayName_ = other.displayName_;
+ onChanged();
+ }
+ if (!other.getDescription().isEmpty()) {
+ description_ = other.description_;
+ onChanged();
+ }
switch (other.getSystemCase()) {
case INTEGRATED_SYSTEM:
{
@@ -2223,6 +2371,223 @@ public Builder setFullyQualifiedNameBytes(com.google.protobuf.ByteString value)
return this;
}
+ private java.lang.Object displayName_ = "";
+ /**
+ *
+ *
+ *
+ * The display name of the result.
+ *
+ *
+ * string display_name = 12;
+ *
+ * @return The displayName.
+ */
+ public java.lang.String getDisplayName() {
+ java.lang.Object ref = displayName_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ displayName_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * The display name of the result.
+ *
+ *
+ * string display_name = 12;
+ *
+ * @return The bytes for displayName.
+ */
+ public com.google.protobuf.ByteString getDisplayNameBytes() {
+ java.lang.Object ref = displayName_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ displayName_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * The display name of the result.
+ *
+ *
+ * string display_name = 12;
+ *
+ * @param value The displayName to set.
+ * @return This builder for chaining.
+ */
+ public Builder setDisplayName(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+
+ displayName_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * The display name of the result.
+ *
+ *
+ * string display_name = 12;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearDisplayName() {
+
+ displayName_ = getDefaultInstance().getDisplayName();
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * The display name of the result.
+ *
+ *
+ * string display_name = 12;
+ *
+ * @param value The bytes for displayName to set.
+ * @return This builder for chaining.
+ */
+ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+
+ displayName_ = value;
+ onChanged();
+ return this;
+ }
+
+ private java.lang.Object description_ = "";
+ /**
+ *
+ *
+ *
+ * Entry description that can consist of several sentences or paragraphs that
+ * describe entry contents.
+ *
+ *
+ * string description = 13;
+ *
+ * @return The description.
+ */
+ public java.lang.String getDescription() {
+ java.lang.Object ref = description_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ description_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Entry description that can consist of several sentences or paragraphs that
+ * describe entry contents.
+ *
+ *
+ * string description = 13;
+ *
+ * @return The bytes for description.
+ */
+ public com.google.protobuf.ByteString getDescriptionBytes() {
+ java.lang.Object ref = description_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ description_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Entry description that can consist of several sentences or paragraphs that
+ * describe entry contents.
+ *
+ *
+ * string description = 13;
+ *
+ * @param value The description to set.
+ * @return This builder for chaining.
+ */
+ public Builder setDescription(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+
+ description_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Entry description that can consist of several sentences or paragraphs that
+ * describe entry contents.
+ *
+ *
+ * string description = 13;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearDescription() {
+
+ description_ = getDefaultInstance().getDescription();
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Entry description that can consist of several sentences or paragraphs that
+ * describe entry contents.
+ *
+ *
+ * string description = 13;
+ *
+ * @param value The bytes for description to set.
+ * @return This builder for chaining.
+ */
+ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+
+ description_ = value;
+ onChanged();
+ return this;
+ }
+
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResultOrBuilder.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResultOrBuilder.java
index 61dd9150..9d3ecc1b 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResultOrBuilder.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SearchCatalogResultOrBuilder.java
@@ -304,5 +304,57 @@ public interface SearchCatalogResultOrBuilder
*/
com.google.protobuf.ByteString getFullyQualifiedNameBytes();
+ /**
+ *
+ *
+ *
+ * The display name of the result.
+ *
+ *
+ * string display_name = 12;
+ *
+ * @return The displayName.
+ */
+ java.lang.String getDisplayName();
+ /**
+ *
+ *
+ *
+ * The display name of the result.
+ *
+ *
+ * string display_name = 12;
+ *
+ * @return The bytes for displayName.
+ */
+ com.google.protobuf.ByteString getDisplayNameBytes();
+
+ /**
+ *
+ *
+ *
+ * Entry description that can consist of several sentences or paragraphs that
+ * describe entry contents.
+ *
+ *
+ * string description = 13;
+ *
+ * @return The description.
+ */
+ java.lang.String getDescription();
+ /**
+ *
+ *
+ *
+ * Entry description that can consist of several sentences or paragraphs that
+ * describe entry contents.
+ *
+ *
+ * string description = 13;
+ *
+ * @return The bytes for description.
+ */
+ com.google.protobuf.ByteString getDescriptionBytes();
+
public com.google.cloud.datacatalog.v1.SearchCatalogResult.SystemCase getSystemCase();
}
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SerializedPolicyTag.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SerializedPolicyTag.java
index 4c0a4563..f01ba3b6 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SerializedPolicyTag.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SerializedPolicyTag.java
@@ -386,13 +386,13 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getPolicyTagBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(policyTag_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, policyTag_);
}
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, displayName_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, description_);
}
for (int i = 0; i < childPolicyTags_.size(); i++) {
@@ -407,13 +407,13 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getPolicyTagBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(policyTag_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, policyTag_);
}
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, displayName_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_);
}
for (int i = 0; i < childPolicyTags_.size(); i++) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SerializedTaxonomy.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SerializedTaxonomy.java
index edac15fb..da3f2d50 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SerializedTaxonomy.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/SerializedTaxonomy.java
@@ -458,10 +458,10 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
getSerializedSize();
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, displayName_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, description_);
}
for (int i = 0; i < policyTags_.size(); i++) {
@@ -483,10 +483,10 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, displayName_);
}
- if (!getDescriptionBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, description_);
}
for (int i = 0; i < policyTags_.size(); i++) {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/TableSpec.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/TableSpec.java
index 1aca2540..55135b28 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/TableSpec.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/TableSpec.java
@@ -186,7 +186,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getGroupedEntryBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(groupedEntry_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, groupedEntry_);
}
unknownFields.writeTo(output);
@@ -198,7 +198,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getGroupedEntryBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(groupedEntry_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, groupedEntry_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/TableSpecOuterClass.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/TableSpecOuterClass.java
index dac4f012..bd0ca5b3 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/TableSpecOuterClass.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/TableSpecOuterClass.java
@@ -64,19 +64,19 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\ttype_spec\"#\n\010ViewSpec\022\027\n\nview_query\030\001 \001"
+ "(\tB\003\340A\003\"L\n\tTableSpec\022?\n\rgrouped_entry\030\001 "
+ "\001(\tB(\340A\003\372A\"\n datacatalog.googleapis.com/"
- + "Entry\"\211\001\n\027BigQueryDateShardedSpec\0229\n\007dat"
+ + "Entry\"\255\001\n\027BigQueryDateShardedSpec\0229\n\007dat"
+ "aset\030\001 \001(\tB(\340A\003\372A\"\n datacatalog.googleap"
+ "is.com/Entry\022\031\n\014table_prefix\030\002 \001(\tB\003\340A\003\022"
- + "\030\n\013shard_count\030\003 \001(\003B\003\340A\003*{\n\017TableSource"
- + "Type\022!\n\035TABLE_SOURCE_TYPE_UNSPECIFIED\020\000\022"
- + "\021\n\rBIGQUERY_VIEW\020\002\022\022\n\016BIGQUERY_TABLE\020\005\022\036"
- + "\n\032BIGQUERY_MATERIALIZED_VIEW\020\007B\313\001\n\037com.g"
- + "oogle.cloud.datacatalog.v1P\001ZFgoogle.gol"
- + "ang.org/genproto/googleapis/cloud/dataca"
- + "talog/v1;datacatalog\370\001\001\252\002\033Google.Cloud.D"
- + "ataCatalog.V1\312\002\033Google\\Cloud\\DataCatalog"
- + "\\V1\352\002\036Google::Cloud::DataCatalog::V1b\006pr"
- + "oto3"
+ + "\030\n\013shard_count\030\003 \001(\003B\003\340A\003\022\"\n\025latest_shar"
+ + "d_resource\030\004 \001(\tB\003\340A\003*{\n\017TableSourceType"
+ + "\022!\n\035TABLE_SOURCE_TYPE_UNSPECIFIED\020\000\022\021\n\rB"
+ + "IGQUERY_VIEW\020\002\022\022\n\016BIGQUERY_TABLE\020\005\022\036\n\032BI"
+ + "GQUERY_MATERIALIZED_VIEW\020\007B\313\001\n\037com.googl"
+ + "e.cloud.datacatalog.v1P\001ZFgoogle.golang."
+ + "org/genproto/googleapis/cloud/datacatalo"
+ + "g/v1;datacatalog\370\001\001\252\002\033Google.Cloud.DataC"
+ + "atalog.V1\312\002\033Google\\Cloud\\DataCatalog\\V1\352"
+ + "\002\036Google::Cloud::DataCatalog::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -115,7 +115,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_datacatalog_v1_BigQueryDateShardedSpec_descriptor,
new java.lang.String[] {
- "Dataset", "TablePrefix", "ShardCount",
+ "Dataset", "TablePrefix", "ShardCount", "LatestShardResource",
});
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Tag.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Tag.java
index ff5e32ed..0541e0b6 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Tag.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/Tag.java
@@ -586,10 +586,10 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
- if (!getTemplateBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(template_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, template_);
}
com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
@@ -597,7 +597,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (scopeCase_ == 4) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, scope_);
}
- if (!getTemplateDisplayNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(templateDisplayName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, templateDisplayName_);
}
unknownFields.writeTo(output);
@@ -609,10 +609,10 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getNameBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
- if (!getTemplateBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(template_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, template_);
}
for (java.util.Map.Entry
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -214,10 +218,14 @@ public boolean hasUpdateMask() {
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -233,10 +241,14 @@ public com.google.protobuf.FieldMask getUpdateMask() {
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -821,10 +833,14 @@ public com.google.cloud.datacatalog.v1.TagTemplateOrBuilder getTagTemplateOrBuil
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -839,10 +855,14 @@ public boolean hasUpdateMask() {
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -863,10 +883,14 @@ public com.google.protobuf.FieldMask getUpdateMask() {
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -889,10 +913,14 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -912,10 +940,14 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -940,10 +972,14 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -964,10 +1000,14 @@ public Builder clearUpdateMask() {
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -982,10 +1022,14 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -1004,10 +1048,14 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/UpdateTagTemplateRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/UpdateTagTemplateRequestOrBuilder.java
index d0a8820e..7d611029 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/UpdateTagTemplateRequestOrBuilder.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/UpdateTagTemplateRequestOrBuilder.java
@@ -69,10 +69,14 @@ public interface UpdateTagTemplateRequestOrBuilder
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -85,10 +89,14 @@ public interface UpdateTagTemplateRequestOrBuilder
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
@@ -101,10 +109,14 @@ public interface UpdateTagTemplateRequestOrBuilder
*
*
* Names of fields whose values to overwrite on a tag template. Currently,
- * only `display_name` can be overwritten.
+ * only `display_name` and `is_publicly_readable` can be overwritten.
* If this parameter is absent or empty, all modifiable fields
* are overwritten. If such fields are non-required and omitted in the
* request body, their values are emptied.
+ * Note: Updating the ``is_publicly_readable`` field may require up to 12
+ * hours to take effect in search results. Additionally, it also requires
+ * the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ * permissions.
*
*
* .google.protobuf.FieldMask update_mask = 2;
diff --git a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ViewSpec.java b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ViewSpec.java
index 76dd7a5d..504fae56 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ViewSpec.java
+++ b/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ViewSpec.java
@@ -174,7 +174,7 @@ public final boolean isInitialized() {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!getViewQueryBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(viewQuery_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, viewQuery_);
}
unknownFields.writeTo(output);
@@ -186,7 +186,7 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!getViewQueryBytes().isEmpty()) {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(viewQuery_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, viewQuery_);
}
size += unknownFields.getSerializedSize();
diff --git a/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/common.proto b/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/common.proto
index 182b91dd..2856643d 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/common.proto
+++ b/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/common.proto
@@ -16,6 +16,8 @@ syntax = "proto3";
package google.cloud.datacatalog.v1;
+import "google/protobuf/timestamp.proto";
+
option cc_enable_arenas = true;
option csharp_namespace = "Google.Cloud.DataCatalog.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/datacatalog/v1;datacatalog";
diff --git a/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/datacatalog.proto b/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/datacatalog.proto
index fc60b83f..6ebb75ab 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/datacatalog.proto
+++ b/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/datacatalog.proto
@@ -226,6 +226,10 @@ service DataCatalog {
}
// Lists entries.
+ //
+ // Note: Currently, this method can list only custom entries.
+ // To get a list of both custom and automatically created entries, use
+ // [SearchCatalog][google.cloud.datacatalog.v1.DataCatalog.SearchCatalog].
rpc ListEntries(ListEntriesRequest) returns (ListEntriesResponse) {
option (google.api.http) = {
get: "/v1/{parent=projects/*/locations/*/entryGroups/*}/entries"
@@ -566,7 +570,7 @@ message SearchCatalogRequest {
// Optional. The query string with a minimum of 3 characters and specific syntax.
// For more information, see
- // [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
+ // [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
//
// An empty query string returns all data assets (in the specified scope)
// that you have access to.
@@ -1224,11 +1228,16 @@ message UpdateTagTemplateRequest {
TagTemplate tag_template = 1 [(google.api.field_behavior) = REQUIRED];
// Names of fields whose values to overwrite on a tag template. Currently,
- // only `display_name` can be overwritten.
+ // only `display_name` and `is_publicly_readable` can be overwritten.
//
// If this parameter is absent or empty, all modifiable fields
// are overwritten. If such fields are non-required and omitted in the
// request body, their values are emptied.
+ //
+ // Note: Updating the ``is_publicly_readable`` field may require up to 12
+ // hours to take effect in search results. Additionally, it also requires
+ // the ``tagTemplates.getIamPolicy`` and ``tagTemplates.setIamPolicy``
+ // permissions.
google.protobuf.FieldMask update_mask = 2;
}
@@ -1359,7 +1368,7 @@ message UpdateTagTemplateFieldRequest {
// Request message for
// [RenameTagTemplateField][google.cloud.datacatalog.v1.DataCatalog.RenameTagTemplateField].
message RenameTagTemplateFieldRequest {
- // Required. The name of the tag template.
+ // Required. The name of the tag template field.
string name = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/policytagmanager.proto b/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/policytagmanager.proto
index ce423b95..7cabb874 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/policytagmanager.proto
+++ b/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/policytagmanager.proto
@@ -269,8 +269,7 @@ message PolicyTag {
// Output only. Resource name of this policy tag in the URL format.
//
- // The policy tag manager generates unique taxonomy IDs and policy tag IDs.
+ // The policy tag manager generates unique taxonomy IDs and policy tag IDs.
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
// Required. User-defined name of this policy tag.
@@ -391,8 +390,7 @@ message GetTaxonomyRequest {
// Request message for
// [CreatePolicyTag][google.cloud.datacatalog.v1.PolicyTagManager.CreatePolicyTag].
message CreatePolicyTagRequest {
- // Required. Resource name of the taxonomy that the policy tag will belong to.
+ // Required. Resource name of the taxonomy that the policy tag will belong to.
string parent = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
diff --git a/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/search.proto b/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/search.proto
index d70bdd1d..2194c6f8 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/search.proto
+++ b/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/search.proto
@@ -94,6 +94,13 @@ message SearchCatalogResult {
//
// `dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID`
string fully_qualified_name = 10;
+
+ // The display name of the result.
+ string display_name = 12;
+
+ // Entry description that can consist of several sentences or paragraphs that
+ // describe entry contents.
+ string description = 13;
}
// The resource types that can be returned in search results.
diff --git a/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/table_spec.proto b/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/table_spec.proto
index 6c4fb9b2..c8da4042 100644
--- a/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/table_spec.proto
+++ b/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/table_spec.proto
@@ -108,4 +108,7 @@ message BigQueryDateShardedSpec {
// Output only. Total number of shards.
int64 shard_count = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
+
+ // Output only. BigQuery resource name of the latest shard.
+ string latest_shard_resource = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
}
diff --git a/proto-google-cloud-datacatalog-v1beta1/pom.xml b/proto-google-cloud-datacatalog-v1beta1/pom.xml
index baf19edb..ce5b0703 100644
--- a/proto-google-cloud-datacatalog-v1beta1/pom.xml
+++ b/proto-google-cloud-datacatalog-v1beta1/pom.xml
@@ -4,13 +4,13 @@