From 0daafd47123a0bf5d62c9909203b891923382427 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 18 Oct 2019 08:04:35 -0700 Subject: [PATCH] docs: regenerate from protos (#13) --- .../v1beta1/DataCatalogClient.java | 28 +- .../datacatalog/BigQueryDateShardedSpec.java | 57 ++- .../BigQueryDateShardedSpecOrBuilder.java | 16 +- .../cloud/datacatalog/ColumnSchema.java | 120 +++-- .../datacatalog/ColumnSchemaOrBuilder.java | 28 +- .../datacatalog/CreateEntryGroupRequest.java | 24 +- .../CreateEntryGroupRequestOrBuilder.java | 6 +- .../cloud/datacatalog/CreateTagRequest.java | 28 +- .../CreateTagRequestOrBuilder.java | 8 +- .../google/cloud/datacatalog/Datacatalog.java | 484 +++++++++--------- .../com/google/cloud/datacatalog/Entry.java | 182 ++++--- .../google/cloud/datacatalog/EntryGroup.java | 56 +- .../datacatalog/EntryGroupOrBuilder.java | 16 +- .../cloud/datacatalog/EntryOrBuilder.java | 49 +- .../google/cloud/datacatalog/EntryType.java | 8 +- .../cloud/datacatalog/GcsFilesetSpec.java | 92 ++-- .../datacatalog/GcsFilesetSpecOrBuilder.java | 20 +- .../datacatalog/GetEntryGroupRequest.java | 36 +- .../GetEntryGroupRequestOrBuilder.java | 9 +- .../cloud/datacatalog/ListTagsRequest.java | 40 +- .../datacatalog/ListTagsRequestOrBuilder.java | 11 +- .../cloud/datacatalog/SchemaOuterClass.java | 15 +- .../com/google/cloud/datacatalog/Search.java | 27 +- .../datacatalog/SearchCatalogRequest.java | 56 +- .../SearchCatalogRequestOrBuilder.java | 16 +- .../datacatalog/TableSpecOuterClass.java | 22 +- .../com/google/cloud/datacatalog/Tag.java | 28 +- .../cloud/datacatalog/TagOrBuilder.java | 8 +- .../google/cloud/datacatalog/TagTemplate.java | 28 +- .../cloud/datacatalog/TagTemplateField.java | 28 +- .../TagTemplateFieldOrBuilder.java | 8 +- .../datacatalog/TagTemplateOrBuilder.java | 8 +- .../com/google/cloud/datacatalog/Tags.java | 42 +- .../cloud/datacatalog/UpdateEntryRequest.java | 192 +++++-- .../UpdateEntryRequestOrBuilder.java | 48 +- .../cloud/datacatalog/UpdateTagRequest.java | 84 ++- .../UpdateTagRequestOrBuilder.java | 21 +- .../UpdateTagTemplateFieldRequest.java | 24 +- ...pdateTagTemplateFieldRequestOrBuilder.java | 6 +- .../datacatalog/UpdateTagTemplateRequest.java | 48 +- .../UpdateTagTemplateRequestOrBuilder.java | 12 +- .../google/cloud/datacatalog/ViewSpec.java | 28 +- .../cloud/datacatalog/ViewSpecOrBuilder.java | 8 +- .../datacatalog/v1beta1/datacatalog.proto | 175 ++++--- .../v1beta1/gcs_fileset_spec.proto | 10 +- .../cloud/datacatalog/v1beta1/schema.proto | 6 +- .../cloud/datacatalog/v1beta1/search.proto | 1 + .../datacatalog/v1beta1/table_spec.proto | 16 +- .../cloud/datacatalog/v1beta1/tags.proto | 19 +- .../datacatalog/v1beta1/timestamps.proto | 3 +- synth.metadata | 12 +- 51 files changed, 1217 insertions(+), 1100 deletions(-) diff --git a/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/DataCatalogClient.java b/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/DataCatalogClient.java index 278f13ab..98b4250c 100644 --- a/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/DataCatalogClient.java +++ b/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/DataCatalogClient.java @@ -718,7 +718,7 @@ public final UnaryCallable searchCa *

Note that this EntryGroup and its child resources may not actually be stored in the * location in this name. * @param entryGroupId Required. The id of the entry group to create. - * @param entryGroup Optional. The entry group to create. Defaults to an empty entry group. + * @param entryGroup The entry group to create. Defaults to an empty entry group. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final EntryGroup createEntryGroup( @@ -806,7 +806,7 @@ public final UnaryCallable createEntryGroup * * @param name Required. The name of the entry group. For example, * `projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}`. - * @param readMask Optional. The fields to return. If not set or empty, all fields are returned. + * @param readMask The fields to return. If not set or empty, all fields are returned. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final EntryGroup getEntryGroup(String name, FieldMask readMask) { @@ -1050,10 +1050,12 @@ public final UnaryCallable createEntryCallable() { * } * * - * @param entry Required. The updated entry. - * @param updateMask Optional. The fields to update on the entry. If absent or empty, all - * modifiable fields are updated. - *

Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable. + * @param entry Required. The updated entry. The "name" field must be set. + * @param updateMask The fields to update on the entry. If absent or empty, all modifiable fields + * are updated. + *

The following fields are modifiable: * For entries with type `DATA_STREAM`: * + * `schema` * For entries with type `FILESET` * `schema` * `display_name` * + * `description` * `gcs_fileset_spec` * `gcs_fileset_spec.file_patterns` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Entry updateEntry(Entry entry, FieldMask updateMask) { @@ -1486,8 +1488,8 @@ public final UnaryCallable getTagTemplateCal * } * * - * @param tagTemplate Required. The template to update. - * @param updateMask Optional. The field mask specifies the parts of the template to overwrite. + * @param tagTemplate Required. The template to update. The "name" field must be set. + * @param updateMask The field mask specifies the parts of the template to overwrite. *

Allowed fields: *

* `display_name` *

If absent or empty, all of the allowed fields above will be updated. @@ -1758,8 +1760,8 @@ public final TagTemplateField createTagTemplateField(CreateTagTemplateFieldReque *

* * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id} * @param tagTemplateField Required. The template to update. - * @param updateMask Optional. The field mask specifies the parts of the template to be updated. - * Allowed fields: + * @param updateMask The field mask specifies the parts of the template to be updated. Allowed + * fields: *

* `display_name` * `type.enum_type` *

If `update_mask` is not set or empty, all of the allowed fields above will be updated. *

When updating an enum type, the provided values will be merged with the existing values. @@ -2114,9 +2116,9 @@ public final UnaryCallable createTagCallable() { * } * * - * @param tag Required. The updated tag. - * @param updateMask Optional. The fields to update on the Tag. If absent or empty, all modifiable - * fields are updated. Currently the only modifiable field is the field `fields`. + * @param tag Required. The updated tag. The "name" field must be set. + * @param updateMask The fields to update on the Tag. If absent or empty, all modifiable fields + * are updated. Currently the only modifiable field is the field `fields`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Tag updateTag(Tag tag, FieldMask updateMask) { diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/BigQueryDateShardedSpec.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/BigQueryDateShardedSpec.java index 20d9d28c..7775fc4c 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/BigQueryDateShardedSpec.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/BigQueryDateShardedSpec.java @@ -179,11 +179,12 @@ public com.google.protobuf.ByteString getDatasetBytes() { * *

    * Output only. The table name prefix of the shards. The name of any given
-   * shard is `[table_prefix]YYYYMMDD`, for example, for shard
-   * `MyTable20180101`, the `table_prefix` is `MyTable`.
+   * shard is
+   * `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
+   * `table_prefix` is `MyTable`.
    * 
* - * string table_prefix = 2; + * string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.lang.String getTablePrefix() { java.lang.Object ref = tablePrefix_; @@ -201,11 +202,12 @@ public java.lang.String getTablePrefix() { * *
    * Output only. The table name prefix of the shards. The name of any given
-   * shard is `[table_prefix]YYYYMMDD`, for example, for shard
-   * `MyTable20180101`, the `table_prefix` is `MyTable`.
+   * shard is
+   * `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
+   * `table_prefix` is `MyTable`.
    * 
* - * string table_prefix = 2; + * string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.ByteString getTablePrefixBytes() { java.lang.Object ref = tablePrefix_; @@ -228,7 +230,7 @@ public com.google.protobuf.ByteString getTablePrefixBytes() { * Output only. Total number of shards. * * - * int64 shard_count = 3; + * int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public long getShardCount() { return shardCount_; @@ -705,11 +707,12 @@ public Builder setDatasetBytes(com.google.protobuf.ByteString value) { * *
      * Output only. The table name prefix of the shards. The name of any given
-     * shard is `[table_prefix]YYYYMMDD`, for example, for shard
-     * `MyTable20180101`, the `table_prefix` is `MyTable`.
+     * shard is
+     * `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
+     * `table_prefix` is `MyTable`.
      * 
* - * string table_prefix = 2; + * string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.lang.String getTablePrefix() { java.lang.Object ref = tablePrefix_; @@ -727,11 +730,12 @@ public java.lang.String getTablePrefix() { * *
      * Output only. The table name prefix of the shards. The name of any given
-     * shard is `[table_prefix]YYYYMMDD`, for example, for shard
-     * `MyTable20180101`, the `table_prefix` is `MyTable`.
+     * shard is
+     * `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
+     * `table_prefix` is `MyTable`.
      * 
* - * string table_prefix = 2; + * string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.ByteString getTablePrefixBytes() { java.lang.Object ref = tablePrefix_; @@ -749,11 +753,12 @@ public com.google.protobuf.ByteString getTablePrefixBytes() { * *
      * Output only. The table name prefix of the shards. The name of any given
-     * shard is `[table_prefix]YYYYMMDD`, for example, for shard
-     * `MyTable20180101`, the `table_prefix` is `MyTable`.
+     * shard is
+     * `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
+     * `table_prefix` is `MyTable`.
      * 
* - * string table_prefix = 2; + * string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setTablePrefix(java.lang.String value) { if (value == null) { @@ -769,11 +774,12 @@ public Builder setTablePrefix(java.lang.String value) { * *
      * Output only. The table name prefix of the shards. The name of any given
-     * shard is `[table_prefix]YYYYMMDD`, for example, for shard
-     * `MyTable20180101`, the `table_prefix` is `MyTable`.
+     * shard is
+     * `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
+     * `table_prefix` is `MyTable`.
      * 
* - * string table_prefix = 2; + * string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearTablePrefix() { @@ -786,11 +792,12 @@ public Builder clearTablePrefix() { * *
      * Output only. The table name prefix of the shards. The name of any given
-     * shard is `[table_prefix]YYYYMMDD`, for example, for shard
-     * `MyTable20180101`, the `table_prefix` is `MyTable`.
+     * shard is
+     * `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
+     * `table_prefix` is `MyTable`.
      * 
* - * string table_prefix = 2; + * string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setTablePrefixBytes(com.google.protobuf.ByteString value) { if (value == null) { @@ -811,7 +818,7 @@ public Builder setTablePrefixBytes(com.google.protobuf.ByteString value) { * Output only. Total number of shards. * * - * int64 shard_count = 3; + * int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public long getShardCount() { return shardCount_; @@ -823,7 +830,7 @@ public long getShardCount() { * Output only. Total number of shards. * * - * int64 shard_count = 3; + * int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setShardCount(long value) { @@ -838,7 +845,7 @@ public Builder setShardCount(long value) { * Output only. Total number of shards. * * - * int64 shard_count = 3; + * int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearShardCount() { diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/BigQueryDateShardedSpecOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/BigQueryDateShardedSpecOrBuilder.java index 059fa232..5ef60bda 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/BigQueryDateShardedSpecOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/BigQueryDateShardedSpecOrBuilder.java @@ -57,11 +57,12 @@ public interface BigQueryDateShardedSpecOrBuilder * *
    * Output only. The table name prefix of the shards. The name of any given
-   * shard is `[table_prefix]YYYYMMDD`, for example, for shard
-   * `MyTable20180101`, the `table_prefix` is `MyTable`.
+   * shard is
+   * `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
+   * `table_prefix` is `MyTable`.
    * 
* - * string table_prefix = 2; + * string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.lang.String getTablePrefix(); /** @@ -69,11 +70,12 @@ public interface BigQueryDateShardedSpecOrBuilder * *
    * Output only. The table name prefix of the shards. The name of any given
-   * shard is `[table_prefix]YYYYMMDD`, for example, for shard
-   * `MyTable20180101`, the `table_prefix` is `MyTable`.
+   * shard is
+   * `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
+   * `table_prefix` is `MyTable`.
    * 
* - * string table_prefix = 2; + * string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.ByteString getTablePrefixBytes(); @@ -84,7 +86,7 @@ public interface BigQueryDateShardedSpecOrBuilder * Output only. Total number of shards. * * - * int64 shard_count = 3; + * int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ long getShardCount(); } diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ColumnSchema.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ColumnSchema.java index 76b3eb8f..f8a04840 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ColumnSchema.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ColumnSchema.java @@ -242,7 +242,7 @@ public com.google.protobuf.ByteString getTypeBytes() { * Optional. Description of the column. Default value is an empty string. * * - * string description = 2; + * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; */ public java.lang.String getDescription() { java.lang.Object ref = description_; @@ -262,7 +262,7 @@ public java.lang.String getDescription() { * Optional. Description of the column. Default value is an empty string. * * - * string description = 2; + * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.protobuf.ByteString getDescriptionBytes() { java.lang.Object ref = description_; @@ -287,7 +287,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * supported. Default mode is `NULLABLE`. * * - * string mode = 3; + * string mode = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public java.lang.String getMode() { java.lang.Object ref = mode_; @@ -309,7 +309,7 @@ public java.lang.String getMode() { * supported. Default mode is `NULLABLE`. * * - * string mode = 3; + * string mode = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.protobuf.ByteString getModeBytes() { java.lang.Object ref = mode_; @@ -333,7 +333,9 @@ public com.google.protobuf.ByteString getModeBytes() { * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public java.util.List getSubcolumnsList() { return subcolumns_; @@ -346,7 +348,9 @@ public java.util.List getSubcolumnsLi * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public java.util.List getSubcolumnsOrBuilderList() { @@ -360,7 +364,9 @@ public java.util.List getSubcolumnsLi * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public int getSubcolumnsCount() { return subcolumns_.size(); @@ -373,7 +379,9 @@ public int getSubcolumnsCount() { * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.cloud.datacatalog.ColumnSchema getSubcolumns(int index) { return subcolumns_.get(index); @@ -386,7 +394,9 @@ public com.google.cloud.datacatalog.ColumnSchema getSubcolumns(int index) { * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.cloud.datacatalog.ColumnSchemaOrBuilder getSubcolumnsOrBuilder(int index) { return subcolumns_.get(index); @@ -1013,7 +1023,7 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) { * Optional. Description of the column. Default value is an empty string. * * - * string description = 2; + * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; */ public java.lang.String getDescription() { java.lang.Object ref = description_; @@ -1033,7 +1043,7 @@ public java.lang.String getDescription() { * Optional. Description of the column. Default value is an empty string. * * - * string description = 2; + * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.protobuf.ByteString getDescriptionBytes() { java.lang.Object ref = description_; @@ -1053,7 +1063,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * Optional. Description of the column. Default value is an empty string. * * - * string description = 2; + * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setDescription(java.lang.String value) { if (value == null) { @@ -1071,7 +1081,7 @@ public Builder setDescription(java.lang.String value) { * Optional. Description of the column. Default value is an empty string. * * - * string description = 2; + * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder clearDescription() { @@ -1086,7 +1096,7 @@ public Builder clearDescription() { * Optional. Description of the column. Default value is an empty string. * * - * string description = 2; + * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { if (value == null) { @@ -1109,7 +1119,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { * supported. Default mode is `NULLABLE`. * * - * string mode = 3; + * string mode = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public java.lang.String getMode() { java.lang.Object ref = mode_; @@ -1131,7 +1141,7 @@ public java.lang.String getMode() { * supported. Default mode is `NULLABLE`. * * - * string mode = 3; + * string mode = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.protobuf.ByteString getModeBytes() { java.lang.Object ref = mode_; @@ -1153,7 +1163,7 @@ public com.google.protobuf.ByteString getModeBytes() { * supported. Default mode is `NULLABLE`. * * - * string mode = 3; + * string mode = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setMode(java.lang.String value) { if (value == null) { @@ -1173,7 +1183,7 @@ public Builder setMode(java.lang.String value) { * supported. Default mode is `NULLABLE`. * * - * string mode = 3; + * string mode = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder clearMode() { @@ -1190,7 +1200,7 @@ public Builder clearMode() { * supported. Default mode is `NULLABLE`. * * - * string mode = 3; + * string mode = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setModeBytes(com.google.protobuf.ByteString value) { if (value == null) { @@ -1228,7 +1238,9 @@ private void ensureSubcolumnsIsMutable() { * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public java.util.List getSubcolumnsList() { if (subcolumnsBuilder_ == null) { @@ -1245,7 +1257,9 @@ public java.util.List getSubcolumnsLi * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public int getSubcolumnsCount() { if (subcolumnsBuilder_ == null) { @@ -1262,7 +1276,9 @@ public int getSubcolumnsCount() { * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.cloud.datacatalog.ColumnSchema getSubcolumns(int index) { if (subcolumnsBuilder_ == null) { @@ -1279,7 +1295,9 @@ public com.google.cloud.datacatalog.ColumnSchema getSubcolumns(int index) { * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setSubcolumns(int index, com.google.cloud.datacatalog.ColumnSchema value) { if (subcolumnsBuilder_ == null) { @@ -1302,7 +1320,9 @@ public Builder setSubcolumns(int index, com.google.cloud.datacatalog.ColumnSchem * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder setSubcolumns( int index, com.google.cloud.datacatalog.ColumnSchema.Builder builderForValue) { @@ -1323,7 +1343,9 @@ public Builder setSubcolumns( * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder addSubcolumns(com.google.cloud.datacatalog.ColumnSchema value) { if (subcolumnsBuilder_ == null) { @@ -1346,7 +1368,9 @@ public Builder addSubcolumns(com.google.cloud.datacatalog.ColumnSchema value) { * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder addSubcolumns(int index, com.google.cloud.datacatalog.ColumnSchema value) { if (subcolumnsBuilder_ == null) { @@ -1369,7 +1393,9 @@ public Builder addSubcolumns(int index, com.google.cloud.datacatalog.ColumnSchem * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder addSubcolumns( com.google.cloud.datacatalog.ColumnSchema.Builder builderForValue) { @@ -1390,7 +1416,9 @@ public Builder addSubcolumns( * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder addSubcolumns( int index, com.google.cloud.datacatalog.ColumnSchema.Builder builderForValue) { @@ -1411,7 +1439,9 @@ public Builder addSubcolumns( * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder addAllSubcolumns( java.lang.Iterable values) { @@ -1432,7 +1462,9 @@ public Builder addAllSubcolumns( * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder clearSubcolumns() { if (subcolumnsBuilder_ == null) { @@ -1452,7 +1484,9 @@ public Builder clearSubcolumns() { * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public Builder removeSubcolumns(int index) { if (subcolumnsBuilder_ == null) { @@ -1472,7 +1506,9 @@ public Builder removeSubcolumns(int index) { * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.cloud.datacatalog.ColumnSchema.Builder getSubcolumnsBuilder(int index) { return getSubcolumnsFieldBuilder().getBuilder(index); @@ -1485,7 +1521,9 @@ public com.google.cloud.datacatalog.ColumnSchema.Builder getSubcolumnsBuilder(in * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.cloud.datacatalog.ColumnSchemaOrBuilder getSubcolumnsOrBuilder(int index) { if (subcolumnsBuilder_ == null) { @@ -1502,7 +1540,9 @@ public com.google.cloud.datacatalog.ColumnSchemaOrBuilder getSubcolumnsOrBuilder * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public java.util.List getSubcolumnsOrBuilderList() { @@ -1520,7 +1560,9 @@ public com.google.cloud.datacatalog.ColumnSchemaOrBuilder getSubcolumnsOrBuilder * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.cloud.datacatalog.ColumnSchema.Builder addSubcolumnsBuilder() { return getSubcolumnsFieldBuilder() @@ -1534,7 +1576,9 @@ public com.google.cloud.datacatalog.ColumnSchema.Builder addSubcolumnsBuilder() * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public com.google.cloud.datacatalog.ColumnSchema.Builder addSubcolumnsBuilder(int index) { return getSubcolumnsFieldBuilder() @@ -1548,7 +1592,9 @@ public com.google.cloud.datacatalog.ColumnSchema.Builder addSubcolumnsBuilder(in * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ public java.util.List getSubcolumnsBuilderList() { diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ColumnSchemaOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ColumnSchemaOrBuilder.java index eb552a7a..7fc256e9 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ColumnSchemaOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ColumnSchemaOrBuilder.java @@ -72,7 +72,7 @@ public interface ColumnSchemaOrBuilder * Optional. Description of the column. Default value is an empty string. * * - * string description = 2; + * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; */ java.lang.String getDescription(); /** @@ -82,7 +82,7 @@ public interface ColumnSchemaOrBuilder * Optional. Description of the column. Default value is an empty string. * * - * string description = 2; + * string description = 2 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.protobuf.ByteString getDescriptionBytes(); @@ -95,7 +95,7 @@ public interface ColumnSchemaOrBuilder * supported. Default mode is `NULLABLE`. * * - * string mode = 3; + * string mode = 3 [(.google.api.field_behavior) = OPTIONAL]; */ java.lang.String getMode(); /** @@ -107,7 +107,7 @@ public interface ColumnSchemaOrBuilder * supported. Default mode is `NULLABLE`. * * - * string mode = 3; + * string mode = 3 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.protobuf.ByteString getModeBytes(); @@ -119,7 +119,9 @@ public interface ColumnSchemaOrBuilder * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ java.util.List getSubcolumnsList(); /** @@ -130,7 +132,9 @@ public interface ColumnSchemaOrBuilder * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ com.google.cloud.datacatalog.ColumnSchema getSubcolumns(int index); /** @@ -141,7 +145,9 @@ public interface ColumnSchemaOrBuilder * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ int getSubcolumnsCount(); /** @@ -152,7 +158,9 @@ public interface ColumnSchemaOrBuilder * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ java.util.List getSubcolumnsOrBuilderList(); @@ -164,7 +172,9 @@ public interface ColumnSchemaOrBuilder * sub-columns. * * - * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7; + * + * repeated .google.cloud.datacatalog.v1beta1.ColumnSchema subcolumns = 7 [(.google.api.field_behavior) = OPTIONAL]; + * */ com.google.cloud.datacatalog.ColumnSchemaOrBuilder getSubcolumnsOrBuilder(int index); } diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateEntryGroupRequest.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateEntryGroupRequest.java index 4ce4dbc2..7bc4624a 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateEntryGroupRequest.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateEntryGroupRequest.java @@ -233,7 +233,7 @@ public com.google.protobuf.ByteString getEntryGroupIdBytes() { * * *
-   * Optional. The entry group to create. Defaults to an empty entry group.
+   * The entry group to create. Defaults to an empty entry group.
    * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -245,7 +245,7 @@ public boolean hasEntryGroup() { * * *
-   * Optional. The entry group to create. Defaults to an empty entry group.
+   * The entry group to create. Defaults to an empty entry group.
    * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -259,7 +259,7 @@ public com.google.cloud.datacatalog.EntryGroup getEntryGroup() { * * *
-   * Optional. The entry group to create. Defaults to an empty entry group.
+   * The entry group to create. Defaults to an empty entry group.
    * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -854,7 +854,7 @@ public Builder setEntryGroupIdBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. The entry group to create. Defaults to an empty entry group.
+     * The entry group to create. Defaults to an empty entry group.
      * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -866,7 +866,7 @@ public boolean hasEntryGroup() { * * *
-     * Optional. The entry group to create. Defaults to an empty entry group.
+     * The entry group to create. Defaults to an empty entry group.
      * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -884,7 +884,7 @@ public com.google.cloud.datacatalog.EntryGroup getEntryGroup() { * * *
-     * Optional. The entry group to create. Defaults to an empty entry group.
+     * The entry group to create. Defaults to an empty entry group.
      * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -906,7 +906,7 @@ public Builder setEntryGroup(com.google.cloud.datacatalog.EntryGroup value) { * * *
-     * Optional. The entry group to create. Defaults to an empty entry group.
+     * The entry group to create. Defaults to an empty entry group.
      * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -925,7 +925,7 @@ public Builder setEntryGroup(com.google.cloud.datacatalog.EntryGroup.Builder bui * * *
-     * Optional. The entry group to create. Defaults to an empty entry group.
+     * The entry group to create. Defaults to an empty entry group.
      * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -951,7 +951,7 @@ public Builder mergeEntryGroup(com.google.cloud.datacatalog.EntryGroup value) { * * *
-     * Optional. The entry group to create. Defaults to an empty entry group.
+     * The entry group to create. Defaults to an empty entry group.
      * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -971,7 +971,7 @@ public Builder clearEntryGroup() { * * *
-     * Optional. The entry group to create. Defaults to an empty entry group.
+     * The entry group to create. Defaults to an empty entry group.
      * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -985,7 +985,7 @@ public com.google.cloud.datacatalog.EntryGroup.Builder getEntryGroupBuilder() { * * *
-     * Optional. The entry group to create. Defaults to an empty entry group.
+     * The entry group to create. Defaults to an empty entry group.
      * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -1003,7 +1003,7 @@ public com.google.cloud.datacatalog.EntryGroupOrBuilder getEntryGroupOrBuilder() * * *
-     * Optional. The entry group to create. Defaults to an empty entry group.
+     * The entry group to create. Defaults to an empty entry group.
      * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateEntryGroupRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateEntryGroupRequestOrBuilder.java index 9c57c5bd..63956780 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateEntryGroupRequestOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateEntryGroupRequestOrBuilder.java @@ -79,7 +79,7 @@ public interface CreateEntryGroupRequestOrBuilder * * *
-   * Optional. The entry group to create. Defaults to an empty entry group.
+   * The entry group to create. Defaults to an empty entry group.
    * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -89,7 +89,7 @@ public interface CreateEntryGroupRequestOrBuilder * * *
-   * Optional. The entry group to create. Defaults to an empty entry group.
+   * The entry group to create. Defaults to an empty entry group.
    * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; @@ -99,7 +99,7 @@ public interface CreateEntryGroupRequestOrBuilder * * *
-   * Optional. The entry group to create. Defaults to an empty entry group.
+   * The entry group to create. Defaults to an empty entry group.
    * 
* * .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagRequest.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagRequest.java index 09452d6f..63c10abe 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagRequest.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagRequest.java @@ -128,8 +128,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The name of the resource to attach this tag to. Tags can be attached to
-   * Entries. Example:
+   * Required. The name of the resource to attach this tag to. Tags can be
+   * attached to Entries. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
    * Note that this Tag and its child resources may not actually be stored in
    * the location in this name.
@@ -154,8 +154,8 @@ public java.lang.String getParent() {
    *
    *
    * 
-   * Required. The name of the resource to attach this tag to. Tags can be attached to
-   * Entries. Example:
+   * Required. The name of the resource to attach this tag to. Tags can be
+   * attached to Entries. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
    * Note that this Tag and its child resources may not actually be stored in
    * the location in this name.
@@ -569,8 +569,8 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The name of the resource to attach this tag to. Tags can be attached to
-     * Entries. Example:
+     * Required. The name of the resource to attach this tag to. Tags can be
+     * attached to Entries. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      * Note that this Tag and its child resources may not actually be stored in
      * the location in this name.
@@ -595,8 +595,8 @@ public java.lang.String getParent() {
      *
      *
      * 
-     * Required. The name of the resource to attach this tag to. Tags can be attached to
-     * Entries. Example:
+     * Required. The name of the resource to attach this tag to. Tags can be
+     * attached to Entries. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      * Note that this Tag and its child resources may not actually be stored in
      * the location in this name.
@@ -621,8 +621,8 @@ public com.google.protobuf.ByteString getParentBytes() {
      *
      *
      * 
-     * Required. The name of the resource to attach this tag to. Tags can be attached to
-     * Entries. Example:
+     * Required. The name of the resource to attach this tag to. Tags can be
+     * attached to Entries. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      * Note that this Tag and its child resources may not actually be stored in
      * the location in this name.
@@ -645,8 +645,8 @@ public Builder setParent(java.lang.String value) {
      *
      *
      * 
-     * Required. The name of the resource to attach this tag to. Tags can be attached to
-     * Entries. Example:
+     * Required. The name of the resource to attach this tag to. Tags can be
+     * attached to Entries. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      * Note that this Tag and its child resources may not actually be stored in
      * the location in this name.
@@ -666,8 +666,8 @@ public Builder clearParent() {
      *
      *
      * 
-     * Required. The name of the resource to attach this tag to. Tags can be attached to
-     * Entries. Example:
+     * Required. The name of the resource to attach this tag to. Tags can be
+     * attached to Entries. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      * Note that this Tag and its child resources may not actually be stored in
      * the location in this name.
diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagRequestOrBuilder.java
index 45b19b1e..a33b5911 100644
--- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagRequestOrBuilder.java
+++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/CreateTagRequestOrBuilder.java
@@ -27,8 +27,8 @@ public interface CreateTagRequestOrBuilder
    *
    *
    * 
-   * Required. The name of the resource to attach this tag to. Tags can be attached to
-   * Entries. Example:
+   * Required. The name of the resource to attach this tag to. Tags can be
+   * attached to Entries. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
    * Note that this Tag and its child resources may not actually be stored in
    * the location in this name.
@@ -43,8 +43,8 @@ public interface CreateTagRequestOrBuilder
    *
    *
    * 
-   * Required. The name of the resource to attach this tag to. Tags can be attached to
-   * Entries. Example:
+   * Required. The name of the resource to attach this tag to. Tags can be
+   * attached to Entries. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
    * Note that this Tag and its child resources may not actually be stored in
    * the location in this name.
diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Datacatalog.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Datacatalog.java
index a5295738..4d4ad2c5 100644
--- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Datacatalog.java
+++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Datacatalog.java
@@ -155,257 +155,257 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
           + "a1/timestamps.proto\032\036google/iam/v1/iam_p"
           + "olicy.proto\032\032google/iam/v1/policy.proto\032"
           + "\033google/protobuf/empty.proto\032 google/pro"
-          + "tobuf/field_mask.proto\"\231\002\n\024SearchCatalog"
+          + "tobuf/field_mask.proto\"\236\002\n\024SearchCatalog"
           + "Request\022P\n\005scope\030\006 \001(\0132<.google.cloud.da"
           + "tacatalog.v1beta1.SearchCatalogRequest.S"
           + "copeB\003\340A\002\022\022\n\005query\030\001 \001(\tB\003\340A\002\022\021\n\tpage_si"
-          + "ze\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\020\n\010order_by"
-          + "\030\005 \001(\t\032b\n\005Scope\022\027\n\017include_org_ids\030\002 \003(\t"
-          + "\022\033\n\023include_project_ids\030\003 \003(\t\022#\n\033include"
-          + "_gcp_public_datasets\030\007 \001(\010\"x\n\025SearchCata"
-          + "logResponse\022F\n\007results\030\001 \003(\01325.google.cl"
-          + "oud.datacatalog.v1beta1.SearchCatalogRes"
-          + "ult\022\027\n\017next_page_token\030\003 \001(\t\"\270\001\n\027CreateE"
-          + "ntryGroupRequest\022=\n\006parent\030\001 \001(\tB-\340A\002\372A\'"
-          + "\022%datacatalog.googleapis.com/EntryGroup\022"
-          + "\033\n\016entry_group_id\030\003 \001(\tB\003\340A\002\022A\n\013entry_gr"
-          + "oup\030\002 \001(\0132,.google.cloud.datacatalog.v1b"
-          + "eta1.EntryGroup\"\202\001\n\024GetEntryGroupRequest"
-          + "\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%datacatalog.goog"
-          + "leapis.com/EntryGroup\022-\n\tread_mask\030\002 \001(\013"
-          + "2\032.google.protobuf.FieldMask\"V\n\027DeleteEn"
-          + "tryGroupRequest\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%d"
-          + "atacatalog.googleapis.com/EntryGroup\"\247\001\n"
-          + "\022CreateEntryRequest\022=\n\006parent\030\001 \001(\tB-\340A\002"
-          + "\372A\'\n%datacatalog.googleapis.com/EntryGro"
-          + "up\022\025\n\010entry_id\030\003 \001(\tB\003\340A\002\022;\n\005entry\030\002 \001(\013"
-          + "2\'.google.cloud.datacatalog.v1beta1.Entr"
-          + "yB\003\340A\002\"\202\001\n\022UpdateEntryRequest\022;\n\005entry\030\001"
-          + " \001(\0132\'.google.cloud.datacatalog.v1beta1."
-          + "EntryB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132\032.google"
-          + ".protobuf.FieldMask\"L\n\022DeleteEntryReques"
+          + "ze\030\002 \001(\005\022\027\n\npage_token\030\003 \001(\tB\003\340A\001\022\020\n\010ord"
+          + "er_by\030\005 \001(\t\032b\n\005Scope\022\027\n\017include_org_ids\030"
+          + "\002 \003(\t\022\033\n\023include_project_ids\030\003 \003(\t\022#\n\033in"
+          + "clude_gcp_public_datasets\030\007 \001(\010\"x\n\025Searc"
+          + "hCatalogResponse\022F\n\007results\030\001 \003(\01325.goog"
+          + "le.cloud.datacatalog.v1beta1.SearchCatal"
+          + "ogResult\022\027\n\017next_page_token\030\003 \001(\t\"\270\001\n\027Cr"
+          + "eateEntryGroupRequest\022=\n\006parent\030\001 \001(\tB-\340"
+          + "A\002\372A\'\022%datacatalog.googleapis.com/EntryG"
+          + "roup\022\033\n\016entry_group_id\030\003 \001(\tB\003\340A\002\022A\n\013ent"
+          + "ry_group\030\002 \001(\0132,.google.cloud.datacatalo"
+          + "g.v1beta1.EntryGroup\"\202\001\n\024GetEntryGroupRe"
+          + "quest\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%datacatalog"
+          + ".googleapis.com/EntryGroup\022-\n\tread_mask\030"
+          + "\002 \001(\0132\032.google.protobuf.FieldMask\"V\n\027Del"
+          + "eteEntryGroupRequest\022;\n\004name\030\001 \001(\tB-\340A\002\372"
+          + "A\'\n%datacatalog.googleapis.com/EntryGrou"
+          + "p\"\247\001\n\022CreateEntryRequest\022=\n\006parent\030\001 \001(\t"
+          + "B-\340A\002\372A\'\n%datacatalog.googleapis.com/Ent"
+          + "ryGroup\022\025\n\010entry_id\030\003 \001(\tB\003\340A\002\022;\n\005entry\030"
+          + "\002 \001(\0132\'.google.cloud.datacatalog.v1beta1"
+          + ".EntryB\003\340A\002\"\202\001\n\022UpdateEntryRequest\022;\n\005en"
+          + "try\030\001 \001(\0132\'.google.cloud.datacatalog.v1b"
+          + "eta1.EntryB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132\032.g"
+          + "oogle.protobuf.FieldMask\"L\n\022DeleteEntryR"
+          + "equest\0226\n\004name\030\001 \001(\tB(\340A\002\372A\"\n datacatalo"
+          + "g.googleapis.com/Entry\"I\n\017GetEntryReques"
           + "t\0226\n\004name\030\001 \001(\tB(\340A\002\372A\"\n datacatalog.goo"
-          + "gleapis.com/Entry\"I\n\017GetEntryRequest\0226\n\004"
-          + "name\030\001 \001(\tB(\340A\002\372A\"\n datacatalog.googleap"
-          + "is.com/Entry\"V\n\022LookupEntryRequest\022\031\n\017li"
-          + "nked_resource\030\001 \001(\tH\000\022\026\n\014sql_resource\030\003 "
-          + "\001(\tH\000B\r\n\013target_name\"\352\005\n\005Entry\0228\n\004name\030\001"
-          + " \001(\tB*\372A\'\n%datacatalog.googleapis.com/En"
-          + "tryGroup\022\027\n\017linked_resource\030\t \001(\t\022;\n\004typ"
-          + "e\030\002 \001(\0162+.google.cloud.datacatalog.v1bet"
-          + "a1.EntryTypeH\000\022L\n\020gcs_fileset_spec\030\006 \001(\013"
-          + "20.google.cloud.datacatalog.v1beta1.GcsF"
-          + "ilesetSpecH\001\022R\n\023bigquery_table_spec\030\014 \001("
-          + "\01323.google.cloud.datacatalog.v1beta1.Big"
-          + "QueryTableSpecH\001\022_\n\032bigquery_date_sharde"
-          + "d_spec\030\017 \001(\01329.google.cloud.datacatalog."
-          + "v1beta1.BigQueryDateShardedSpecH\001\022\024\n\014dis"
-          + "play_name\030\003 \001(\t\022\023\n\013description\030\004 \001(\t\0228\n\006"
-          + "schema\030\005 \001(\0132(.google.cloud.datacatalog."
-          + "v1beta1.Schema\022T\n\030source_system_timestam"
-          + "ps\030\007 \001(\01322.google.cloud.datacatalog.v1be"
-          + "ta1.SystemTimestamps:x\352Au\n datacatalog.g"
-          + "oogleapis.com/Entry\022Qprojects/{project}/"
-          + "locations/{location}/entryGroups/{entry_"
-          + "group}/entries/{entry}B\014\n\nentry_typeB\013\n\t"
-          + "type_spec\"\216\002\n\nEntryGroup\022\014\n\004name\030\001 \001(\t\022\024"
-          + "\n\014display_name\030\002 \001(\t\022\023\n\013description\030\003 \001("
-          + "\t\022X\n\027data_catalog_timestamps\030\004 \001(\01322.goo"
-          + "gle.cloud.datacatalog.v1beta1.SystemTime"
-          + "stampsB\003\340A\003:m\352Aj\n%datacatalog.googleapis"
-          + ".com/EntryGroup\022Aprojects/{project}/loca"
-          + "tions/{location}/entryGroups/{entry_grou"
-          + "p}\"\302\001\n\030CreateTagTemplateRequest\022>\n\006paren"
-          + "t\030\001 \001(\tB.\340A\002\372A(\022&datacatalog.googleapis."
-          + "com/TagTemplate\022\034\n\017tag_template_id\030\003 \001(\t"
-          + "B\003\340A\002\022H\n\014tag_template\030\002 \001(\0132-.google.clo"
-          + "ud.datacatalog.v1beta1.TagTemplateB\003\340A\002\""
-          + "U\n\025GetTagTemplateRequest\022<\n\004name\030\001 \001(\tB."
-          + "\340A\002\372A(\n&datacatalog.googleapis.com/TagTe"
-          + "mplate\"\225\001\n\030UpdateTagTemplateRequest\022H\n\014t"
-          + "ag_template\030\001 \001(\0132-.google.cloud.datacat"
-          + "alog.v1beta1.TagTemplateB\003\340A\002\022/\n\013update_"
-          + "mask\030\002 \001(\0132\032.google.protobuf.FieldMask\"l"
-          + "\n\030DeleteTagTemplateRequest\022<\n\004name\030\001 \001(\t"
-          + "B.\340A\002\372A(\n&datacatalog.googleapis.com/Tag"
-          + "Template\022\022\n\005force\030\002 \001(\010B\003\340A\002\"\203\001\n\020CreateT"
-          + "agRequest\0226\n\006parent\030\001 \001(\tB&\340A\002\372A \n\036datac"
-          + "atalog.googleapis.com/Tag\0227\n\003tag\030\002 \001(\0132%"
-          + ".google.cloud.datacatalog.v1beta1.TagB\003\340"
-          + "A\002\"|\n\020UpdateTagRequest\0227\n\003tag\030\001 \001(\0132%.go"
-          + "ogle.cloud.datacatalog.v1beta1.TagB\003\340A\002\022"
-          + "/\n\013update_mask\030\002 \001(\0132\032.google.protobuf.F"
-          + "ieldMask\"H\n\020DeleteTagRequest\0224\n\004name\030\001 \001"
-          + "(\tB&\340A\002\372A \022\036datacatalog.googleapis.com/T"
-          + "ag\"\330\001\n\035CreateTagTemplateFieldRequest\022>\n\006"
-          + "parent\030\001 \001(\tB.\340A\002\372A(\n&datacatalog.google"
-          + "apis.com/TagTemplate\022\"\n\025tag_template_fie"
-          + "ld_id\030\002 \001(\tB\003\340A\002\022S\n\022tag_template_field\030\003"
-          + " \001(\01322.google.cloud.datacatalog.v1beta1."
-          + "TagTemplateFieldB\003\340A\002\"\350\001\n\035UpdateTagTempl"
-          + "ateFieldRequest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+d"
-          + "atacatalog.googleapis.com/TagTemplateFie"
-          + "ld\022S\n\022tag_template_field\030\002 \001(\01322.google."
-          + "cloud.datacatalog.v1beta1.TagTemplateFie"
-          + "ldB\003\340A\002\022/\n\013update_mask\030\003 \001(\0132\032.google.pr"
-          + "otobuf.FieldMask\"\212\001\n\035RenameTagTemplateFi"
-          + "eldRequest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+dataca"
-          + "talog.googleapis.com/TagTemplateField\022&\n"
-          + "\031new_tag_template_field_id\030\002 \001(\tB\003\340A\002\"v\n"
-          + "\035DeleteTagTemplateFieldRequest\022A\n\004name\030\001"
+          + "gleapis.com/Entry\"V\n\022LookupEntryRequest\022"
+          + "\031\n\017linked_resource\030\001 \001(\tH\000\022\026\n\014sql_resour"
+          + "ce\030\003 \001(\tH\000B\r\n\013target_name\"\364\005\n\005Entry\0228\n\004n"
+          + "ame\030\001 \001(\tB*\372A\'\n%datacatalog.googleapis.c"
+          + "om/EntryGroup\022\034\n\017linked_resource\030\t \001(\tB\003"
+          + "\340A\003\022;\n\004type\030\002 \001(\0162+.google.cloud.datacat"
+          + "alog.v1beta1.EntryTypeH\000\022L\n\020gcs_fileset_"
+          + "spec\030\006 \001(\01320.google.cloud.datacatalog.v1"
+          + "beta1.GcsFilesetSpecH\001\022R\n\023bigquery_table"
+          + "_spec\030\014 \001(\01323.google.cloud.datacatalog.v"
+          + "1beta1.BigQueryTableSpecH\001\022_\n\032bigquery_d"
+          + "ate_sharded_spec\030\017 \001(\01329.google.cloud.da"
+          + "tacatalog.v1beta1.BigQueryDateShardedSpe"
+          + "cH\001\022\024\n\014display_name\030\003 \001(\t\022\023\n\013description"
+          + "\030\004 \001(\t\0228\n\006schema\030\005 \001(\0132(.google.cloud.da"
+          + "tacatalog.v1beta1.Schema\022Y\n\030source_syste"
+          + "m_timestamps\030\007 \001(\01322.google.cloud.dataca"
+          + "talog.v1beta1.SystemTimestampsB\003\340A\003:x\352Au"
+          + "\n datacatalog.googleapis.com/Entry\022Qproj"
+          + "ects/{project}/locations/{location}/entr"
+          + "yGroups/{entry_group}/entries/{entry}B\014\n"
+          + "\nentry_typeB\013\n\ttype_spec\"\216\002\n\nEntryGroup\022"
+          + "\014\n\004name\030\001 \001(\t\022\024\n\014display_name\030\002 \001(\t\022\023\n\013d"
+          + "escription\030\003 \001(\t\022X\n\027data_catalog_timesta"
+          + "mps\030\004 \001(\01322.google.cloud.datacatalog.v1b"
+          + "eta1.SystemTimestampsB\003\340A\003:m\352Aj\n%datacat"
+          + "alog.googleapis.com/EntryGroup\022Aprojects"
+          + "/{project}/locations/{location}/entryGro"
+          + "ups/{entry_group}\"\302\001\n\030CreateTagTemplateR"
+          + "equest\022>\n\006parent\030\001 \001(\tB.\340A\002\372A(\022&datacata"
+          + "log.googleapis.com/TagTemplate\022\034\n\017tag_te"
+          + "mplate_id\030\003 \001(\tB\003\340A\002\022H\n\014tag_template\030\002 \001"
+          + "(\0132-.google.cloud.datacatalog.v1beta1.Ta"
+          + "gTemplateB\003\340A\002\"U\n\025GetTagTemplateRequest\022"
+          + "<\n\004name\030\001 \001(\tB.\340A\002\372A(\n&datacatalog.googl"
+          + "eapis.com/TagTemplate\"\225\001\n\030UpdateTagTempl"
+          + "ateRequest\022H\n\014tag_template\030\001 \001(\0132-.googl"
+          + "e.cloud.datacatalog.v1beta1.TagTemplateB"
+          + "\003\340A\002\022/\n\013update_mask\030\002 \001(\0132\032.google.proto"
+          + "buf.FieldMask\"l\n\030DeleteTagTemplateReques"
+          + "t\022<\n\004name\030\001 \001(\tB.\340A\002\372A(\n&datacatalog.goo"
+          + "gleapis.com/TagTemplate\022\022\n\005force\030\002 \001(\010B\003"
+          + "\340A\002\"\203\001\n\020CreateTagRequest\0226\n\006parent\030\001 \001(\t"
+          + "B&\340A\002\372A \n\036datacatalog.googleapis.com/Tag"
+          + "\0227\n\003tag\030\002 \001(\0132%.google.cloud.datacatalog"
+          + ".v1beta1.TagB\003\340A\002\"|\n\020UpdateTagRequest\0227\n"
+          + "\003tag\030\001 \001(\0132%.google.cloud.datacatalog.v1"
+          + "beta1.TagB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132\032.go"
+          + "ogle.protobuf.FieldMask\"H\n\020DeleteTagRequ"
+          + "est\0224\n\004name\030\001 \001(\tB&\340A\002\372A \022\036datacatalog.g"
+          + "oogleapis.com/Tag\"\330\001\n\035CreateTagTemplateF"
+          + "ieldRequest\022>\n\006parent\030\001 \001(\tB.\340A\002\372A(\n&dat"
+          + "acatalog.googleapis.com/TagTemplate\022\"\n\025t"
+          + "ag_template_field_id\030\002 \001(\tB\003\340A\002\022S\n\022tag_t"
+          + "emplate_field\030\003 \001(\01322.google.cloud.datac"
+          + "atalog.v1beta1.TagTemplateFieldB\003\340A\002\"\350\001\n"
+          + "\035UpdateTagTemplateFieldRequest\022A\n\004name\030\001"
           + " \001(\tB3\340A\002\372A-\n+datacatalog.googleapis.com"
-          + "/TagTemplateField\022\022\n\005force\030\002 \001(\010B\003\340A\002\"p\n"
-          + "\017ListTagsRequest\0226\n\006parent\030\001 \001(\tB&\340A\002\372A "
-          + "\022\036datacatalog.googleapis.com/Tag\022\021\n\tpage"
-          + "_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\"`\n\020ListT"
-          + "agsResponse\0223\n\004tags\030\001 \003(\0132%.google.cloud"
-          + ".datacatalog.v1beta1.Tag\022\027\n\017next_page_to"
-          + "ken\030\002 \001(\t*P\n\tEntryType\022\032\n\026ENTRY_TYPE_UNS"
-          + "PECIFIED\020\000\022\t\n\005TABLE\020\002\022\017\n\013DATA_STREAM\020\003\022\013"
-          + "\n\007FILESET\020\0042\321+\n\013DataCatalog\022\273\001\n\rSearchCa"
-          + "talog\0226.google.cloud.datacatalog.v1beta1"
-          + ".SearchCatalogRequest\0327.google.cloud.dat"
-          + "acatalog.v1beta1.SearchCatalogResponse\"9"
-          + "\202\323\344\223\002\034\"\027/v1beta1/catalog:search:\001*\332A\024sco"
-          + "pe,query,order_by\022\352\001\n\020CreateEntryGroup\0229"
-          + ".google.cloud.datacatalog.v1beta1.Create"
-          + "EntryGroupRequest\032,.google.cloud.datacat"
-          + "alog.v1beta1.EntryGroup\"m\202\323\344\223\002C\"4/v1beta"
-          + "1/{parent=projects/*/locations/*}/entryG"
-          + "roups:\013entry_group\332A!parent,entry_group_"
-          + "id,entry_group\022\313\001\n\rGetEntryGroup\0226.googl"
-          + "e.cloud.datacatalog.v1beta1.GetEntryGrou"
-          + "pRequest\032,.google.cloud.datacatalog.v1be"
-          + "ta1.EntryGroup\"T\202\323\344\223\0026\0224/v1beta1/{name=p"
-          + "rojects/*/locations/*/entryGroups/*}\332A\004n"
-          + "ame\332A\016name,read_mask\022\252\001\n\020DeleteEntryGrou"
-          + "p\0229.google.cloud.datacatalog.v1beta1.Del"
-          + "eteEntryGroupRequest\032\026.google.protobuf.E"
-          + "mpty\"C\202\323\344\223\0026*4/v1beta1/{name=projects/*/"
-          + "locations/*/entryGroups/*}\332A\004name\022\323\001\n\013Cr"
-          + "eateEntry\0224.google.cloud.datacatalog.v1b"
-          + "eta1.CreateEntryRequest\032\'.google.cloud.d"
-          + "atacatalog.v1beta1.Entry\"e\202\323\344\223\002G\">/v1bet"
-          + "a1/{parent=projects/*/locations/*/entryG"
-          + "roups/*}/entries:\005entry\332A\025parent,entry_i"
-          + "d,entry\022\335\001\n\013UpdateEntry\0224.google.cloud.d"
-          + "atacatalog.v1beta1.UpdateEntryRequest\032\'."
-          + "google.cloud.datacatalog.v1beta1.Entry\"o"
-          + "\202\323\344\223\002M2D/v1beta1/{entry.name=projects/*/"
-          + "locations/*/entryGroups/*/entries/*}:\005en"
-          + "try\332A\005entry\332A\021entry,update_mask\022\252\001\n\013Dele"
-          + "teEntry\0224.google.cloud.datacatalog.v1bet"
-          + "a1.DeleteEntryRequest\032\026.google.protobuf."
-          + "Empty\"M\202\323\344\223\002@*>/v1beta1/{name=projects/*"
-          + "/locations/*/entryGroups/*/entries/*}\332A\004"
-          + "name\022\265\001\n\010GetEntry\0221.google.cloud.datacat"
-          + "alog.v1beta1.GetEntryRequest\032\'.google.cl"
-          + "oud.datacatalog.v1beta1.Entry\"M\202\323\344\223\002@\022>/"
-          + "v1beta1/{name=projects/*/locations/*/ent"
-          + "ryGroups/*/entries/*}\332A\004name\022\215\001\n\013LookupE"
-          + "ntry\0224.google.cloud.datacatalog.v1beta1."
-          + "LookupEntryRequest\032\'.google.cloud.dataca"
-          + "talog.v1beta1.Entry\"\037\202\323\344\223\002\031\022\027/v1beta1/en"
-          + "tries:lookup\022\361\001\n\021CreateTagTemplate\022:.goo"
-          + "gle.cloud.datacatalog.v1beta1.CreateTagT"
-          + "emplateRequest\032-.google.cloud.datacatalo"
-          + "g.v1beta1.TagTemplate\"q\202\323\344\223\002E\"5/v1beta1/"
-          + "{parent=projects/*/locations/*}/tagTempl"
-          + "ates:\014tag_template\332A#parent,tag_template"
-          + "_id,tag_template\022\276\001\n\016GetTagTemplate\0227.go"
-          + "ogle.cloud.datacatalog.v1beta1.GetTagTem"
-          + "plateRequest\032-.google.cloud.datacatalog."
-          + "v1beta1.TagTemplate\"D\202\323\344\223\0027\0225/v1beta1/{n"
-          + "ame=projects/*/locations/*/tagTemplates/"
-          + "*}\332A\004name\022\203\002\n\021UpdateTagTemplate\022:.google"
-          + ".cloud.datacatalog.v1beta1.UpdateTagTemp"
-          + "lateRequest\032-.google.cloud.datacatalog.v"
-          + "1beta1.TagTemplate\"\202\001\202\323\344\223\002R2B/v1beta1/{t"
-          + "ag_template.name=projects/*/locations/*/"
-          + "tagTemplates/*}:\014tag_template\332A\014tag_temp"
-          + "late\332A\030tag_template,update_mask\022\263\001\n\021Dele"
-          + "teTagTemplate\022:.google.cloud.datacatalog"
-          + ".v1beta1.DeleteTagTemplateRequest\032\026.goog"
-          + "le.protobuf.Empty\"J\202\323\344\223\0027*5/v1beta1/{nam"
-          + "e=projects/*/locations/*/tagTemplates/*}"
-          + "\332A\nname,force\022\234\002\n\026CreateTagTemplateField"
-          + "\022?.google.cloud.datacatalog.v1beta1.Crea"
-          + "teTagTemplateFieldRequest\0322.google.cloud"
-          + ".datacatalog.v1beta1.TagTemplateField\"\214\001"
-          + "\202\323\344\223\002T\">/v1beta1/{parent=projects/*/loca"
-          + "tions/*/tagTemplates/*}/fields:\022tag_temp"
-          + "late_field\332A/parent,tag_template_field_i"
-          + "d,tag_template_field\022\252\002\n\026UpdateTagTempla"
-          + "teField\022?.google.cloud.datacatalog.v1bet"
-          + "a1.UpdateTagTemplateFieldRequest\0322.googl"
-          + "e.cloud.datacatalog.v1beta1.TagTemplateF"
-          + "ield\"\232\001\202\323\344\223\002T2>/v1beta1/{name=projects/*"
-          + "/locations/*/tagTemplates/*/fields/*}:\022t"
-          + "ag_template_field\332A\027name,tag_template_fi"
-          + "eld\332A#name,tag_template_field,update_mas"
-          + "k\022\200\002\n\026RenameTagTemplateField\022?.google.cl"
-          + "oud.datacatalog.v1beta1.RenameTagTemplat"
-          + "eFieldRequest\0322.google.cloud.datacatalog"
-          + ".v1beta1.TagTemplateField\"q\202\323\344\223\002J\"E/v1be"
+          + "/TagTemplateField\022S\n\022tag_template_field\030"
+          + "\002 \001(\01322.google.cloud.datacatalog.v1beta1"
+          + ".TagTemplateFieldB\003\340A\002\022/\n\013update_mask\030\003 "
+          + "\001(\0132\032.google.protobuf.FieldMask\"\212\001\n\035Rena"
+          + "meTagTemplateFieldRequest\022A\n\004name\030\001 \001(\tB"
+          + "3\340A\002\372A-\n+datacatalog.googleapis.com/TagT"
+          + "emplateField\022&\n\031new_tag_template_field_i"
+          + "d\030\002 \001(\tB\003\340A\002\"v\n\035DeleteTagTemplateFieldRe"
+          + "quest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+datacatalog"
+          + ".googleapis.com/TagTemplateField\022\022\n\005forc"
+          + "e\030\002 \001(\010B\003\340A\002\"p\n\017ListTagsRequest\0226\n\006paren"
+          + "t\030\001 \001(\tB&\340A\002\372A \022\036datacatalog.googleapis."
+          + "com/Tag\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token"
+          + "\030\003 \001(\t\"`\n\020ListTagsResponse\0223\n\004tags\030\001 \003(\013"
+          + "2%.google.cloud.datacatalog.v1beta1.Tag\022"
+          + "\027\n\017next_page_token\030\002 \001(\t*P\n\tEntryType\022\032\n"
+          + "\026ENTRY_TYPE_UNSPECIFIED\020\000\022\t\n\005TABLE\020\002\022\017\n\013"
+          + "DATA_STREAM\020\003\022\013\n\007FILESET\020\0042\310+\n\013DataCatal"
+          + "og\022\262\001\n\rSearchCatalog\0226.google.cloud.data"
+          + "catalog.v1beta1.SearchCatalogRequest\0327.g"
+          + "oogle.cloud.datacatalog.v1beta1.SearchCa"
+          + "talogResponse\"0\202\323\344\223\002\034\"\027/v1beta1/catalog:"
+          + "search:\001*\332A\013scope,query\022\352\001\n\020CreateEntryG"
+          + "roup\0229.google.cloud.datacatalog.v1beta1."
+          + "CreateEntryGroupRequest\032,.google.cloud.d"
+          + "atacatalog.v1beta1.EntryGroup\"m\202\323\344\223\002C\"4/"
+          + "v1beta1/{parent=projects/*/locations/*}/"
+          + "entryGroups:\013entry_group\332A!parent,entry_"
+          + "group_id,entry_group\022\313\001\n\rGetEntryGroup\0226"
+          + ".google.cloud.datacatalog.v1beta1.GetEnt"
+          + "ryGroupRequest\032,.google.cloud.datacatalo"
+          + "g.v1beta1.EntryGroup\"T\202\323\344\223\0026\0224/v1beta1/{"
+          + "name=projects/*/locations/*/entryGroups/"
+          + "*}\332A\004name\332A\016name,read_mask\022\252\001\n\020DeleteEnt"
+          + "ryGroup\0229.google.cloud.datacatalog.v1bet"
+          + "a1.DeleteEntryGroupRequest\032\026.google.prot"
+          + "obuf.Empty\"C\202\323\344\223\0026*4/v1beta1/{name=proje"
+          + "cts/*/locations/*/entryGroups/*}\332A\004name\022"
+          + "\323\001\n\013CreateEntry\0224.google.cloud.datacatal"
+          + "og.v1beta1.CreateEntryRequest\032\'.google.c"
+          + "loud.datacatalog.v1beta1.Entry\"e\202\323\344\223\002G\">"
+          + "/v1beta1/{parent=projects/*/locations/*/"
+          + "entryGroups/*}/entries:\005entry\332A\025parent,e"
+          + "ntry_id,entry\022\335\001\n\013UpdateEntry\0224.google.c"
+          + "loud.datacatalog.v1beta1.UpdateEntryRequ"
+          + "est\032\'.google.cloud.datacatalog.v1beta1.E"
+          + "ntry\"o\202\323\344\223\002M2D/v1beta1/{entry.name=proje"
+          + "cts/*/locations/*/entryGroups/*/entries/"
+          + "*}:\005entry\332A\005entry\332A\021entry,update_mask\022\252\001"
+          + "\n\013DeleteEntry\0224.google.cloud.datacatalog"
+          + ".v1beta1.DeleteEntryRequest\032\026.google.pro"
+          + "tobuf.Empty\"M\202\323\344\223\002@*>/v1beta1/{name=proj"
+          + "ects/*/locations/*/entryGroups/*/entries"
+          + "/*}\332A\004name\022\265\001\n\010GetEntry\0221.google.cloud.d"
+          + "atacatalog.v1beta1.GetEntryRequest\032\'.goo"
+          + "gle.cloud.datacatalog.v1beta1.Entry\"M\202\323\344"
+          + "\223\002@\022>/v1beta1/{name=projects/*/locations"
+          + "/*/entryGroups/*/entries/*}\332A\004name\022\215\001\n\013L"
+          + "ookupEntry\0224.google.cloud.datacatalog.v1"
+          + "beta1.LookupEntryRequest\032\'.google.cloud."
+          + "datacatalog.v1beta1.Entry\"\037\202\323\344\223\002\031\022\027/v1be"
+          + "ta1/entries:lookup\022\361\001\n\021CreateTagTemplate"
+          + "\022:.google.cloud.datacatalog.v1beta1.Crea"
+          + "teTagTemplateRequest\032-.google.cloud.data"
+          + "catalog.v1beta1.TagTemplate\"q\202\323\344\223\002E\"5/v1"
+          + "beta1/{parent=projects/*/locations/*}/ta"
+          + "gTemplates:\014tag_template\332A#parent,tag_te"
+          + "mplate_id,tag_template\022\276\001\n\016GetTagTemplat"
+          + "e\0227.google.cloud.datacatalog.v1beta1.Get"
+          + "TagTemplateRequest\032-.google.cloud.dataca"
+          + "talog.v1beta1.TagTemplate\"D\202\323\344\223\0027\0225/v1be"
           + "ta1/{name=projects/*/locations/*/tagTemp"
-          + "lates/*/fields/*}:rename:\001*\332A\036name,new_t"
-          + "ag_template_field_id\022\306\001\n\026DeleteTagTempla"
-          + "teField\022?.google.cloud.datacatalog.v1bet"
-          + "a1.DeleteTagTemplateFieldRequest\032\026.googl"
-          + "e.protobuf.Empty\"S\202\323\344\223\002@*>/v1beta1/{name"
-          + "=projects/*/locations/*/tagTemplates/*/f"
-          + "ields/*}\332A\nname,force\022\307\001\n\tCreateTag\0222.go"
-          + "ogle.cloud.datacatalog.v1beta1.CreateTag"
-          + "Request\032%.google.cloud.datacatalog.v1bet"
-          + "a1.Tag\"_\202\323\344\223\002L\"E/v1beta1/{parent=project"
-          + "s/*/locations/*/entryGroups/*/entries/*}"
-          + "/tags:\003tag\332A\nparent,tag\022\326\001\n\tUpdateTag\0222."
+          + "lates/*}\332A\004name\022\203\002\n\021UpdateTagTemplate\022:."
           + "google.cloud.datacatalog.v1beta1.UpdateT"
-          + "agRequest\032%.google.cloud.datacatalog.v1b"
-          + "eta1.Tag\"n\202\323\344\223\002P2I/v1beta1/{tag.name=pro"
-          + "jects/*/locations/*/entryGroups/*/entrie"
-          + "s/*/tags/*}:\003tag\332A\003tag\332A\017tag,update_mask"
-          + "\022\255\001\n\tDeleteTag\0222.google.cloud.datacatalo"
-          + "g.v1beta1.DeleteTagRequest\032\026.google.prot"
-          + "obuf.Empty\"T\202\323\344\223\002G*E/v1beta1/{name=proje"
-          + "cts/*/locations/*/entryGroups/*/entries/"
-          + "*/tags/*}\332A\004name\022\311\001\n\010ListTags\0221.google.c"
-          + "loud.datacatalog.v1beta1.ListTagsRequest"
-          + "\0322.google.cloud.datacatalog.v1beta1.List"
-          + "TagsResponse\"V\202\323\344\223\002G\022E/v1beta1/{parent=p"
+          + "agTemplateRequest\032-.google.cloud.datacat"
+          + "alog.v1beta1.TagTemplate\"\202\001\202\323\344\223\002R2B/v1be"
+          + "ta1/{tag_template.name=projects/*/locati"
+          + "ons/*/tagTemplates/*}:\014tag_template\332A\014ta"
+          + "g_template\332A\030tag_template,update_mask\022\263\001"
+          + "\n\021DeleteTagTemplate\022:.google.cloud.datac"
+          + "atalog.v1beta1.DeleteTagTemplateRequest\032"
+          + "\026.google.protobuf.Empty\"J\202\323\344\223\0027*5/v1beta"
+          + "1/{name=projects/*/locations/*/tagTempla"
+          + "tes/*}\332A\nname,force\022\234\002\n\026CreateTagTemplat"
+          + "eField\022?.google.cloud.datacatalog.v1beta"
+          + "1.CreateTagTemplateFieldRequest\0322.google"
+          + ".cloud.datacatalog.v1beta1.TagTemplateFi"
+          + "eld\"\214\001\202\323\344\223\002T\">/v1beta1/{parent=projects/"
+          + "*/locations/*/tagTemplates/*}/fields:\022ta"
+          + "g_template_field\332A/parent,tag_template_f"
+          + "ield_id,tag_template_field\022\252\002\n\026UpdateTag"
+          + "TemplateField\022?.google.cloud.datacatalog"
+          + ".v1beta1.UpdateTagTemplateFieldRequest\0322"
+          + ".google.cloud.datacatalog.v1beta1.TagTem"
+          + "plateField\"\232\001\202\323\344\223\002T2>/v1beta1/{name=proj"
+          + "ects/*/locations/*/tagTemplates/*/fields"
+          + "/*}:\022tag_template_field\332A\027name,tag_templ"
+          + "ate_field\332A#name,tag_template_field,upda"
+          + "te_mask\022\200\002\n\026RenameTagTemplateField\022?.goo"
+          + "gle.cloud.datacatalog.v1beta1.RenameTagT"
+          + "emplateFieldRequest\0322.google.cloud.datac"
+          + "atalog.v1beta1.TagTemplateField\"q\202\323\344\223\002J\""
+          + "E/v1beta1/{name=projects/*/locations/*/t"
+          + "agTemplates/*/fields/*}:rename:\001*\332A\036name"
+          + ",new_tag_template_field_id\022\306\001\n\026DeleteTag"
+          + "TemplateField\022?.google.cloud.datacatalog"
+          + ".v1beta1.DeleteTagTemplateFieldRequest\032\026"
+          + ".google.protobuf.Empty\"S\202\323\344\223\002@*>/v1beta1"
+          + "/{name=projects/*/locations/*/tagTemplat"
+          + "es/*/fields/*}\332A\nname,force\022\307\001\n\tCreateTa"
+          + "g\0222.google.cloud.datacatalog.v1beta1.Cre"
+          + "ateTagRequest\032%.google.cloud.datacatalog"
+          + ".v1beta1.Tag\"_\202\323\344\223\002L\"E/v1beta1/{parent=p"
           + "rojects/*/locations/*/entryGroups/*/entr"
-          + "ies/*}/tags\332A\006parent\022\300\002\n\014SetIamPolicy\022\"."
-          + "google.iam.v1.SetIamPolicyRequest\032\025.goog"
-          + "le.iam.v1.Policy\"\364\001\202\323\344\223\002\355\001\"F/v1beta1/{re"
-          + "source=projects/*/locations/*/tagTemplat"
-          + "es/*}:setIamPolicy:\001*ZJ\"E/v1beta1/{resou"
-          + "rce=projects/*/locations/*/entryGroups/*"
-          + "}:setIamPolicy:\001*ZT\"O/v1beta1/{resource="
-          + "projects/*/locations/*/entryGroups/*/ent"
-          + "ries/*}:setIamPolicy:\001*\022\300\002\n\014GetIamPolicy"
-          + "\022\".google.iam.v1.GetIamPolicyRequest\032\025.g"
-          + "oogle.iam.v1.Policy\"\364\001\202\323\344\223\002\355\001\"F/v1beta1/"
-          + "{resource=projects/*/locations/*/tagTemp"
-          + "lates/*}:getIamPolicy:\001*ZJ\"E/v1beta1/{re"
-          + "source=projects/*/locations/*/entryGroup"
-          + "s/*}:getIamPolicy:\001*ZT\"O/v1beta1/{resour"
-          + "ce=projects/*/locations/*/entryGroups/*/"
-          + "entries/*}:getIamPolicy:\001*\022\362\002\n\022TestIamPe"
-          + "rmissions\022(.google.iam.v1.TestIamPermiss"
-          + "ionsRequest\032).google.iam.v1.TestIamPermi"
-          + "ssionsResponse\"\206\002\202\323\344\223\002\377\001\"L/v1beta1/{reso"
-          + "urce=projects/*/locations/*/tagTemplates"
-          + "/*}:testIamPermissions:\001*ZP\"K/v1beta1/{r"
-          + "esource=projects/*/locations/*/entryGrou"
-          + "ps/*}:testIamPermissions:\001*ZZ\"U/v1beta1/"
+          + "ies/*}/tags:\003tag\332A\nparent,tag\022\326\001\n\tUpdate"
+          + "Tag\0222.google.cloud.datacatalog.v1beta1.U"
+          + "pdateTagRequest\032%.google.cloud.datacatal"
+          + "og.v1beta1.Tag\"n\202\323\344\223\002P2I/v1beta1/{tag.na"
+          + "me=projects/*/locations/*/entryGroups/*/"
+          + "entries/*/tags/*}:\003tag\332A\003tag\332A\017tag,updat"
+          + "e_mask\022\255\001\n\tDeleteTag\0222.google.cloud.data"
+          + "catalog.v1beta1.DeleteTagRequest\032\026.googl"
+          + "e.protobuf.Empty\"T\202\323\344\223\002G*E/v1beta1/{name"
+          + "=projects/*/locations/*/entryGroups/*/en"
+          + "tries/*/tags/*}\332A\004name\022\311\001\n\010ListTags\0221.go"
+          + "ogle.cloud.datacatalog.v1beta1.ListTagsR"
+          + "equest\0322.google.cloud.datacatalog.v1beta"
+          + "1.ListTagsResponse\"V\202\323\344\223\002G\022E/v1beta1/{pa"
+          + "rent=projects/*/locations/*/entryGroups/"
+          + "*/entries/*}/tags\332A\006parent\022\300\002\n\014SetIamPol"
+          + "icy\022\".google.iam.v1.SetIamPolicyRequest\032"
+          + "\025.google.iam.v1.Policy\"\364\001\202\323\344\223\002\355\001\"F/v1bet"
+          + "a1/{resource=projects/*/locations/*/tagT"
+          + "emplates/*}:setIamPolicy:\001*ZJ\"E/v1beta1/"
           + "{resource=projects/*/locations/*/entryGr"
-          + "oups/*/entries/*}:testIamPermissions:\001*\032"
-          + "N\312A\032datacatalog.googleapis.com\322A.https:/"
-          + "/www.googleapis.com/auth/cloud-platformB"
-          + "p\n\034com.google.cloud.datacatalogP\001ZKgoogl"
-          + "e.golang.org/genproto/googleapis/cloud/d"
-          + "atacatalog/v1beta1;datacatalog\370\001\001b\006proto"
-          + "3"
+          + "oups/*}:setIamPolicy:\001*ZT\"O/v1beta1/{res"
+          + "ource=projects/*/locations/*/entryGroups"
+          + "/*/entries/*}:setIamPolicy:\001*\022\300\002\n\014GetIam"
+          + "Policy\022\".google.iam.v1.GetIamPolicyReque"
+          + "st\032\025.google.iam.v1.Policy\"\364\001\202\323\344\223\002\355\001\"F/v1"
+          + "beta1/{resource=projects/*/locations/*/t"
+          + "agTemplates/*}:getIamPolicy:\001*ZJ\"E/v1bet"
+          + "a1/{resource=projects/*/locations/*/entr"
+          + "yGroups/*}:getIamPolicy:\001*ZT\"O/v1beta1/{"
+          + "resource=projects/*/locations/*/entryGro"
+          + "ups/*/entries/*}:getIamPolicy:\001*\022\362\002\n\022Tes"
+          + "tIamPermissions\022(.google.iam.v1.TestIamP"
+          + "ermissionsRequest\032).google.iam.v1.TestIa"
+          + "mPermissionsResponse\"\206\002\202\323\344\223\002\377\001\"L/v1beta1"
+          + "/{resource=projects/*/locations/*/tagTem"
+          + "plates/*}:testIamPermissions:\001*ZP\"K/v1be"
+          + "ta1/{resource=projects/*/locations/*/ent"
+          + "ryGroups/*}:testIamPermissions:\001*ZZ\"U/v1"
+          + "beta1/{resource=projects/*/locations/*/e"
+          + "ntryGroups/*/entries/*}:testIamPermissio"
+          + "ns:\001*\032N\312A\032datacatalog.googleapis.com\322A.h"
+          + "ttps://www.googleapis.com/auth/cloud-pla"
+          + "tformBp\n\034com.google.cloud.datacatalogP\001Z"
+          + "Kgoogle.golang.org/genproto/googleapis/c"
+          + "loud/datacatalog/v1beta1;datacatalog\370\001\001b"
+          + "\006proto3"
     };
     com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
         new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Entry.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Entry.java
index da028499..0e1819b5 100644
--- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Entry.java
+++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Entry.java
@@ -314,8 +314,6 @@ public TypeSpecCase getTypeSpecCase() {
    *
    *
    * 
-   * Required when used in
-   * [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest].
    * The Data Catalog resource name of the entry in URL format. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
    * Note that this Entry and its child resources may not actually be stored in
@@ -339,8 +337,6 @@ public java.lang.String getName() {
    *
    *
    * 
-   * Required when used in
-   * [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest].
    * The Data Catalog resource name of the entry in URL format. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
    * Note that this Entry and its child resources may not actually be stored in
@@ -375,7 +371,7 @@ public com.google.protobuf.ByteString getNameBytes() {
    * * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
    * 
* - * string linked_resource = 9; + * string linked_resource = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.lang.String getLinkedResource() { java.lang.Object ref = linkedResource_; @@ -400,7 +396,7 @@ public java.lang.String getLinkedResource() { * * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId *
* - * string linked_resource = 9; + * string linked_resource = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.ByteString getLinkedResourceBytes() { java.lang.Object ref = linkedResource_; @@ -606,9 +602,9 @@ public com.google.cloud.datacatalog.BigQueryDateShardedSpec getBigqueryDateShard * * *
-   * Optional. Display information such as title and description. A short name
-   * to identify the entry, for example, "Analytics Data - Jan 2011". Default
-   * value is an empty string.
+   * Display information such as title and description. A short name to identify
+   * the entry, for example, "Analytics Data - Jan 2011". Default value is an
+   * empty string.
    * 
* * string display_name = 3; @@ -628,9 +624,9 @@ public java.lang.String getDisplayName() { * * *
-   * Optional. Display information such as title and description. A short name
-   * to identify the entry, for example, "Analytics Data - Jan 2011". Default
-   * value is an empty string.
+   * Display information such as title and description. A short name to identify
+   * the entry, for example, "Analytics Data - Jan 2011". Default value is an
+   * empty string.
    * 
* * string display_name = 3; @@ -653,8 +649,8 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { * * *
-   * Optional. Entry description, which can consist of several sentences or
-   * paragraphs that describe entry contents. Default value is an empty string.
+   * Entry description, which can consist of several sentences or paragraphs
+   * that describe entry contents. Default value is an empty string.
    * 
* * string description = 4; @@ -674,8 +670,8 @@ public java.lang.String getDescription() { * * *
-   * Optional. Entry description, which can consist of several sentences or
-   * paragraphs that describe entry contents. Default value is an empty string.
+   * Entry description, which can consist of several sentences or paragraphs
+   * that describe entry contents. Default value is an empty string.
    * 
* * string description = 4; @@ -698,8 +694,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * * *
-   * Optional. Schema of the entry. An entry might not have any schema attached
-   * to it.
+   * Schema of the entry. An entry might not have any schema attached to it.
    * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -711,8 +706,7 @@ public boolean hasSchema() { * * *
-   * Optional. Schema of the entry. An entry might not have any schema attached
-   * to it.
+   * Schema of the entry. An entry might not have any schema attached to it.
    * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -724,8 +718,7 @@ public com.google.cloud.datacatalog.Schema getSchema() { * * *
-   * Optional. Schema of the entry. An entry might not have any schema attached
-   * to it.
+   * Schema of the entry. An entry might not have any schema attached to it.
    * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -744,7 +737,9 @@ public com.google.cloud.datacatalog.SchemaOrBuilder getSchemaOrBuilder() { * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public boolean hasSourceSystemTimestamps() { return sourceSystemTimestamps_ != null; @@ -757,7 +752,9 @@ public boolean hasSourceSystemTimestamps() { * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.cloud.datacatalog.SystemTimestamps getSourceSystemTimestamps() { return sourceSystemTimestamps_ == null @@ -772,7 +769,9 @@ public com.google.cloud.datacatalog.SystemTimestamps getSourceSystemTimestamps() * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.cloud.datacatalog.SystemTimestampsOrBuilder getSourceSystemTimestampsOrBuilder() { @@ -1377,8 +1376,6 @@ public Builder clearTypeSpec() { * * *
-     * Required when used in
-     * [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest].
      * The Data Catalog resource name of the entry in URL format. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      * Note that this Entry and its child resources may not actually be stored in
@@ -1402,8 +1399,6 @@ public java.lang.String getName() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest].
      * The Data Catalog resource name of the entry in URL format. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      * Note that this Entry and its child resources may not actually be stored in
@@ -1427,8 +1422,6 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest].
      * The Data Catalog resource name of the entry in URL format. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      * Note that this Entry and its child resources may not actually be stored in
@@ -1450,8 +1443,6 @@ public Builder setName(java.lang.String value) {
      *
      *
      * 
-     * Required when used in
-     * [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest].
      * The Data Catalog resource name of the entry in URL format. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      * Note that this Entry and its child resources may not actually be stored in
@@ -1470,8 +1461,6 @@ public Builder clearName() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest].
      * The Data Catalog resource name of the entry in URL format. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      * Note that this Entry and its child resources may not actually be stored in
@@ -1504,7 +1493,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
      * 
* - * string linked_resource = 9; + * string linked_resource = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.lang.String getLinkedResource() { java.lang.Object ref = linkedResource_; @@ -1529,7 +1518,7 @@ public java.lang.String getLinkedResource() { * * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId *
* - * string linked_resource = 9; + * string linked_resource = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.ByteString getLinkedResourceBytes() { java.lang.Object ref = linkedResource_; @@ -1554,7 +1543,7 @@ public com.google.protobuf.ByteString getLinkedResourceBytes() { * * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId *
* - * string linked_resource = 9; + * string linked_resource = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setLinkedResource(java.lang.String value) { if (value == null) { @@ -1577,7 +1566,7 @@ public Builder setLinkedResource(java.lang.String value) { * * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId *
* - * string linked_resource = 9; + * string linked_resource = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearLinkedResource() { @@ -1597,7 +1586,7 @@ public Builder clearLinkedResource() { * * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId *
* - * string linked_resource = 9; + * string linked_resource = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setLinkedResourceBytes(com.google.protobuf.ByteString value) { if (value == null) { @@ -2364,9 +2353,9 @@ public Builder clearBigqueryDateShardedSpec() { * * *
-     * Optional. Display information such as title and description. A short name
-     * to identify the entry, for example, "Analytics Data - Jan 2011". Default
-     * value is an empty string.
+     * Display information such as title and description. A short name to identify
+     * the entry, for example, "Analytics Data - Jan 2011". Default value is an
+     * empty string.
      * 
* * string display_name = 3; @@ -2386,9 +2375,9 @@ public java.lang.String getDisplayName() { * * *
-     * Optional. Display information such as title and description. A short name
-     * to identify the entry, for example, "Analytics Data - Jan 2011". Default
-     * value is an empty string.
+     * Display information such as title and description. A short name to identify
+     * the entry, for example, "Analytics Data - Jan 2011". Default value is an
+     * empty string.
      * 
* * string display_name = 3; @@ -2408,9 +2397,9 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { * * *
-     * Optional. Display information such as title and description. A short name
-     * to identify the entry, for example, "Analytics Data - Jan 2011". Default
-     * value is an empty string.
+     * Display information such as title and description. A short name to identify
+     * the entry, for example, "Analytics Data - Jan 2011". Default value is an
+     * empty string.
      * 
* * string display_name = 3; @@ -2428,9 +2417,9 @@ public Builder setDisplayName(java.lang.String value) { * * *
-     * Optional. Display information such as title and description. A short name
-     * to identify the entry, for example, "Analytics Data - Jan 2011". Default
-     * value is an empty string.
+     * Display information such as title and description. A short name to identify
+     * the entry, for example, "Analytics Data - Jan 2011". Default value is an
+     * empty string.
      * 
* * string display_name = 3; @@ -2445,9 +2434,9 @@ public Builder clearDisplayName() { * * *
-     * Optional. Display information such as title and description. A short name
-     * to identify the entry, for example, "Analytics Data - Jan 2011". Default
-     * value is an empty string.
+     * Display information such as title and description. A short name to identify
+     * the entry, for example, "Analytics Data - Jan 2011". Default value is an
+     * empty string.
      * 
* * string display_name = 3; @@ -2468,8 +2457,8 @@ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. Entry description, which can consist of several sentences or
-     * paragraphs that describe entry contents. Default value is an empty string.
+     * Entry description, which can consist of several sentences or paragraphs
+     * that describe entry contents. Default value is an empty string.
      * 
* * string description = 4; @@ -2489,8 +2478,8 @@ public java.lang.String getDescription() { * * *
-     * Optional. Entry description, which can consist of several sentences or
-     * paragraphs that describe entry contents. Default value is an empty string.
+     * Entry description, which can consist of several sentences or paragraphs
+     * that describe entry contents. Default value is an empty string.
      * 
* * string description = 4; @@ -2510,8 +2499,8 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * * *
-     * Optional. Entry description, which can consist of several sentences or
-     * paragraphs that describe entry contents. Default value is an empty string.
+     * Entry description, which can consist of several sentences or paragraphs
+     * that describe entry contents. Default value is an empty string.
      * 
* * string description = 4; @@ -2529,8 +2518,8 @@ public Builder setDescription(java.lang.String value) { * * *
-     * Optional. Entry description, which can consist of several sentences or
-     * paragraphs that describe entry contents. Default value is an empty string.
+     * Entry description, which can consist of several sentences or paragraphs
+     * that describe entry contents. Default value is an empty string.
      * 
* * string description = 4; @@ -2545,8 +2534,8 @@ public Builder clearDescription() { * * *
-     * Optional. Entry description, which can consist of several sentences or
-     * paragraphs that describe entry contents. Default value is an empty string.
+     * Entry description, which can consist of several sentences or paragraphs
+     * that describe entry contents. Default value is an empty string.
      * 
* * string description = 4; @@ -2572,8 +2561,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. Schema of the entry. An entry might not have any schema attached
-     * to it.
+     * Schema of the entry. An entry might not have any schema attached to it.
      * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -2585,8 +2573,7 @@ public boolean hasSchema() { * * *
-     * Optional. Schema of the entry. An entry might not have any schema attached
-     * to it.
+     * Schema of the entry. An entry might not have any schema attached to it.
      * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -2602,8 +2589,7 @@ public com.google.cloud.datacatalog.Schema getSchema() { * * *
-     * Optional. Schema of the entry. An entry might not have any schema attached
-     * to it.
+     * Schema of the entry. An entry might not have any schema attached to it.
      * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -2625,8 +2611,7 @@ public Builder setSchema(com.google.cloud.datacatalog.Schema value) { * * *
-     * Optional. Schema of the entry. An entry might not have any schema attached
-     * to it.
+     * Schema of the entry. An entry might not have any schema attached to it.
      * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -2645,8 +2630,7 @@ public Builder setSchema(com.google.cloud.datacatalog.Schema.Builder builderForV * * *
-     * Optional. Schema of the entry. An entry might not have any schema attached
-     * to it.
+     * Schema of the entry. An entry might not have any schema attached to it.
      * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -2672,8 +2656,7 @@ public Builder mergeSchema(com.google.cloud.datacatalog.Schema value) { * * *
-     * Optional. Schema of the entry. An entry might not have any schema attached
-     * to it.
+     * Schema of the entry. An entry might not have any schema attached to it.
      * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -2693,8 +2676,7 @@ public Builder clearSchema() { * * *
-     * Optional. Schema of the entry. An entry might not have any schema attached
-     * to it.
+     * Schema of the entry. An entry might not have any schema attached to it.
      * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -2708,8 +2690,7 @@ public com.google.cloud.datacatalog.Schema.Builder getSchemaBuilder() { * * *
-     * Optional. Schema of the entry. An entry might not have any schema attached
-     * to it.
+     * Schema of the entry. An entry might not have any schema attached to it.
      * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -2725,8 +2706,7 @@ public com.google.cloud.datacatalog.SchemaOrBuilder getSchemaOrBuilder() { * * *
-     * Optional. Schema of the entry. An entry might not have any schema attached
-     * to it.
+     * Schema of the entry. An entry might not have any schema attached to it.
      * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -2762,7 +2742,9 @@ public com.google.cloud.datacatalog.SchemaOrBuilder getSchemaOrBuilder() { * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public boolean hasSourceSystemTimestamps() { return sourceSystemTimestampsBuilder_ != null || sourceSystemTimestamps_ != null; @@ -2775,7 +2757,9 @@ public boolean hasSourceSystemTimestamps() { * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.cloud.datacatalog.SystemTimestamps getSourceSystemTimestamps() { if (sourceSystemTimestampsBuilder_ == null) { @@ -2794,7 +2778,9 @@ public com.google.cloud.datacatalog.SystemTimestamps getSourceSystemTimestamps() * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setSourceSystemTimestamps(com.google.cloud.datacatalog.SystemTimestamps value) { if (sourceSystemTimestampsBuilder_ == null) { @@ -2817,7 +2803,9 @@ public Builder setSourceSystemTimestamps(com.google.cloud.datacatalog.SystemTime * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder setSourceSystemTimestamps( com.google.cloud.datacatalog.SystemTimestamps.Builder builderForValue) { @@ -2838,7 +2826,9 @@ public Builder setSourceSystemTimestamps( * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder mergeSourceSystemTimestamps( com.google.cloud.datacatalog.SystemTimestamps value) { @@ -2866,7 +2856,9 @@ public Builder mergeSourceSystemTimestamps( * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public Builder clearSourceSystemTimestamps() { if (sourceSystemTimestampsBuilder_ == null) { @@ -2887,7 +2879,9 @@ public Builder clearSourceSystemTimestamps() { * resource, not about this Data Catalog Entry. * * - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.cloud.datacatalog.SystemTimestamps.Builder getSourceSystemTimestampsBuilder() { @@ -2903,7 +2897,9 @@ public Builder clearSourceSystemTimestamps() { * resource, not about this Data Catalog Entry. * * - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ public com.google.cloud.datacatalog.SystemTimestampsOrBuilder getSourceSystemTimestampsOrBuilder() { @@ -2923,7 +2919,9 @@ public Builder clearSourceSystemTimestamps() { * resource, not about this Data Catalog Entry. * * - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.datacatalog.SystemTimestamps, diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryGroup.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryGroup.java index 6fb86195..1ff9a462 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryGroup.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryGroup.java @@ -146,8 +146,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required when used in
-   * [UpdateEntryGroupRequest][google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest].
    * The resource name of the entry group in URL format. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
    * Note that this EntryGroup and its child resources may not actually be
@@ -171,8 +169,6 @@ public java.lang.String getName() {
    *
    *
    * 
-   * Required when used in
-   * [UpdateEntryGroupRequest][google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest].
    * The resource name of the entry group in URL format. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
    * Note that this EntryGroup and its child resources may not actually be
@@ -199,7 +195,7 @@ public com.google.protobuf.ByteString getNameBytes() {
    *
    *
    * 
-   * Optional. A short name to identify the entry group, for example,
+   * A short name to identify the entry group, for example,
    * "analytics data - jan 2011". Default value is an empty string.
    * 
* @@ -220,7 +216,7 @@ public java.lang.String getDisplayName() { * * *
-   * Optional. A short name to identify the entry group, for example,
+   * A short name to identify the entry group, for example,
    * "analytics data - jan 2011". Default value is an empty string.
    * 
* @@ -244,8 +240,8 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { * * *
-   * Optional. Entry group description, which can consist of several sentences
-   * or paragraphs that describe entry group contents. Default value is an empty
+   * Entry group description, which can consist of several sentences or
+   * paragraphs that describe entry group contents. Default value is an empty
    * string.
    * 
* @@ -266,8 +262,8 @@ public java.lang.String getDescription() { * * *
-   * Optional. Entry group description, which can consist of several sentences
-   * or paragraphs that describe entry group contents. Default value is an empty
+   * Entry group description, which can consist of several sentences or
+   * paragraphs that describe entry group contents. Default value is an empty
    * string.
    * 
* @@ -719,8 +715,6 @@ public Builder mergeFrom( * * *
-     * Required when used in
-     * [UpdateEntryGroupRequest][google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest].
      * The resource name of the entry group in URL format. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
      * Note that this EntryGroup and its child resources may not actually be
@@ -744,8 +738,6 @@ public java.lang.String getName() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateEntryGroupRequest][google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest].
      * The resource name of the entry group in URL format. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
      * Note that this EntryGroup and its child resources may not actually be
@@ -769,8 +761,6 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateEntryGroupRequest][google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest].
      * The resource name of the entry group in URL format. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
      * Note that this EntryGroup and its child resources may not actually be
@@ -792,8 +782,6 @@ public Builder setName(java.lang.String value) {
      *
      *
      * 
-     * Required when used in
-     * [UpdateEntryGroupRequest][google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest].
      * The resource name of the entry group in URL format. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
      * Note that this EntryGroup and its child resources may not actually be
@@ -812,8 +800,6 @@ public Builder clearName() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateEntryGroupRequest][google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest].
      * The resource name of the entry group in URL format. Example:
      * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
      * Note that this EntryGroup and its child resources may not actually be
@@ -838,7 +824,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * Optional. A short name to identify the entry group, for example,
+     * A short name to identify the entry group, for example,
      * "analytics data - jan 2011". Default value is an empty string.
      * 
* @@ -859,7 +845,7 @@ public java.lang.String getDisplayName() { * * *
-     * Optional. A short name to identify the entry group, for example,
+     * A short name to identify the entry group, for example,
      * "analytics data - jan 2011". Default value is an empty string.
      * 
* @@ -880,7 +866,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { * * *
-     * Optional. A short name to identify the entry group, for example,
+     * A short name to identify the entry group, for example,
      * "analytics data - jan 2011". Default value is an empty string.
      * 
* @@ -899,7 +885,7 @@ public Builder setDisplayName(java.lang.String value) { * * *
-     * Optional. A short name to identify the entry group, for example,
+     * A short name to identify the entry group, for example,
      * "analytics data - jan 2011". Default value is an empty string.
      * 
* @@ -915,7 +901,7 @@ public Builder clearDisplayName() { * * *
-     * Optional. A short name to identify the entry group, for example,
+     * A short name to identify the entry group, for example,
      * "analytics data - jan 2011". Default value is an empty string.
      * 
* @@ -937,8 +923,8 @@ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. Entry group description, which can consist of several sentences
-     * or paragraphs that describe entry group contents. Default value is an empty
+     * Entry group description, which can consist of several sentences or
+     * paragraphs that describe entry group contents. Default value is an empty
      * string.
      * 
* @@ -959,8 +945,8 @@ public java.lang.String getDescription() { * * *
-     * Optional. Entry group description, which can consist of several sentences
-     * or paragraphs that describe entry group contents. Default value is an empty
+     * Entry group description, which can consist of several sentences or
+     * paragraphs that describe entry group contents. Default value is an empty
      * string.
      * 
* @@ -981,8 +967,8 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * * *
-     * Optional. Entry group description, which can consist of several sentences
-     * or paragraphs that describe entry group contents. Default value is an empty
+     * Entry group description, which can consist of several sentences or
+     * paragraphs that describe entry group contents. Default value is an empty
      * string.
      * 
* @@ -1001,8 +987,8 @@ public Builder setDescription(java.lang.String value) { * * *
-     * Optional. Entry group description, which can consist of several sentences
-     * or paragraphs that describe entry group contents. Default value is an empty
+     * Entry group description, which can consist of several sentences or
+     * paragraphs that describe entry group contents. Default value is an empty
      * string.
      * 
* @@ -1018,8 +1004,8 @@ public Builder clearDescription() { * * *
-     * Optional. Entry group description, which can consist of several sentences
-     * or paragraphs that describe entry group contents. Default value is an empty
+     * Entry group description, which can consist of several sentences or
+     * paragraphs that describe entry group contents. Default value is an empty
      * string.
      * 
* diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryGroupOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryGroupOrBuilder.java index d6af9278..0cdcf8e7 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryGroupOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryGroupOrBuilder.java @@ -27,8 +27,6 @@ public interface EntryGroupOrBuilder * * *
-   * Required when used in
-   * [UpdateEntryGroupRequest][google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest].
    * The resource name of the entry group in URL format. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
    * Note that this EntryGroup and its child resources may not actually be
@@ -42,8 +40,6 @@ public interface EntryGroupOrBuilder
    *
    *
    * 
-   * Required when used in
-   * [UpdateEntryGroupRequest][google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest].
    * The resource name of the entry group in URL format. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
    * Note that this EntryGroup and its child resources may not actually be
@@ -58,7 +54,7 @@ public interface EntryGroupOrBuilder
    *
    *
    * 
-   * Optional. A short name to identify the entry group, for example,
+   * A short name to identify the entry group, for example,
    * "analytics data - jan 2011". Default value is an empty string.
    * 
* @@ -69,7 +65,7 @@ public interface EntryGroupOrBuilder * * *
-   * Optional. A short name to identify the entry group, for example,
+   * A short name to identify the entry group, for example,
    * "analytics data - jan 2011". Default value is an empty string.
    * 
* @@ -81,8 +77,8 @@ public interface EntryGroupOrBuilder * * *
-   * Optional. Entry group description, which can consist of several sentences
-   * or paragraphs that describe entry group contents. Default value is an empty
+   * Entry group description, which can consist of several sentences or
+   * paragraphs that describe entry group contents. Default value is an empty
    * string.
    * 
* @@ -93,8 +89,8 @@ public interface EntryGroupOrBuilder * * *
-   * Optional. Entry group description, which can consist of several sentences
-   * or paragraphs that describe entry group contents. Default value is an empty
+   * Entry group description, which can consist of several sentences or
+   * paragraphs that describe entry group contents. Default value is an empty
    * string.
    * 
* diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryOrBuilder.java index cf6d21ea..4893606d 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryOrBuilder.java @@ -27,8 +27,6 @@ public interface EntryOrBuilder * * *
-   * Required when used in
-   * [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest].
    * The Data Catalog resource name of the entry in URL format. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
    * Note that this Entry and its child resources may not actually be stored in
@@ -42,8 +40,6 @@ public interface EntryOrBuilder
    *
    *
    * 
-   * Required when used in
-   * [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest].
    * The Data Catalog resource name of the entry in URL format. Example:
    * * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
    * Note that this Entry and its child resources may not actually be stored in
@@ -66,7 +62,7 @@ public interface EntryOrBuilder
    * * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
    * 
* - * string linked_resource = 9; + * string linked_resource = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.lang.String getLinkedResource(); /** @@ -81,7 +77,7 @@ public interface EntryOrBuilder * * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId *
* - * string linked_resource = 9; + * string linked_resource = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.ByteString getLinkedResourceBytes(); @@ -222,9 +218,9 @@ public interface EntryOrBuilder * * *
-   * Optional. Display information such as title and description. A short name
-   * to identify the entry, for example, "Analytics Data - Jan 2011". Default
-   * value is an empty string.
+   * Display information such as title and description. A short name to identify
+   * the entry, for example, "Analytics Data - Jan 2011". Default value is an
+   * empty string.
    * 
* * string display_name = 3; @@ -234,9 +230,9 @@ public interface EntryOrBuilder * * *
-   * Optional. Display information such as title and description. A short name
-   * to identify the entry, for example, "Analytics Data - Jan 2011". Default
-   * value is an empty string.
+   * Display information such as title and description. A short name to identify
+   * the entry, for example, "Analytics Data - Jan 2011". Default value is an
+   * empty string.
    * 
* * string display_name = 3; @@ -247,8 +243,8 @@ public interface EntryOrBuilder * * *
-   * Optional. Entry description, which can consist of several sentences or
-   * paragraphs that describe entry contents. Default value is an empty string.
+   * Entry description, which can consist of several sentences or paragraphs
+   * that describe entry contents. Default value is an empty string.
    * 
* * string description = 4; @@ -258,8 +254,8 @@ public interface EntryOrBuilder * * *
-   * Optional. Entry description, which can consist of several sentences or
-   * paragraphs that describe entry contents. Default value is an empty string.
+   * Entry description, which can consist of several sentences or paragraphs
+   * that describe entry contents. Default value is an empty string.
    * 
* * string description = 4; @@ -270,8 +266,7 @@ public interface EntryOrBuilder * * *
-   * Optional. Schema of the entry. An entry might not have any schema attached
-   * to it.
+   * Schema of the entry. An entry might not have any schema attached to it.
    * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -281,8 +276,7 @@ public interface EntryOrBuilder * * *
-   * Optional. Schema of the entry. An entry might not have any schema attached
-   * to it.
+   * Schema of the entry. An entry might not have any schema attached to it.
    * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -292,8 +286,7 @@ public interface EntryOrBuilder * * *
-   * Optional. Schema of the entry. An entry might not have any schema attached
-   * to it.
+   * Schema of the entry. An entry might not have any schema attached to it.
    * 
* * .google.cloud.datacatalog.v1beta1.Schema schema = 5; @@ -308,7 +301,9 @@ public interface EntryOrBuilder * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ boolean hasSourceSystemTimestamps(); /** @@ -319,7 +314,9 @@ public interface EntryOrBuilder * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.cloud.datacatalog.SystemTimestamps getSourceSystemTimestamps(); /** @@ -330,7 +327,9 @@ public interface EntryOrBuilder * resource, not about this Data Catalog Entry. *
* - * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7; + * + * .google.cloud.datacatalog.v1beta1.SystemTimestamps source_system_timestamps = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * */ com.google.cloud.datacatalog.SystemTimestampsOrBuilder getSourceSystemTimestampsOrBuilder(); diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryType.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryType.java index 1bc4f9e3..4c756da4 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryType.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/EntryType.java @@ -66,8 +66,8 @@ public enum EntryType implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * An entry type which is a set of files or objects. Example: Cloud Storage
-   * fileset.
+   * Alpha feature. An entry type which is a set of files or objects. Example:
+   * Cloud Storage fileset.
    * 
* * FILESET = 4; @@ -112,8 +112,8 @@ public enum EntryType implements com.google.protobuf.ProtocolMessageEnum { * * *
-   * An entry type which is a set of files or objects. Example: Cloud Storage
-   * fileset.
+   * Alpha feature. An entry type which is a set of files or objects. Example:
+   * Cloud Storage fileset.
    * 
* * FILESET = 4; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GcsFilesetSpec.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GcsFilesetSpec.java index c33178c6..cdb6f62b 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GcsFilesetSpec.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GcsFilesetSpec.java @@ -213,8 +213,8 @@ public com.google.protobuf.ByteString getFilePatternsBytes(int index) { * * *
-   * Output only. Sample files contained in this fileset, not all files contained in this
-   * fileset are represented here.
+   * Output only. Sample files contained in this fileset, not all files
+   * contained in this fileset are represented here.
    * 
* * @@ -228,8 +228,8 @@ public java.util.List getSampleGcsFile * * *
-   * Output only. Sample files contained in this fileset, not all files contained in this
-   * fileset are represented here.
+   * Output only. Sample files contained in this fileset, not all files
+   * contained in this fileset are represented here.
    * 
* * @@ -244,8 +244,8 @@ public java.util.List getSampleGcsFile * * *
-   * Output only. Sample files contained in this fileset, not all files contained in this
-   * fileset are represented here.
+   * Output only. Sample files contained in this fileset, not all files
+   * contained in this fileset are represented here.
    * 
* * @@ -259,8 +259,8 @@ public int getSampleGcsFileSpecsCount() { * * *
-   * Output only. Sample files contained in this fileset, not all files contained in this
-   * fileset are represented here.
+   * Output only. Sample files contained in this fileset, not all files
+   * contained in this fileset are represented here.
    * 
* * @@ -274,8 +274,8 @@ public com.google.cloud.datacatalog.GcsFileSpec getSampleGcsFileSpecs(int index) * * *
-   * Output only. Sample files contained in this fileset, not all files contained in this
-   * fileset are represented here.
+   * Output only. Sample files contained in this fileset, not all files
+   * contained in this fileset are represented here.
    * 
* * @@ -906,8 +906,8 @@ private void ensureSampleGcsFileSpecsIsMutable() { * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -925,8 +925,8 @@ public java.util.List getSampleGcsFile * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -944,8 +944,8 @@ public int getSampleGcsFileSpecsCount() { * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -963,8 +963,8 @@ public com.google.cloud.datacatalog.GcsFileSpec getSampleGcsFileSpecs(int index) * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -989,8 +989,8 @@ public Builder setSampleGcsFileSpecs( * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1012,8 +1012,8 @@ public Builder setSampleGcsFileSpecs( * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1037,8 +1037,8 @@ public Builder addSampleGcsFileSpecs(com.google.cloud.datacatalog.GcsFileSpec va * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1063,8 +1063,8 @@ public Builder addSampleGcsFileSpecs( * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1086,8 +1086,8 @@ public Builder addSampleGcsFileSpecs( * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1109,8 +1109,8 @@ public Builder addSampleGcsFileSpecs( * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1132,8 +1132,8 @@ public Builder addAllSampleGcsFileSpecs( * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1154,8 +1154,8 @@ public Builder clearSampleGcsFileSpecs() { * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1176,8 +1176,8 @@ public Builder removeSampleGcsFileSpecs(int index) { * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1192,8 +1192,8 @@ public com.google.cloud.datacatalog.GcsFileSpec.Builder getSampleGcsFileSpecsBui * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1212,8 +1212,8 @@ public com.google.cloud.datacatalog.GcsFileSpecOrBuilder getSampleGcsFileSpecsOr * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1232,8 +1232,8 @@ public com.google.cloud.datacatalog.GcsFileSpecOrBuilder getSampleGcsFileSpecsOr * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1248,8 +1248,8 @@ public com.google.cloud.datacatalog.GcsFileSpec.Builder addSampleGcsFileSpecsBui * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * @@ -1265,8 +1265,8 @@ public com.google.cloud.datacatalog.GcsFileSpec.Builder addSampleGcsFileSpecsBui * * *
-     * Output only. Sample files contained in this fileset, not all files contained in this
-     * fileset are represented here.
+     * Output only. Sample files contained in this fileset, not all files
+     * contained in this fileset are represented here.
      * 
* * diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GcsFilesetSpecOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GcsFilesetSpecOrBuilder.java index a0b8a66c..d8b31c88 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GcsFilesetSpecOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GcsFilesetSpecOrBuilder.java @@ -96,8 +96,8 @@ public interface GcsFilesetSpecOrBuilder * * *
-   * Output only. Sample files contained in this fileset, not all files contained in this
-   * fileset are represented here.
+   * Output only. Sample files contained in this fileset, not all files
+   * contained in this fileset are represented here.
    * 
* * @@ -109,8 +109,8 @@ public interface GcsFilesetSpecOrBuilder * * *
-   * Output only. Sample files contained in this fileset, not all files contained in this
-   * fileset are represented here.
+   * Output only. Sample files contained in this fileset, not all files
+   * contained in this fileset are represented here.
    * 
* * @@ -122,8 +122,8 @@ public interface GcsFilesetSpecOrBuilder * * *
-   * Output only. Sample files contained in this fileset, not all files contained in this
-   * fileset are represented here.
+   * Output only. Sample files contained in this fileset, not all files
+   * contained in this fileset are represented here.
    * 
* * @@ -135,8 +135,8 @@ public interface GcsFilesetSpecOrBuilder * * *
-   * Output only. Sample files contained in this fileset, not all files contained in this
-   * fileset are represented here.
+   * Output only. Sample files contained in this fileset, not all files
+   * contained in this fileset are represented here.
    * 
* * @@ -149,8 +149,8 @@ public interface GcsFilesetSpecOrBuilder * * *
-   * Output only. Sample files contained in this fileset, not all files contained in this
-   * fileset are represented here.
+   * Output only. Sample files contained in this fileset, not all files
+   * contained in this fileset are represented here.
    * 
* * diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GetEntryGroupRequest.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GetEntryGroupRequest.java index d813c4e8..6b679099 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GetEntryGroupRequest.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GetEntryGroupRequest.java @@ -177,8 +177,7 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * Optional. The fields to return. If not set or empty, all fields are
-   * returned.
+   * The fields to return. If not set or empty, all fields are returned.
    * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -190,8 +189,7 @@ public boolean hasReadMask() { * * *
-   * Optional. The fields to return. If not set or empty, all fields are
-   * returned.
+   * The fields to return. If not set or empty, all fields are returned.
    * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -203,8 +201,7 @@ public com.google.protobuf.FieldMask getReadMask() { * * *
-   * Optional. The fields to return. If not set or empty, all fields are
-   * returned.
+   * The fields to return. If not set or empty, all fields are returned.
    * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -679,8 +676,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. The fields to return. If not set or empty, all fields are
-     * returned.
+     * The fields to return. If not set or empty, all fields are returned.
      * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -692,8 +688,7 @@ public boolean hasReadMask() { * * *
-     * Optional. The fields to return. If not set or empty, all fields are
-     * returned.
+     * The fields to return. If not set or empty, all fields are returned.
      * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -709,8 +704,7 @@ public com.google.protobuf.FieldMask getReadMask() { * * *
-     * Optional. The fields to return. If not set or empty, all fields are
-     * returned.
+     * The fields to return. If not set or empty, all fields are returned.
      * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -732,8 +726,7 @@ public Builder setReadMask(com.google.protobuf.FieldMask value) { * * *
-     * Optional. The fields to return. If not set or empty, all fields are
-     * returned.
+     * The fields to return. If not set or empty, all fields are returned.
      * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -752,8 +745,7 @@ public Builder setReadMask(com.google.protobuf.FieldMask.Builder builderForValue * * *
-     * Optional. The fields to return. If not set or empty, all fields are
-     * returned.
+     * The fields to return. If not set or empty, all fields are returned.
      * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -777,8 +769,7 @@ public Builder mergeReadMask(com.google.protobuf.FieldMask value) { * * *
-     * Optional. The fields to return. If not set or empty, all fields are
-     * returned.
+     * The fields to return. If not set or empty, all fields are returned.
      * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -798,8 +789,7 @@ public Builder clearReadMask() { * * *
-     * Optional. The fields to return. If not set or empty, all fields are
-     * returned.
+     * The fields to return. If not set or empty, all fields are returned.
      * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -813,8 +803,7 @@ public com.google.protobuf.FieldMask.Builder getReadMaskBuilder() { * * *
-     * Optional. The fields to return. If not set or empty, all fields are
-     * returned.
+     * The fields to return. If not set or empty, all fields are returned.
      * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -830,8 +819,7 @@ public com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder() { * * *
-     * Optional. The fields to return. If not set or empty, all fields are
-     * returned.
+     * The fields to return. If not set or empty, all fields are returned.
      * 
* * .google.protobuf.FieldMask read_mask = 2; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GetEntryGroupRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GetEntryGroupRequestOrBuilder.java index 44158388..0e048457 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GetEntryGroupRequestOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/GetEntryGroupRequestOrBuilder.java @@ -54,8 +54,7 @@ public interface GetEntryGroupRequestOrBuilder * * *
-   * Optional. The fields to return. If not set or empty, all fields are
-   * returned.
+   * The fields to return. If not set or empty, all fields are returned.
    * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -65,8 +64,7 @@ public interface GetEntryGroupRequestOrBuilder * * *
-   * Optional. The fields to return. If not set or empty, all fields are
-   * returned.
+   * The fields to return. If not set or empty, all fields are returned.
    * 
* * .google.protobuf.FieldMask read_mask = 2; @@ -76,8 +74,7 @@ public interface GetEntryGroupRequestOrBuilder * * *
-   * Optional. The fields to return. If not set or empty, all fields are
-   * returned.
+   * The fields to return. If not set or empty, all fields are returned.
    * 
* * .google.protobuf.FieldMask read_mask = 2; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ListTagsRequest.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ListTagsRequest.java index ee77d7da..56a302ac 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ListTagsRequest.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ListTagsRequest.java @@ -175,8 +175,7 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * Optional. The maximum number of tags to return. Default is 10. Max limit is
-   * 1000.
+   * The maximum number of tags to return. Default is 10. Max limit is 1000.
    * 
* * int32 page_size = 2; @@ -191,8 +190,8 @@ public int getPageSize() { * * *
-   * Optional. Token that specifies which page is requested. If empty, the first
-   * page is returned.
+   * Token that specifies which page is requested. If empty, the first page is
+   * returned.
    * 
* * string page_token = 3; @@ -212,8 +211,8 @@ public java.lang.String getPageToken() { * * *
-   * Optional. Token that specifies which page is requested. If empty, the first
-   * page is returned.
+   * Token that specifies which page is requested. If empty, the first page is
+   * returned.
    * 
* * string page_token = 3; @@ -692,8 +691,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. The maximum number of tags to return. Default is 10. Max limit is
-     * 1000.
+     * The maximum number of tags to return. Default is 10. Max limit is 1000.
      * 
* * int32 page_size = 2; @@ -705,8 +703,7 @@ public int getPageSize() { * * *
-     * Optional. The maximum number of tags to return. Default is 10. Max limit is
-     * 1000.
+     * The maximum number of tags to return. Default is 10. Max limit is 1000.
      * 
* * int32 page_size = 2; @@ -721,8 +718,7 @@ public Builder setPageSize(int value) { * * *
-     * Optional. The maximum number of tags to return. Default is 10. Max limit is
-     * 1000.
+     * The maximum number of tags to return. Default is 10. Max limit is 1000.
      * 
* * int32 page_size = 2; @@ -739,8 +735,8 @@ public Builder clearPageSize() { * * *
-     * Optional. Token that specifies which page is requested. If empty, the first
-     * page is returned.
+     * Token that specifies which page is requested. If empty, the first page is
+     * returned.
      * 
* * string page_token = 3; @@ -760,8 +756,8 @@ public java.lang.String getPageToken() { * * *
-     * Optional. Token that specifies which page is requested. If empty, the first
-     * page is returned.
+     * Token that specifies which page is requested. If empty, the first page is
+     * returned.
      * 
* * string page_token = 3; @@ -781,8 +777,8 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-     * Optional. Token that specifies which page is requested. If empty, the first
-     * page is returned.
+     * Token that specifies which page is requested. If empty, the first page is
+     * returned.
      * 
* * string page_token = 3; @@ -800,8 +796,8 @@ public Builder setPageToken(java.lang.String value) { * * *
-     * Optional. Token that specifies which page is requested. If empty, the first
-     * page is returned.
+     * Token that specifies which page is requested. If empty, the first page is
+     * returned.
      * 
* * string page_token = 3; @@ -816,8 +812,8 @@ public Builder clearPageToken() { * * *
-     * Optional. Token that specifies which page is requested. If empty, the first
-     * page is returned.
+     * Token that specifies which page is requested. If empty, the first page is
+     * returned.
      * 
* * string page_token = 3; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ListTagsRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ListTagsRequestOrBuilder.java index 09131ca5..f13ff42a 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ListTagsRequestOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ListTagsRequestOrBuilder.java @@ -54,8 +54,7 @@ public interface ListTagsRequestOrBuilder * * *
-   * Optional. The maximum number of tags to return. Default is 10. Max limit is
-   * 1000.
+   * The maximum number of tags to return. Default is 10. Max limit is 1000.
    * 
* * int32 page_size = 2; @@ -66,8 +65,8 @@ public interface ListTagsRequestOrBuilder * * *
-   * Optional. Token that specifies which page is requested. If empty, the first
-   * page is returned.
+   * Token that specifies which page is requested. If empty, the first page is
+   * returned.
    * 
* * string page_token = 3; @@ -77,8 +76,8 @@ public interface ListTagsRequestOrBuilder * * *
-   * Optional. Token that specifies which page is requested. If empty, the first
-   * page is returned.
+   * Token that specifies which page is requested. If empty, the first page is
+   * returned.
    * 
* * string page_token = 3; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SchemaOuterClass.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SchemaOuterClass.java index e8d66a40..8cb3ee7e 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SchemaOuterClass.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SchemaOuterClass.java @@ -48,14 +48,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "a.proto\022 google.cloud.datacatalog.v1beta" + "1\032\037google/api/field_behavior.proto\"N\n\006Sc" + "hema\022D\n\007columns\030\002 \003(\0132..google.cloud.dat" - + "acatalog.v1beta1.ColumnSchemaB\003\340A\002\"\235\001\n\014C" + + "acatalog.v1beta1.ColumnSchemaB\003\340A\002\"\254\001\n\014C" + "olumnSchema\022\023\n\006column\030\006 \001(\tB\003\340A\002\022\021\n\004type" - + "\030\001 \001(\tB\003\340A\002\022\023\n\013description\030\002 \001(\t\022\014\n\004mode" - + "\030\003 \001(\t\022B\n\nsubcolumns\030\007 \003(\0132..google.clou" - + "d.datacatalog.v1beta1.ColumnSchemaBp\n\034co" - + "m.google.cloud.datacatalogP\001ZKgoogle.gol" - + "ang.org/genproto/googleapis/cloud/dataca" - + "talog/v1beta1;datacatalog\370\001\001b\006proto3" + + "\030\001 \001(\tB\003\340A\002\022\030\n\013description\030\002 \001(\tB\003\340A\001\022\021\n" + + "\004mode\030\003 \001(\tB\003\340A\001\022G\n\nsubcolumns\030\007 \003(\0132..g" + + "oogle.cloud.datacatalog.v1beta1.ColumnSc" + + "hemaB\003\340A\001Bp\n\034com.google.cloud.datacatalo" + + "gP\001ZKgoogle.golang.org/genproto/googleap" + + "is/cloud/datacatalog/v1beta1;datacatalog" + + "\370\001\001b\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Search.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Search.java index 08b7f22b..92b539f7 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Search.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Search.java @@ -42,18 +42,19 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { java.lang.String[] descriptorData = { "\n-google/cloud/datacatalog/v1beta1/searc" + "h.proto\022 google.cloud.datacatalog.v1beta" - + "1\032\037google/protobuf/timestamp.proto\"\275\001\n\023S" - + "earchCatalogResult\022N\n\022search_result_type" - + "\030\001 \001(\01622.google.cloud.datacatalog.v1beta" - + "1.SearchResultType\022\035\n\025search_result_subt" - + "ype\030\002 \001(\t\022\036\n\026relative_resource_name\030\003 \001(" - + "\t\022\027\n\017linked_resource\030\004 \001(\t*d\n\020SearchResu" - + "ltType\022\"\n\036SEARCH_RESULT_TYPE_UNSPECIFIED" - + "\020\000\022\t\n\005ENTRY\020\001\022\020\n\014TAG_TEMPLATE\020\002\022\017\n\013ENTRY" - + "_GROUP\020\003Bp\n\034com.google.cloud.datacatalog" - + "P\001ZKgoogle.golang.org/genproto/googleapi" - + "s/cloud/datacatalog/v1beta1;datacatalog\370" - + "\001\001b\006proto3" + + "1\032\037google/api/field_behavior.proto\032\037goog" + + "le/protobuf/timestamp.proto\"\275\001\n\023SearchCa" + + "talogResult\022N\n\022search_result_type\030\001 \001(\0162" + + "2.google.cloud.datacatalog.v1beta1.Searc" + + "hResultType\022\035\n\025search_result_subtype\030\002 \001" + + "(\t\022\036\n\026relative_resource_name\030\003 \001(\t\022\027\n\017li" + + "nked_resource\030\004 \001(\t*d\n\020SearchResultType\022" + + "\"\n\036SEARCH_RESULT_TYPE_UNSPECIFIED\020\000\022\t\n\005E" + + "NTRY\020\001\022\020\n\014TAG_TEMPLATE\020\002\022\017\n\013ENTRY_GROUP\020" + + "\003Bp\n\034com.google.cloud.datacatalogP\001ZKgoo" + + "gle.golang.org/genproto/googleapis/cloud" + + "/datacatalog/v1beta1;datacatalog\370\001\001b\006pro" + + "to3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { @@ -66,6 +67,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.FieldBehaviorProto.getDescriptor(), com.google.protobuf.TimestampProto.getDescriptor(), }, assigner); @@ -77,6 +79,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( new java.lang.String[] { "SearchResultType", "SearchResultSubtype", "RelativeResourceName", "LinkedResource", }); + com.google.api.FieldBehaviorProto.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor(); } diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SearchCatalogRequest.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SearchCatalogRequest.java index c48a63a6..f7b79274 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SearchCatalogRequest.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SearchCatalogRequest.java @@ -1529,15 +1529,15 @@ public int getPageSize() { * * *
-   * Optional pagination token returned in an earlier
-   * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token], which
-   * indicates that this is a continuation of a prior
+   * Optional. Pagination token returned in an earlier
+   * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token],
+   * which indicates that this is a continuation of a prior
    * [SearchCatalogRequest][google.cloud.datacatalog.v1beta1.DataCatalog.SearchCatalog]
    * call, and that the system should return the next page of data. If empty,
    * the first page is returned.
    * 
* - * string page_token = 3; + * string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; @@ -1554,15 +1554,15 @@ public java.lang.String getPageToken() { * * *
-   * Optional pagination token returned in an earlier
-   * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token], which
-   * indicates that this is a continuation of a prior
+   * Optional. Pagination token returned in an earlier
+   * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token],
+   * which indicates that this is a continuation of a prior
    * [SearchCatalogRequest][google.cloud.datacatalog.v1beta1.DataCatalog.SearchCatalog]
    * call, and that the system should return the next page of data. If empty,
    * the first page is returned.
    * 
* - * string page_token = 3; + * string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; @@ -2413,15 +2413,15 @@ public Builder clearPageSize() { * * *
-     * Optional pagination token returned in an earlier
-     * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token], which
-     * indicates that this is a continuation of a prior
+     * Optional. Pagination token returned in an earlier
+     * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token],
+     * which indicates that this is a continuation of a prior
      * [SearchCatalogRequest][google.cloud.datacatalog.v1beta1.DataCatalog.SearchCatalog]
      * call, and that the system should return the next page of data. If empty,
      * the first page is returned.
      * 
* - * string page_token = 3; + * string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; @@ -2438,15 +2438,15 @@ public java.lang.String getPageToken() { * * *
-     * Optional pagination token returned in an earlier
-     * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token], which
-     * indicates that this is a continuation of a prior
+     * Optional. Pagination token returned in an earlier
+     * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token],
+     * which indicates that this is a continuation of a prior
      * [SearchCatalogRequest][google.cloud.datacatalog.v1beta1.DataCatalog.SearchCatalog]
      * call, and that the system should return the next page of data. If empty,
      * the first page is returned.
      * 
* - * string page_token = 3; + * string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.protobuf.ByteString getPageTokenBytes() { java.lang.Object ref = pageToken_; @@ -2463,15 +2463,15 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-     * Optional pagination token returned in an earlier
-     * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token], which
-     * indicates that this is a continuation of a prior
+     * Optional. Pagination token returned in an earlier
+     * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token],
+     * which indicates that this is a continuation of a prior
      * [SearchCatalogRequest][google.cloud.datacatalog.v1beta1.DataCatalog.SearchCatalog]
      * call, and that the system should return the next page of data. If empty,
      * the first page is returned.
      * 
* - * string page_token = 3; + * string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setPageToken(java.lang.String value) { if (value == null) { @@ -2486,15 +2486,15 @@ public Builder setPageToken(java.lang.String value) { * * *
-     * Optional pagination token returned in an earlier
-     * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token], which
-     * indicates that this is a continuation of a prior
+     * Optional. Pagination token returned in an earlier
+     * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token],
+     * which indicates that this is a continuation of a prior
      * [SearchCatalogRequest][google.cloud.datacatalog.v1beta1.DataCatalog.SearchCatalog]
      * call, and that the system should return the next page of data. If empty,
      * the first page is returned.
      * 
* - * string page_token = 3; + * string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder clearPageToken() { @@ -2506,15 +2506,15 @@ public Builder clearPageToken() { * * *
-     * Optional pagination token returned in an earlier
-     * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token], which
-     * indicates that this is a continuation of a prior
+     * Optional. Pagination token returned in an earlier
+     * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token],
+     * which indicates that this is a continuation of a prior
      * [SearchCatalogRequest][google.cloud.datacatalog.v1beta1.DataCatalog.SearchCatalog]
      * call, and that the system should return the next page of data. If empty,
      * the first page is returned.
      * 
* - * string page_token = 3; + * string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SearchCatalogRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SearchCatalogRequestOrBuilder.java index b6e8a331..424a0faa 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SearchCatalogRequestOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/SearchCatalogRequestOrBuilder.java @@ -113,30 +113,30 @@ public interface SearchCatalogRequestOrBuilder * * *
-   * Optional pagination token returned in an earlier
-   * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token], which
-   * indicates that this is a continuation of a prior
+   * Optional. Pagination token returned in an earlier
+   * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token],
+   * which indicates that this is a continuation of a prior
    * [SearchCatalogRequest][google.cloud.datacatalog.v1beta1.DataCatalog.SearchCatalog]
    * call, and that the system should return the next page of data. If empty,
    * the first page is returned.
    * 
* - * string page_token = 3; + * string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; */ java.lang.String getPageToken(); /** * * *
-   * Optional pagination token returned in an earlier
-   * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token], which
-   * indicates that this is a continuation of a prior
+   * Optional. Pagination token returned in an earlier
+   * [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token],
+   * which indicates that this is a continuation of a prior
    * [SearchCatalogRequest][google.cloud.datacatalog.v1beta1.DataCatalog.SearchCatalog]
    * call, and that the system should return the next page of data. If empty,
    * the first page is returned.
    * 
* - * string page_token = 3; + * string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.protobuf.ByteString getPageTokenBytes(); diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TableSpecOuterClass.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TableSpecOuterClass.java index da34a204..f42fb5f7 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TableSpecOuterClass.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TableSpecOuterClass.java @@ -62,18 +62,18 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "loud.datacatalog.v1beta1.ViewSpecH\000\022A\n\nt" + "able_spec\030\003 \001(\0132+.google.cloud.datacatal" + "og.v1beta1.TableSpecH\000B\013\n\ttype_spec\"#\n\010V" - + "iewSpec\022\027\n\nview_query\030\001 \001(\tB\003\340A\002\"L\n\tTabl" + + "iewSpec\022\027\n\nview_query\030\001 \001(\tB\003\340A\003\"L\n\tTabl" + "eSpec\022?\n\rgrouped_entry\030\001 \001(\tB(\340A\003\372A\"\n da" - + "tacatalog.googleapis.com/Entry\"\177\n\027BigQue" - + "ryDateShardedSpec\0229\n\007dataset\030\001 \001(\tB(\340A\003\372" - + "A\"\n datacatalog.googleapis.com/Entry\022\024\n\014" - + "table_prefix\030\002 \001(\t\022\023\n\013shard_count\030\003 \001(\003*" - + "[\n\017TableSourceType\022!\n\035TABLE_SOURCE_TYPE_" - + "UNSPECIFIED\020\000\022\021\n\rBIGQUERY_VIEW\020\002\022\022\n\016BIGQ" - + "UERY_TABLE\020\005Bp\n\034com.google.cloud.datacat" - + "alogP\001ZKgoogle.golang.org/genproto/googl" - + "eapis/cloud/datacatalog/v1beta1;datacata" - + "log\370\001\001b\006proto3" + + "tacatalog.googleapis.com/Entry\"\211\001\n\027BigQu" + + "eryDateShardedSpec\0229\n\007dataset\030\001 \001(\tB(\340A\003" + + "\372A\"\n datacatalog.googleapis.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\017TableSourceType\022!\n\035TABLE_S" + + "OURCE_TYPE_UNSPECIFIED\020\000\022\021\n\rBIGQUERY_VIE" + + "W\020\002\022\022\n\016BIGQUERY_TABLE\020\005Bp\n\034com.google.cl" + + "oud.datacatalogP\001ZKgoogle.golang.org/gen" + + "proto/googleapis/cloud/datacatalog/v1bet" + + "a1;datacatalog\370\001\001b\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Tag.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Tag.java index ee97713d..fd120f6b 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Tag.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Tag.java @@ -199,9 +199,7 @@ public ScopeCase getScopeCase() { * * *
-   * Required when used in
-   * [UpdateTagRequest][google.cloud.datacatalog.v1beta1.UpdateTagRequest]. The
-   * resource name of the tag in URL format. Example:
+   * The resource name of the tag in URL format. Example:
    * * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id}
    * where `tag_id` is a system-generated identifier.
    * Note that this Tag may not actually be stored in the location in this name.
@@ -224,9 +222,7 @@ public java.lang.String getName() {
    *
    *
    * 
-   * Required when used in
-   * [UpdateTagRequest][google.cloud.datacatalog.v1beta1.UpdateTagRequest]. The
-   * resource name of the tag in URL format. Example:
+   * The resource name of the tag in URL format. Example:
    * * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id}
    * where `tag_id` is a system-generated identifier.
    * Note that this Tag may not actually be stored in the location in this name.
@@ -968,9 +964,7 @@ public Builder clearScope() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateTagRequest][google.cloud.datacatalog.v1beta1.UpdateTagRequest]. The
-     * resource name of the tag in URL format. Example:
+     * The resource name of the tag in URL format. Example:
      * * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id}
      * where `tag_id` is a system-generated identifier.
      * Note that this Tag may not actually be stored in the location in this name.
@@ -993,9 +987,7 @@ public java.lang.String getName() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateTagRequest][google.cloud.datacatalog.v1beta1.UpdateTagRequest]. The
-     * resource name of the tag in URL format. Example:
+     * The resource name of the tag in URL format. Example:
      * * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id}
      * where `tag_id` is a system-generated identifier.
      * Note that this Tag may not actually be stored in the location in this name.
@@ -1018,9 +1010,7 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateTagRequest][google.cloud.datacatalog.v1beta1.UpdateTagRequest]. The
-     * resource name of the tag in URL format. Example:
+     * The resource name of the tag in URL format. Example:
      * * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id}
      * where `tag_id` is a system-generated identifier.
      * Note that this Tag may not actually be stored in the location in this name.
@@ -1041,9 +1031,7 @@ public Builder setName(java.lang.String value) {
      *
      *
      * 
-     * Required when used in
-     * [UpdateTagRequest][google.cloud.datacatalog.v1beta1.UpdateTagRequest]. The
-     * resource name of the tag in URL format. Example:
+     * The resource name of the tag in URL format. Example:
      * * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id}
      * where `tag_id` is a system-generated identifier.
      * Note that this Tag may not actually be stored in the location in this name.
@@ -1061,9 +1049,7 @@ public Builder clearName() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateTagRequest][google.cloud.datacatalog.v1beta1.UpdateTagRequest]. The
-     * resource name of the tag in URL format. Example:
+     * The resource name of the tag in URL format. Example:
      * * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id}
      * where `tag_id` is a system-generated identifier.
      * Note that this Tag may not actually be stored in the location in this name.
diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagOrBuilder.java
index c652282e..211e4319 100644
--- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagOrBuilder.java
+++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagOrBuilder.java
@@ -27,9 +27,7 @@ public interface TagOrBuilder
    *
    *
    * 
-   * Required when used in
-   * [UpdateTagRequest][google.cloud.datacatalog.v1beta1.UpdateTagRequest]. The
-   * resource name of the tag in URL format. Example:
+   * The resource name of the tag in URL format. Example:
    * * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id}
    * where `tag_id` is a system-generated identifier.
    * Note that this Tag may not actually be stored in the location in this name.
@@ -42,9 +40,7 @@ public interface TagOrBuilder
    *
    *
    * 
-   * Required when used in
-   * [UpdateTagRequest][google.cloud.datacatalog.v1beta1.UpdateTagRequest]. The
-   * resource name of the tag in URL format. Example:
+   * The resource name of the tag in URL format. Example:
    * * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id}
    * where `tag_id` is a system-generated identifier.
    * Note that this Tag may not actually be stored in the location in this name.
diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplate.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplate.java
index d2f9b6be..cd64246b 100644
--- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplate.java
+++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplate.java
@@ -150,8 +150,6 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
    *
    *
    * 
-   * Required when used in
-   * [UpdateTagTemplateRequest][google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest].
    * The resource name of the tag template in URL format. Example:
    * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
    * Note that this TagTemplate and its child resources may not actually be
@@ -175,8 +173,6 @@ public java.lang.String getName() {
    *
    *
    * 
-   * Required when used in
-   * [UpdateTagTemplateRequest][google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest].
    * The resource name of the tag template in URL format. Example:
    * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
    * Note that this TagTemplate and its child resources may not actually be
@@ -203,7 +199,7 @@ public com.google.protobuf.ByteString getNameBytes() {
    *
    *
    * 
-   * Optional. The display name for this template. Defaults to an empty string.
+   * The display name for this template. Defaults to an empty string.
    * 
* * string display_name = 2; @@ -223,7 +219,7 @@ public java.lang.String getDisplayName() { * * *
-   * Optional. The display name for this template. Defaults to an empty string.
+   * The display name for this template. Defaults to an empty string.
    * 
* * string display_name = 2; @@ -763,8 +759,6 @@ public Builder mergeFrom( * * *
-     * Required when used in
-     * [UpdateTagTemplateRequest][google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest].
      * The resource name of the tag template in URL format. Example:
      * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
      * Note that this TagTemplate and its child resources may not actually be
@@ -788,8 +782,6 @@ public java.lang.String getName() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateTagTemplateRequest][google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest].
      * The resource name of the tag template in URL format. Example:
      * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
      * Note that this TagTemplate and its child resources may not actually be
@@ -813,8 +805,6 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateTagTemplateRequest][google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest].
      * The resource name of the tag template in URL format. Example:
      * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
      * Note that this TagTemplate and its child resources may not actually be
@@ -836,8 +826,6 @@ public Builder setName(java.lang.String value) {
      *
      *
      * 
-     * Required when used in
-     * [UpdateTagTemplateRequest][google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest].
      * The resource name of the tag template in URL format. Example:
      * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
      * Note that this TagTemplate and its child resources may not actually be
@@ -856,8 +844,6 @@ public Builder clearName() {
      *
      *
      * 
-     * Required when used in
-     * [UpdateTagTemplateRequest][google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest].
      * The resource name of the tag template in URL format. Example:
      * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
      * Note that this TagTemplate and its child resources may not actually be
@@ -882,7 +868,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * Optional. The display name for this template. Defaults to an empty string.
+     * The display name for this template. Defaults to an empty string.
      * 
* * string display_name = 2; @@ -902,7 +888,7 @@ public java.lang.String getDisplayName() { * * *
-     * Optional. The display name for this template. Defaults to an empty string.
+     * The display name for this template. Defaults to an empty string.
      * 
* * string display_name = 2; @@ -922,7 +908,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { * * *
-     * Optional. The display name for this template. Defaults to an empty string.
+     * The display name for this template. Defaults to an empty string.
      * 
* * string display_name = 2; @@ -940,7 +926,7 @@ public Builder setDisplayName(java.lang.String value) { * * *
-     * Optional. The display name for this template. Defaults to an empty string.
+     * The display name for this template. Defaults to an empty string.
      * 
* * string display_name = 2; @@ -955,7 +941,7 @@ public Builder clearDisplayName() { * * *
-     * Optional. The display name for this template. Defaults to an empty string.
+     * The display name for this template. Defaults to an empty string.
      * 
* * string display_name = 2; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateField.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateField.java index 6308329c..f78767b7 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateField.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateField.java @@ -143,7 +143,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * in this name. *
* - * string name = 6; + * string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.lang.String getName() { java.lang.Object ref = name_; @@ -167,7 +167,7 @@ public java.lang.String getName() { * in this name. *
* - * string name = 6; + * string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; @@ -187,7 +187,7 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * Optional. The display name for this field. Defaults to an empty string.
+   * The display name for this field. Defaults to an empty string.
    * 
* * string display_name = 1; @@ -207,7 +207,7 @@ public java.lang.String getDisplayName() { * * *
-   * Optional. The display name for this field. Defaults to an empty string.
+   * The display name for this field. Defaults to an empty string.
    * 
* * string display_name = 1; @@ -641,7 +641,7 @@ public Builder mergeFrom( * in this name. *
* - * string name = 6; + * string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.lang.String getName() { java.lang.Object ref = name_; @@ -665,7 +665,7 @@ public java.lang.String getName() { * in this name. *
* - * string name = 6; + * string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; @@ -689,7 +689,7 @@ public com.google.protobuf.ByteString getNameBytes() { * in this name. *
* - * string name = 6; + * string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setName(java.lang.String value) { if (value == null) { @@ -711,7 +711,7 @@ public Builder setName(java.lang.String value) { * in this name. *
* - * string name = 6; + * string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearName() { @@ -730,7 +730,7 @@ public Builder clearName() { * in this name. *
* - * string name = 6; + * string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { @@ -748,7 +748,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. The display name for this field. Defaults to an empty string.
+     * The display name for this field. Defaults to an empty string.
      * 
* * string display_name = 1; @@ -768,7 +768,7 @@ public java.lang.String getDisplayName() { * * *
-     * Optional. The display name for this field. Defaults to an empty string.
+     * The display name for this field. Defaults to an empty string.
      * 
* * string display_name = 1; @@ -788,7 +788,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { * * *
-     * Optional. The display name for this field. Defaults to an empty string.
+     * The display name for this field. Defaults to an empty string.
      * 
* * string display_name = 1; @@ -806,7 +806,7 @@ public Builder setDisplayName(java.lang.String value) { * * *
-     * Optional. The display name for this field. Defaults to an empty string.
+     * The display name for this field. Defaults to an empty string.
      * 
* * string display_name = 1; @@ -821,7 +821,7 @@ public Builder clearDisplayName() { * * *
-     * Optional. The display name for this field. Defaults to an empty string.
+     * The display name for this field. Defaults to an empty string.
      * 
* * string display_name = 1; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateFieldOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateFieldOrBuilder.java index 51c3213f..40f2424c 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateFieldOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateFieldOrBuilder.java @@ -34,7 +34,7 @@ public interface TagTemplateFieldOrBuilder * in this name. *
* - * string name = 6; + * string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.lang.String getName(); /** @@ -48,7 +48,7 @@ public interface TagTemplateFieldOrBuilder * in this name. *
* - * string name = 6; + * string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.ByteString getNameBytes(); @@ -56,7 +56,7 @@ public interface TagTemplateFieldOrBuilder * * *
-   * Optional. The display name for this field. Defaults to an empty string.
+   * The display name for this field. Defaults to an empty string.
    * 
* * string display_name = 1; @@ -66,7 +66,7 @@ public interface TagTemplateFieldOrBuilder * * *
-   * Optional. The display name for this field. Defaults to an empty string.
+   * The display name for this field. Defaults to an empty string.
    * 
* * string display_name = 1; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateOrBuilder.java index fb384982..35870559 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/TagTemplateOrBuilder.java @@ -27,8 +27,6 @@ public interface TagTemplateOrBuilder * * *
-   * Required when used in
-   * [UpdateTagTemplateRequest][google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest].
    * The resource name of the tag template in URL format. Example:
    * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
    * Note that this TagTemplate and its child resources may not actually be
@@ -42,8 +40,6 @@ public interface TagTemplateOrBuilder
    *
    *
    * 
-   * Required when used in
-   * [UpdateTagTemplateRequest][google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest].
    * The resource name of the tag template in URL format. Example:
    * * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
    * Note that this TagTemplate and its child resources may not actually be
@@ -58,7 +54,7 @@ public interface TagTemplateOrBuilder
    *
    *
    * 
-   * Optional. The display name for this template. Defaults to an empty string.
+   * The display name for this template. Defaults to an empty string.
    * 
* * string display_name = 2; @@ -68,7 +64,7 @@ public interface TagTemplateOrBuilder * * *
-   * Optional. The display name for this template. Defaults to an empty string.
+   * The display name for this template. Defaults to an empty string.
    * 
* * string display_name = 2; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Tags.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Tags.java index 3381de7e..c2fc6875 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Tags.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/Tags.java @@ -106,27 +106,27 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "eField:\0028\001:p\352Am\n&datacatalog.googleapis." + "com/TagTemplate\022Cprojects/{project}/loca" + "tions/{location}/tagTemplates/{tag_templ" - + "ate}\"\376\001\n\020TagTemplateField\022\014\n\004name\030\006 \001(\t\022" - + "\024\n\014display_name\030\001 \001(\t\022>\n\004type\030\002 \001(\0132+.go" - + "ogle.cloud.datacatalog.v1beta1.FieldType" - + "B\003\340A\002:\205\001\352A\201\001\n+datacatalog.googleapis.com" - + "/TagTemplateField\022Rprojects/{project}/lo" - + "cations/{location}/tagTemplates/{tag_tem" - + "plate}/fields/{field}\"\247\003\n\tFieldType\022S\n\016p" - + "rimitive_type\030\001 \001(\01629.google.cloud.datac" - + "atalog.v1beta1.FieldType.PrimitiveTypeH\000" - + "\022I\n\tenum_type\030\002 \001(\01324.google.cloud.datac" - + "atalog.v1beta1.FieldType.EnumTypeH\000\032\212\001\n\010" - + "EnumType\022V\n\016allowed_values\030\001 \003(\0132>.googl" - + "e.cloud.datacatalog.v1beta1.FieldType.En" - + "umType.EnumValue\032&\n\tEnumValue\022\031\n\014display" - + "_name\030\001 \001(\tB\003\340A\002\"`\n\rPrimitiveType\022\036\n\032PRI" - + "MITIVE_TYPE_UNSPECIFIED\020\000\022\n\n\006DOUBLE\020\001\022\n\n" - + "\006STRING\020\002\022\010\n\004BOOL\020\003\022\r\n\tTIMESTAMP\020\004B\013\n\tty" - + "pe_declBp\n\034com.google.cloud.datacatalogP" - + "\001ZKgoogle.golang.org/genproto/googleapis" - + "/cloud/datacatalog/v1beta1;datacatalog\370\001" - + "\001b\006proto3" + + "ate}\"\203\002\n\020TagTemplateField\022\021\n\004name\030\006 \001(\tB" + + "\003\340A\003\022\024\n\014display_name\030\001 \001(\t\022>\n\004type\030\002 \001(\013" + + "2+.google.cloud.datacatalog.v1beta1.Fiel" + + "dTypeB\003\340A\002:\205\001\352A\201\001\n+datacatalog.googleapi" + + "s.com/TagTemplateField\022Rprojects/{projec" + + "t}/locations/{location}/tagTemplates/{ta" + + "g_template}/fields/{field}\"\247\003\n\tFieldType" + + "\022S\n\016primitive_type\030\001 \001(\01629.google.cloud." + + "datacatalog.v1beta1.FieldType.PrimitiveT" + + "ypeH\000\022I\n\tenum_type\030\002 \001(\01324.google.cloud." + + "datacatalog.v1beta1.FieldType.EnumTypeH\000" + + "\032\212\001\n\010EnumType\022V\n\016allowed_values\030\001 \003(\0132>." + + "google.cloud.datacatalog.v1beta1.FieldTy" + + "pe.EnumType.EnumValue\032&\n\tEnumValue\022\031\n\014di" + + "splay_name\030\001 \001(\tB\003\340A\002\"`\n\rPrimitiveType\022\036" + + "\n\032PRIMITIVE_TYPE_UNSPECIFIED\020\000\022\n\n\006DOUBLE" + + "\020\001\022\n\n\006STRING\020\002\022\010\n\004BOOL\020\003\022\r\n\tTIMESTAMP\020\004B" + + "\013\n\ttype_declBp\n\034com.google.cloud.datacat" + + "alogP\001ZKgoogle.golang.org/genproto/googl" + + "eapis/cloud/datacatalog/v1beta1;datacata" + + "log\370\001\001b\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateEntryRequest.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateEntryRequest.java index efb37d88..66dd24fd 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateEntryRequest.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateEntryRequest.java @@ -134,7 +134,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The updated entry.
+   * Required. The updated entry. The "name" field must be set.
    * 
* * @@ -148,7 +148,7 @@ public boolean hasEntry() { * * *
-   * Required. The updated entry.
+   * Required. The updated entry. The "name" field must be set.
    * 
* * @@ -162,7 +162,7 @@ public com.google.cloud.datacatalog.Entry getEntry() { * * *
-   * Required. The updated entry.
+   * Required. The updated entry. The "name" field must be set.
    * 
* * @@ -179,9 +179,17 @@ public com.google.cloud.datacatalog.EntryOrBuilder getEntryOrBuilder() { * * *
-   * Optional. The fields to update on the entry. If absent or empty, all
-   * modifiable fields are updated.
-   * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+   * The fields to update on the entry. If absent or empty, all modifiable
+   * fields are updated.
+   * The following fields are modifiable:
+   * * For entries with type `DATA_STREAM`:
+   *    * `schema`
+   * * For entries with type `FILESET`
+   *    * `schema`
+   *    * `display_name`
+   *    * `description`
+   *    * `gcs_fileset_spec`
+   *    * `gcs_fileset_spec.file_patterns`
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -193,9 +201,17 @@ public boolean hasUpdateMask() { * * *
-   * Optional. The fields to update on the entry. If absent or empty, all
-   * modifiable fields are updated.
-   * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+   * The fields to update on the entry. If absent or empty, all modifiable
+   * fields are updated.
+   * The following fields are modifiable:
+   * * For entries with type `DATA_STREAM`:
+   *    * `schema`
+   * * For entries with type `FILESET`
+   *    * `schema`
+   *    * `display_name`
+   *    * `description`
+   *    * `gcs_fileset_spec`
+   *    * `gcs_fileset_spec.file_patterns`
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -207,9 +223,17 @@ public com.google.protobuf.FieldMask getUpdateMask() { * * *
-   * Optional. The fields to update on the entry. If absent or empty, all
-   * modifiable fields are updated.
-   * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+   * The fields to update on the entry. If absent or empty, all modifiable
+   * fields are updated.
+   * The following fields are modifiable:
+   * * For entries with type `DATA_STREAM`:
+   *    * `schema`
+   * * For entries with type `FILESET`
+   *    * `schema`
+   *    * `display_name`
+   *    * `description`
+   *    * `gcs_fileset_spec`
+   *    * `gcs_fileset_spec.file_patterns`
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -586,7 +610,7 @@ public Builder mergeFrom( * * *
-     * Required. The updated entry.
+     * Required. The updated entry. The "name" field must be set.
      * 
* * @@ -600,7 +624,7 @@ public boolean hasEntry() { * * *
-     * Required. The updated entry.
+     * Required. The updated entry. The "name" field must be set.
      * 
* * @@ -618,7 +642,7 @@ public com.google.cloud.datacatalog.Entry getEntry() { * * *
-     * Required. The updated entry.
+     * Required. The updated entry. The "name" field must be set.
      * 
* * @@ -642,7 +666,7 @@ public Builder setEntry(com.google.cloud.datacatalog.Entry value) { * * *
-     * Required. The updated entry.
+     * Required. The updated entry. The "name" field must be set.
      * 
* * @@ -663,7 +687,7 @@ public Builder setEntry(com.google.cloud.datacatalog.Entry.Builder builderForVal * * *
-     * Required. The updated entry.
+     * Required. The updated entry. The "name" field must be set.
      * 
* * @@ -689,7 +713,7 @@ public Builder mergeEntry(com.google.cloud.datacatalog.Entry value) { * * *
-     * Required. The updated entry.
+     * Required. The updated entry. The "name" field must be set.
      * 
* * @@ -711,7 +735,7 @@ public Builder clearEntry() { * * *
-     * Required. The updated entry.
+     * Required. The updated entry. The "name" field must be set.
      * 
* * @@ -727,7 +751,7 @@ public com.google.cloud.datacatalog.Entry.Builder getEntryBuilder() { * * *
-     * Required. The updated entry.
+     * Required. The updated entry. The "name" field must be set.
      * 
* * @@ -745,7 +769,7 @@ public com.google.cloud.datacatalog.EntryOrBuilder getEntryOrBuilder() { * * *
-     * Required. The updated entry.
+     * Required. The updated entry. The "name" field must be set.
      * 
* * @@ -779,9 +803,17 @@ public com.google.cloud.datacatalog.EntryOrBuilder getEntryOrBuilder() { * * *
-     * Optional. The fields to update on the entry. If absent or empty, all
-     * modifiable fields are updated.
-     * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+     * The fields to update on the entry. If absent or empty, all modifiable
+     * fields are updated.
+     * The following fields are modifiable:
+     * * For entries with type `DATA_STREAM`:
+     *    * `schema`
+     * * For entries with type `FILESET`
+     *    * `schema`
+     *    * `display_name`
+     *    * `description`
+     *    * `gcs_fileset_spec`
+     *    * `gcs_fileset_spec.file_patterns`
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -793,9 +825,17 @@ public boolean hasUpdateMask() { * * *
-     * Optional. The fields to update on the entry. If absent or empty, all
-     * modifiable fields are updated.
-     * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+     * The fields to update on the entry. If absent or empty, all modifiable
+     * fields are updated.
+     * The following fields are modifiable:
+     * * For entries with type `DATA_STREAM`:
+     *    * `schema`
+     * * For entries with type `FILESET`
+     *    * `schema`
+     *    * `display_name`
+     *    * `description`
+     *    * `gcs_fileset_spec`
+     *    * `gcs_fileset_spec.file_patterns`
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -813,9 +853,17 @@ public com.google.protobuf.FieldMask getUpdateMask() { * * *
-     * Optional. The fields to update on the entry. If absent or empty, all
-     * modifiable fields are updated.
-     * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+     * The fields to update on the entry. If absent or empty, all modifiable
+     * fields are updated.
+     * The following fields are modifiable:
+     * * For entries with type `DATA_STREAM`:
+     *    * `schema`
+     * * For entries with type `FILESET`
+     *    * `schema`
+     *    * `display_name`
+     *    * `description`
+     *    * `gcs_fileset_spec`
+     *    * `gcs_fileset_spec.file_patterns`
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -837,9 +885,17 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { * * *
-     * Optional. The fields to update on the entry. If absent or empty, all
-     * modifiable fields are updated.
-     * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+     * The fields to update on the entry. If absent or empty, all modifiable
+     * fields are updated.
+     * The following fields are modifiable:
+     * * For entries with type `DATA_STREAM`:
+     *    * `schema`
+     * * For entries with type `FILESET`
+     *    * `schema`
+     *    * `display_name`
+     *    * `description`
+     *    * `gcs_fileset_spec`
+     *    * `gcs_fileset_spec.file_patterns`
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -858,9 +914,17 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal * * *
-     * Optional. The fields to update on the entry. If absent or empty, all
-     * modifiable fields are updated.
-     * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+     * The fields to update on the entry. If absent or empty, all modifiable
+     * fields are updated.
+     * The following fields are modifiable:
+     * * For entries with type `DATA_STREAM`:
+     *    * `schema`
+     * * For entries with type `FILESET`
+     *    * `schema`
+     *    * `display_name`
+     *    * `description`
+     *    * `gcs_fileset_spec`
+     *    * `gcs_fileset_spec.file_patterns`
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -884,9 +948,17 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { * * *
-     * Optional. The fields to update on the entry. If absent or empty, all
-     * modifiable fields are updated.
-     * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+     * The fields to update on the entry. If absent or empty, all modifiable
+     * fields are updated.
+     * The following fields are modifiable:
+     * * For entries with type `DATA_STREAM`:
+     *    * `schema`
+     * * For entries with type `FILESET`
+     *    * `schema`
+     *    * `display_name`
+     *    * `description`
+     *    * `gcs_fileset_spec`
+     *    * `gcs_fileset_spec.file_patterns`
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -906,9 +978,17 @@ public Builder clearUpdateMask() { * * *
-     * Optional. The fields to update on the entry. If absent or empty, all
-     * modifiable fields are updated.
-     * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+     * The fields to update on the entry. If absent or empty, all modifiable
+     * fields are updated.
+     * The following fields are modifiable:
+     * * For entries with type `DATA_STREAM`:
+     *    * `schema`
+     * * For entries with type `FILESET`
+     *    * `schema`
+     *    * `display_name`
+     *    * `description`
+     *    * `gcs_fileset_spec`
+     *    * `gcs_fileset_spec.file_patterns`
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -922,9 +1002,17 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { * * *
-     * Optional. The fields to update on the entry. If absent or empty, all
-     * modifiable fields are updated.
-     * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+     * The fields to update on the entry. If absent or empty, all modifiable
+     * fields are updated.
+     * The following fields are modifiable:
+     * * For entries with type `DATA_STREAM`:
+     *    * `schema`
+     * * For entries with type `FILESET`
+     *    * `schema`
+     *    * `display_name`
+     *    * `description`
+     *    * `gcs_fileset_spec`
+     *    * `gcs_fileset_spec.file_patterns`
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -942,9 +1030,17 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-     * Optional. The fields to update on the entry. If absent or empty, all
-     * modifiable fields are updated.
-     * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+     * The fields to update on the entry. If absent or empty, all modifiable
+     * fields are updated.
+     * The following fields are modifiable:
+     * * For entries with type `DATA_STREAM`:
+     *    * `schema`
+     * * For entries with type `FILESET`
+     *    * `schema`
+     *    * `display_name`
+     *    * `description`
+     *    * `gcs_fileset_spec`
+     *    * `gcs_fileset_spec.file_patterns`
      * 
* * .google.protobuf.FieldMask update_mask = 2; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateEntryRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateEntryRequestOrBuilder.java index c208ce8c..185c0ae0 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateEntryRequestOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateEntryRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface UpdateEntryRequestOrBuilder * * *
-   * Required. The updated entry.
+   * Required. The updated entry. The "name" field must be set.
    * 
* * @@ -39,7 +39,7 @@ public interface UpdateEntryRequestOrBuilder * * *
-   * Required. The updated entry.
+   * Required. The updated entry. The "name" field must be set.
    * 
* * @@ -51,7 +51,7 @@ public interface UpdateEntryRequestOrBuilder * * *
-   * Required. The updated entry.
+   * Required. The updated entry. The "name" field must be set.
    * 
* * @@ -64,9 +64,17 @@ public interface UpdateEntryRequestOrBuilder * * *
-   * Optional. The fields to update on the entry. If absent or empty, all
-   * modifiable fields are updated.
-   * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+   * The fields to update on the entry. If absent or empty, all modifiable
+   * fields are updated.
+   * The following fields are modifiable:
+   * * For entries with type `DATA_STREAM`:
+   *    * `schema`
+   * * For entries with type `FILESET`
+   *    * `schema`
+   *    * `display_name`
+   *    * `description`
+   *    * `gcs_fileset_spec`
+   *    * `gcs_fileset_spec.file_patterns`
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -76,9 +84,17 @@ public interface UpdateEntryRequestOrBuilder * * *
-   * Optional. The fields to update on the entry. If absent or empty, all
-   * modifiable fields are updated.
-   * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+   * The fields to update on the entry. If absent or empty, all modifiable
+   * fields are updated.
+   * The following fields are modifiable:
+   * * For entries with type `DATA_STREAM`:
+   *    * `schema`
+   * * For entries with type `FILESET`
+   *    * `schema`
+   *    * `display_name`
+   *    * `description`
+   *    * `gcs_fileset_spec`
+   *    * `gcs_fileset_spec.file_patterns`
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -88,9 +104,17 @@ public interface UpdateEntryRequestOrBuilder * * *
-   * Optional. The fields to update on the entry. If absent or empty, all
-   * modifiable fields are updated.
-   * Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
+   * The fields to update on the entry. If absent or empty, all modifiable
+   * fields are updated.
+   * The following fields are modifiable:
+   * * For entries with type `DATA_STREAM`:
+   *    * `schema`
+   * * For entries with type `FILESET`
+   *    * `schema`
+   *    * `display_name`
+   *    * `description`
+   *    * `gcs_fileset_spec`
+   *    * `gcs_fileset_spec.file_patterns`
    * 
* * .google.protobuf.FieldMask update_mask = 2; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagRequest.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagRequest.java index 0ff06b58..ea3c9d2d 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagRequest.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagRequest.java @@ -134,7 +134,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The updated tag.
+   * Required. The updated tag. The "name" field must be set.
    * 
* * .google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -147,7 +147,7 @@ public boolean hasTag() { * * *
-   * Required. The updated tag.
+   * Required. The updated tag. The "name" field must be set.
    * 
* * .google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -160,7 +160,7 @@ public com.google.cloud.datacatalog.Tag getTag() { * * *
-   * Required. The updated tag.
+   * Required. The updated tag. The "name" field must be set.
    * 
* * .google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -176,9 +176,8 @@ public com.google.cloud.datacatalog.TagOrBuilder getTagOrBuilder() { * * *
-   * Optional. The fields to update on the Tag. If absent or empty, all
-   * modifiable fields are updated. Currently the only modifiable field is the
-   * field `fields`.
+   * The fields to update on the Tag. If absent or empty, all modifiable fields
+   * are updated. Currently the only modifiable field is the field `fields`.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -190,9 +189,8 @@ public boolean hasUpdateMask() { * * *
-   * Optional. The fields to update on the Tag. If absent or empty, all
-   * modifiable fields are updated. Currently the only modifiable field is the
-   * field `fields`.
+   * The fields to update on the Tag. If absent or empty, all modifiable fields
+   * are updated. Currently the only modifiable field is the field `fields`.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -204,9 +202,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { * * *
-   * Optional. The fields to update on the Tag. If absent or empty, all
-   * modifiable fields are updated. Currently the only modifiable field is the
-   * field `fields`.
+   * The fields to update on the Tag. If absent or empty, all modifiable fields
+   * are updated. Currently the only modifiable field is the field `fields`.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -582,7 +579,7 @@ public Builder mergeFrom( * * *
-     * Required. The updated tag.
+     * Required. The updated tag. The "name" field must be set.
      * 
* * @@ -596,7 +593,7 @@ public boolean hasTag() { * * *
-     * Required. The updated tag.
+     * Required. The updated tag. The "name" field must be set.
      * 
* * @@ -614,7 +611,7 @@ public com.google.cloud.datacatalog.Tag getTag() { * * *
-     * Required. The updated tag.
+     * Required. The updated tag. The "name" field must be set.
      * 
* * @@ -638,7 +635,7 @@ public Builder setTag(com.google.cloud.datacatalog.Tag value) { * * *
-     * Required. The updated tag.
+     * Required. The updated tag. The "name" field must be set.
      * 
* * @@ -659,7 +656,7 @@ public Builder setTag(com.google.cloud.datacatalog.Tag.Builder builderForValue) * * *
-     * Required. The updated tag.
+     * Required. The updated tag. The "name" field must be set.
      * 
* * @@ -684,7 +681,7 @@ public Builder mergeTag(com.google.cloud.datacatalog.Tag value) { * * *
-     * Required. The updated tag.
+     * Required. The updated tag. The "name" field must be set.
      * 
* * @@ -706,7 +703,7 @@ public Builder clearTag() { * * *
-     * Required. The updated tag.
+     * Required. The updated tag. The "name" field must be set.
      * 
* * @@ -722,7 +719,7 @@ public com.google.cloud.datacatalog.Tag.Builder getTagBuilder() { * * *
-     * Required. The updated tag.
+     * Required. The updated tag. The "name" field must be set.
      * 
* * @@ -740,7 +737,7 @@ public com.google.cloud.datacatalog.TagOrBuilder getTagOrBuilder() { * * *
-     * Required. The updated tag.
+     * Required. The updated tag. The "name" field must be set.
      * 
* * @@ -774,9 +771,8 @@ public com.google.cloud.datacatalog.TagOrBuilder getTagOrBuilder() { * * *
-     * Optional. The fields to update on the Tag. If absent or empty, all
-     * modifiable fields are updated. Currently the only modifiable field is the
-     * field `fields`.
+     * The fields to update on the Tag. If absent or empty, all modifiable fields
+     * are updated. Currently the only modifiable field is the field `fields`.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -788,9 +784,8 @@ public boolean hasUpdateMask() { * * *
-     * Optional. The fields to update on the Tag. If absent or empty, all
-     * modifiable fields are updated. Currently the only modifiable field is the
-     * field `fields`.
+     * The fields to update on the Tag. If absent or empty, all modifiable fields
+     * are updated. Currently the only modifiable field is the field `fields`.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -808,9 +803,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { * * *
-     * Optional. The fields to update on the Tag. If absent or empty, all
-     * modifiable fields are updated. Currently the only modifiable field is the
-     * field `fields`.
+     * The fields to update on the Tag. If absent or empty, all modifiable fields
+     * are updated. Currently the only modifiable field is the field `fields`.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -832,9 +826,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { * * *
-     * Optional. The fields to update on the Tag. If absent or empty, all
-     * modifiable fields are updated. Currently the only modifiable field is the
-     * field `fields`.
+     * The fields to update on the Tag. If absent or empty, all modifiable fields
+     * are updated. Currently the only modifiable field is the field `fields`.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -853,9 +846,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal * * *
-     * Optional. The fields to update on the Tag. If absent or empty, all
-     * modifiable fields are updated. Currently the only modifiable field is the
-     * field `fields`.
+     * The fields to update on the Tag. If absent or empty, all modifiable fields
+     * are updated. Currently the only modifiable field is the field `fields`.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -879,9 +871,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { * * *
-     * Optional. The fields to update on the Tag. If absent or empty, all
-     * modifiable fields are updated. Currently the only modifiable field is the
-     * field `fields`.
+     * The fields to update on the Tag. If absent or empty, all modifiable fields
+     * are updated. Currently the only modifiable field is the field `fields`.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -901,9 +892,8 @@ public Builder clearUpdateMask() { * * *
-     * Optional. The fields to update on the Tag. If absent or empty, all
-     * modifiable fields are updated. Currently the only modifiable field is the
-     * field `fields`.
+     * The fields to update on the Tag. If absent or empty, all modifiable fields
+     * are updated. Currently the only modifiable field is the field `fields`.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -917,9 +907,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { * * *
-     * Optional. The fields to update on the Tag. If absent or empty, all
-     * modifiable fields are updated. Currently the only modifiable field is the
-     * field `fields`.
+     * The fields to update on the Tag. If absent or empty, all modifiable fields
+     * are updated. Currently the only modifiable field is the field `fields`.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -937,9 +926,8 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-     * Optional. The fields to update on the Tag. If absent or empty, all
-     * modifiable fields are updated. Currently the only modifiable field is the
-     * field `fields`.
+     * The fields to update on the Tag. If absent or empty, all modifiable fields
+     * are updated. Currently the only modifiable field is the field `fields`.
      * 
* * .google.protobuf.FieldMask update_mask = 2; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagRequestOrBuilder.java index f3e9a30e..5b98f36e 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagRequestOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface UpdateTagRequestOrBuilder * * *
-   * Required. The updated tag.
+   * Required. The updated tag. The "name" field must be set.
    * 
* * .google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -38,7 +38,7 @@ public interface UpdateTagRequestOrBuilder * * *
-   * Required. The updated tag.
+   * Required. The updated tag. The "name" field must be set.
    * 
* * .google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -49,7 +49,7 @@ public interface UpdateTagRequestOrBuilder * * *
-   * Required. The updated tag.
+   * Required. The updated tag. The "name" field must be set.
    * 
* * .google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -61,9 +61,8 @@ public interface UpdateTagRequestOrBuilder * * *
-   * Optional. The fields to update on the Tag. If absent or empty, all
-   * modifiable fields are updated. Currently the only modifiable field is the
-   * field `fields`.
+   * The fields to update on the Tag. If absent or empty, all modifiable fields
+   * are updated. Currently the only modifiable field is the field `fields`.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -73,9 +72,8 @@ public interface UpdateTagRequestOrBuilder * * *
-   * Optional. The fields to update on the Tag. If absent or empty, all
-   * modifiable fields are updated. Currently the only modifiable field is the
-   * field `fields`.
+   * The fields to update on the Tag. If absent or empty, all modifiable fields
+   * are updated. Currently the only modifiable field is the field `fields`.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -85,9 +83,8 @@ public interface UpdateTagRequestOrBuilder * * *
-   * Optional. The fields to update on the Tag. If absent or empty, all
-   * modifiable fields are updated. Currently the only modifiable field is the
-   * field `fields`.
+   * The fields to update on the Tag. If absent or empty, all modifiable fields
+   * are updated. Currently the only modifiable field is the field `fields`.
    * 
* * .google.protobuf.FieldMask update_mask = 2; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateFieldRequest.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateFieldRequest.java index fa361359..9fcb88d4 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateFieldRequest.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateFieldRequest.java @@ -240,7 +240,7 @@ public com.google.cloud.datacatalog.TagTemplateFieldOrBuilder getTagTemplateFiel * * *
-   * Optional. The field mask specifies the parts of the template to be updated.
+   * The field mask specifies the parts of the template to be updated.
    * Allowed fields:
    *   * `display_name`
    *   * `type.enum_type`
@@ -260,7 +260,7 @@ public boolean hasUpdateMask() {
    *
    *
    * 
-   * Optional. The field mask specifies the parts of the template to be updated.
+   * The field mask specifies the parts of the template to be updated.
    * Allowed fields:
    *   * `display_name`
    *   * `type.enum_type`
@@ -280,7 +280,7 @@ public com.google.protobuf.FieldMask getUpdateMask() {
    *
    *
    * 
-   * Optional. The field mask specifies the parts of the template to be updated.
+   * The field mask specifies the parts of the template to be updated.
    * Allowed fields:
    *   * `display_name`
    *   * `type.enum_type`
@@ -992,7 +992,7 @@ public com.google.cloud.datacatalog.TagTemplateFieldOrBuilder getTagTemplateFiel
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to be updated.
+     * The field mask specifies the parts of the template to be updated.
      * Allowed fields:
      *   * `display_name`
      *   * `type.enum_type`
@@ -1012,7 +1012,7 @@ public boolean hasUpdateMask() {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to be updated.
+     * The field mask specifies the parts of the template to be updated.
      * Allowed fields:
      *   * `display_name`
      *   * `type.enum_type`
@@ -1038,7 +1038,7 @@ public com.google.protobuf.FieldMask getUpdateMask() {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to be updated.
+     * The field mask specifies the parts of the template to be updated.
      * Allowed fields:
      *   * `display_name`
      *   * `type.enum_type`
@@ -1068,7 +1068,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to be updated.
+     * The field mask specifies the parts of the template to be updated.
      * Allowed fields:
      *   * `display_name`
      *   * `type.enum_type`
@@ -1095,7 +1095,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to be updated.
+     * The field mask specifies the parts of the template to be updated.
      * Allowed fields:
      *   * `display_name`
      *   * `type.enum_type`
@@ -1127,7 +1127,7 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to be updated.
+     * The field mask specifies the parts of the template to be updated.
      * Allowed fields:
      *   * `display_name`
      *   * `type.enum_type`
@@ -1155,7 +1155,7 @@ public Builder clearUpdateMask() {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to be updated.
+     * The field mask specifies the parts of the template to be updated.
      * Allowed fields:
      *   * `display_name`
      *   * `type.enum_type`
@@ -1177,7 +1177,7 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to be updated.
+     * The field mask specifies the parts of the template to be updated.
      * Allowed fields:
      *   * `display_name`
      *   * `type.enum_type`
@@ -1203,7 +1203,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to be updated.
+     * The field mask specifies the parts of the template to be updated.
      * Allowed fields:
      *   * `display_name`
      *   * `type.enum_type`
diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateFieldRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateFieldRequestOrBuilder.java
index 1bee73bf..b199ab65 100644
--- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateFieldRequestOrBuilder.java
+++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateFieldRequestOrBuilder.java
@@ -91,7 +91,7 @@ public interface UpdateTagTemplateFieldRequestOrBuilder
    *
    *
    * 
-   * Optional. The field mask specifies the parts of the template to be updated.
+   * The field mask specifies the parts of the template to be updated.
    * Allowed fields:
    *   * `display_name`
    *   * `type.enum_type`
@@ -109,7 +109,7 @@ public interface UpdateTagTemplateFieldRequestOrBuilder
    *
    *
    * 
-   * Optional. The field mask specifies the parts of the template to be updated.
+   * The field mask specifies the parts of the template to be updated.
    * Allowed fields:
    *   * `display_name`
    *   * `type.enum_type`
@@ -127,7 +127,7 @@ public interface UpdateTagTemplateFieldRequestOrBuilder
    *
    *
    * 
-   * Optional. The field mask specifies the parts of the template to be updated.
+   * The field mask specifies the parts of the template to be updated.
    * Allowed fields:
    *   * `display_name`
    *   * `type.enum_type`
diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateRequest.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateRequest.java
index 0bbe64c6..816c761d 100644
--- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateRequest.java
+++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateRequest.java
@@ -135,7 +135,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. The template to update.
+   * Required. The template to update. The "name" field must be set.
    * 
* * @@ -149,7 +149,7 @@ public boolean hasTagTemplate() { * * *
-   * Required. The template to update.
+   * Required. The template to update. The "name" field must be set.
    * 
* * @@ -165,7 +165,7 @@ public com.google.cloud.datacatalog.TagTemplate getTagTemplate() { * * *
-   * Required. The template to update.
+   * Required. The template to update. The "name" field must be set.
    * 
* * @@ -182,7 +182,7 @@ public com.google.cloud.datacatalog.TagTemplateOrBuilder getTagTemplateOrBuilder * * *
-   * Optional. The field mask specifies the parts of the template to overwrite.
+   * The field mask specifies the parts of the template to overwrite.
    * Allowed fields:
    *   * `display_name`
    * If absent or empty, all of the allowed fields above will be updated.
@@ -197,7 +197,7 @@ public boolean hasUpdateMask() {
    *
    *
    * 
-   * Optional. The field mask specifies the parts of the template to overwrite.
+   * The field mask specifies the parts of the template to overwrite.
    * Allowed fields:
    *   * `display_name`
    * If absent or empty, all of the allowed fields above will be updated.
@@ -212,7 +212,7 @@ public com.google.protobuf.FieldMask getUpdateMask() {
    *
    *
    * 
-   * Optional. The field mask specifies the parts of the template to overwrite.
+   * The field mask specifies the parts of the template to overwrite.
    * Allowed fields:
    *   * `display_name`
    * If absent or empty, all of the allowed fields above will be updated.
@@ -594,7 +594,7 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The template to update.
+     * Required. The template to update. The "name" field must be set.
      * 
* * @@ -608,7 +608,7 @@ public boolean hasTagTemplate() { * * *
-     * Required. The template to update.
+     * Required. The template to update. The "name" field must be set.
      * 
* * @@ -628,7 +628,7 @@ public com.google.cloud.datacatalog.TagTemplate getTagTemplate() { * * *
-     * Required. The template to update.
+     * Required. The template to update. The "name" field must be set.
      * 
* * @@ -652,7 +652,7 @@ public Builder setTagTemplate(com.google.cloud.datacatalog.TagTemplate value) { * * *
-     * Required. The template to update.
+     * Required. The template to update. The "name" field must be set.
      * 
* * @@ -674,7 +674,7 @@ public Builder setTagTemplate( * * *
-     * Required. The template to update.
+     * Required. The template to update. The "name" field must be set.
      * 
* * @@ -702,7 +702,7 @@ public Builder mergeTagTemplate(com.google.cloud.datacatalog.TagTemplate value) * * *
-     * Required. The template to update.
+     * Required. The template to update. The "name" field must be set.
      * 
* * @@ -724,7 +724,7 @@ public Builder clearTagTemplate() { * * *
-     * Required. The template to update.
+     * Required. The template to update. The "name" field must be set.
      * 
* * @@ -740,7 +740,7 @@ public com.google.cloud.datacatalog.TagTemplate.Builder getTagTemplateBuilder() * * *
-     * Required. The template to update.
+     * Required. The template to update. The "name" field must be set.
      * 
* * @@ -760,7 +760,7 @@ public com.google.cloud.datacatalog.TagTemplateOrBuilder getTagTemplateOrBuilder * * *
-     * Required. The template to update.
+     * Required. The template to update. The "name" field must be set.
      * 
* * @@ -794,7 +794,7 @@ public com.google.cloud.datacatalog.TagTemplateOrBuilder getTagTemplateOrBuilder * * *
-     * Optional. The field mask specifies the parts of the template to overwrite.
+     * The field mask specifies the parts of the template to overwrite.
      * Allowed fields:
      *   * `display_name`
      * If absent or empty, all of the allowed fields above will be updated.
@@ -809,7 +809,7 @@ public boolean hasUpdateMask() {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to overwrite.
+     * The field mask specifies the parts of the template to overwrite.
      * Allowed fields:
      *   * `display_name`
      * If absent or empty, all of the allowed fields above will be updated.
@@ -830,7 +830,7 @@ public com.google.protobuf.FieldMask getUpdateMask() {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to overwrite.
+     * The field mask specifies the parts of the template to overwrite.
      * Allowed fields:
      *   * `display_name`
      * If absent or empty, all of the allowed fields above will be updated.
@@ -855,7 +855,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to overwrite.
+     * The field mask specifies the parts of the template to overwrite.
      * Allowed fields:
      *   * `display_name`
      * If absent or empty, all of the allowed fields above will be updated.
@@ -877,7 +877,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to overwrite.
+     * The field mask specifies the parts of the template to overwrite.
      * Allowed fields:
      *   * `display_name`
      * If absent or empty, all of the allowed fields above will be updated.
@@ -904,7 +904,7 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to overwrite.
+     * The field mask specifies the parts of the template to overwrite.
      * Allowed fields:
      *   * `display_name`
      * If absent or empty, all of the allowed fields above will be updated.
@@ -927,7 +927,7 @@ public Builder clearUpdateMask() {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to overwrite.
+     * The field mask specifies the parts of the template to overwrite.
      * Allowed fields:
      *   * `display_name`
      * If absent or empty, all of the allowed fields above will be updated.
@@ -944,7 +944,7 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to overwrite.
+     * The field mask specifies the parts of the template to overwrite.
      * Allowed fields:
      *   * `display_name`
      * If absent or empty, all of the allowed fields above will be updated.
@@ -965,7 +965,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
      *
      *
      * 
-     * Optional. The field mask specifies the parts of the template to overwrite.
+     * The field mask specifies the parts of the template to overwrite.
      * Allowed fields:
      *   * `display_name`
      * If absent or empty, all of the allowed fields above will be updated.
diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateRequestOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateRequestOrBuilder.java
index 46910d17..5e9cd66c 100644
--- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateRequestOrBuilder.java
+++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/UpdateTagTemplateRequestOrBuilder.java
@@ -27,7 +27,7 @@ public interface UpdateTagTemplateRequestOrBuilder
    *
    *
    * 
-   * Required. The template to update.
+   * Required. The template to update. The "name" field must be set.
    * 
* * @@ -39,7 +39,7 @@ public interface UpdateTagTemplateRequestOrBuilder * * *
-   * Required. The template to update.
+   * Required. The template to update. The "name" field must be set.
    * 
* * @@ -51,7 +51,7 @@ public interface UpdateTagTemplateRequestOrBuilder * * *
-   * Required. The template to update.
+   * Required. The template to update. The "name" field must be set.
    * 
* * @@ -64,7 +64,7 @@ public interface UpdateTagTemplateRequestOrBuilder * * *
-   * Optional. The field mask specifies the parts of the template to overwrite.
+   * The field mask specifies the parts of the template to overwrite.
    * Allowed fields:
    *   * `display_name`
    * If absent or empty, all of the allowed fields above will be updated.
@@ -77,7 +77,7 @@ public interface UpdateTagTemplateRequestOrBuilder
    *
    *
    * 
-   * Optional. The field mask specifies the parts of the template to overwrite.
+   * The field mask specifies the parts of the template to overwrite.
    * Allowed fields:
    *   * `display_name`
    * If absent or empty, all of the allowed fields above will be updated.
@@ -90,7 +90,7 @@ public interface UpdateTagTemplateRequestOrBuilder
    *
    *
    * 
-   * Optional. The field mask specifies the parts of the template to overwrite.
+   * The field mask specifies the parts of the template to overwrite.
    * Allowed fields:
    *   * `display_name`
    * If absent or empty, all of the allowed fields above will be updated.
diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ViewSpec.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ViewSpec.java
index 4ac8c9f2..e587094f 100644
--- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ViewSpec.java
+++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ViewSpec.java
@@ -112,10 +112,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. Output only. The query that defines the table view.
+   * Output only. The query that defines the table view.
    * 
* - * string view_query = 1 [(.google.api.field_behavior) = REQUIRED]; + * string view_query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.lang.String getViewQuery() { java.lang.Object ref = viewQuery_; @@ -132,10 +132,10 @@ public java.lang.String getViewQuery() { * * *
-   * Required. Output only. The query that defines the table view.
+   * Output only. The query that defines the table view.
    * 
* - * string view_query = 1 [(.google.api.field_behavior) = REQUIRED]; + * string view_query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.ByteString getViewQueryBytes() { java.lang.Object ref = viewQuery_; @@ -468,10 +468,10 @@ public Builder mergeFrom( * * *
-     * Required. Output only. The query that defines the table view.
+     * Output only. The query that defines the table view.
      * 
* - * string view_query = 1 [(.google.api.field_behavior) = REQUIRED]; + * string view_query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.lang.String getViewQuery() { java.lang.Object ref = viewQuery_; @@ -488,10 +488,10 @@ public java.lang.String getViewQuery() { * * *
-     * Required. Output only. The query that defines the table view.
+     * Output only. The query that defines the table view.
      * 
* - * string view_query = 1 [(.google.api.field_behavior) = REQUIRED]; + * string view_query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.ByteString getViewQueryBytes() { java.lang.Object ref = viewQuery_; @@ -508,10 +508,10 @@ public com.google.protobuf.ByteString getViewQueryBytes() { * * *
-     * Required. Output only. The query that defines the table view.
+     * Output only. The query that defines the table view.
      * 
* - * string view_query = 1 [(.google.api.field_behavior) = REQUIRED]; + * string view_query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setViewQuery(java.lang.String value) { if (value == null) { @@ -526,10 +526,10 @@ public Builder setViewQuery(java.lang.String value) { * * *
-     * Required. Output only. The query that defines the table view.
+     * Output only. The query that defines the table view.
      * 
* - * string view_query = 1 [(.google.api.field_behavior) = REQUIRED]; + * string view_query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearViewQuery() { @@ -541,10 +541,10 @@ public Builder clearViewQuery() { * * *
-     * Required. Output only. The query that defines the table view.
+     * Output only. The query that defines the table view.
      * 
* - * string view_query = 1 [(.google.api.field_behavior) = REQUIRED]; + * string view_query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setViewQueryBytes(com.google.protobuf.ByteString value) { if (value == null) { diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ViewSpecOrBuilder.java b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ViewSpecOrBuilder.java index dbe1fca2..2d7fcb81 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ViewSpecOrBuilder.java +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/ViewSpecOrBuilder.java @@ -27,20 +27,20 @@ public interface ViewSpecOrBuilder * * *
-   * Required. Output only. The query that defines the table view.
+   * Output only. The query that defines the table view.
    * 
* - * string view_query = 1 [(.google.api.field_behavior) = REQUIRED]; + * string view_query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.lang.String getViewQuery(); /** * * *
-   * Required. Output only. The query that defines the table view.
+   * Output only. The query that defines the table view.
    * 
* - * string view_query = 1 [(.google.api.field_behavior) = REQUIRED]; + * string view_query = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.ByteString getViewQueryBytes(); } diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/datacatalog.proto b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/datacatalog.proto index 7abd9eae..8b67be1a 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/datacatalog.proto +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/datacatalog.proto @@ -41,7 +41,8 @@ option java_package = "com.google.cloud.datacatalog"; // their data. service DataCatalog { option (google.api.default_host) = "datacatalog.googleapis.com"; - option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; + option (google.api.oauth_scopes) = + "https://www.googleapis.com/auth/cloud-platform"; // Searches Data Catalog for multiple resources like entries, tags that // match a query. @@ -63,7 +64,7 @@ service DataCatalog { post: "/v1beta1/catalog:search" body: "*" }; - option (google.api.method_signature) = "scope,query,order_by"; + option (google.api.method_signature) = "scope,query"; } // Alpha feature. @@ -94,7 +95,8 @@ service DataCatalog { // deleted. The user should enable the Data Catalog API in the project // identified by the `name` parameter (see [Data Catalog Resource Project] // (/data-catalog/docs/concepts/resource-project) for more information). - rpc DeleteEntryGroup(DeleteEntryGroupRequest) returns (google.protobuf.Empty) { + rpc DeleteEntryGroup(DeleteEntryGroupRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1beta1/{name=projects/*/locations/*/entryGroups/*}" }; @@ -167,7 +169,8 @@ service DataCatalog { post: "/v1beta1/{parent=projects/*/locations/*}/tagTemplates" body: "tag_template" }; - option (google.api.method_signature) = "parent,tag_template_id,tag_template"; + option (google.api.method_signature) = + "parent,tag_template_id,tag_template"; } // Gets a tag template. @@ -197,7 +200,8 @@ service DataCatalog { // The user should enable the Data Catalog API in the project identified by // the `name` parameter (see [Data Catalog Resource Project] // (/data-catalog/docs/concepts/resource-project) for more information). - rpc DeleteTagTemplate(DeleteTagTemplateRequest) returns (google.protobuf.Empty) { + rpc DeleteTagTemplate(DeleteTagTemplateRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1beta1/{name=projects/*/locations/*/tagTemplates/*}" }; @@ -209,32 +213,37 @@ service DataCatalog { // [Data Catalog Resource // Project](/data-catalog/docs/concepts/resource-project) for more // information). - rpc CreateTagTemplateField(CreateTagTemplateFieldRequest) returns (TagTemplateField) { + rpc CreateTagTemplateField(CreateTagTemplateFieldRequest) + returns (TagTemplateField) { option (google.api.http) = { post: "/v1beta1/{parent=projects/*/locations/*/tagTemplates/*}/fields" body: "tag_template_field" }; - option (google.api.method_signature) = "parent,tag_template_field_id,tag_template_field"; + option (google.api.method_signature) = + "parent,tag_template_field_id,tag_template_field"; } // Updates a field in a tag template. This method cannot be used to update the // field type. The user should enable the Data Catalog API in the project // identified by the `name` parameter (see [Data Catalog Resource Project] // (/data-catalog/docs/concepts/resource-project) for more information). - rpc UpdateTagTemplateField(UpdateTagTemplateFieldRequest) returns (TagTemplateField) { + rpc UpdateTagTemplateField(UpdateTagTemplateFieldRequest) + returns (TagTemplateField) { option (google.api.http) = { patch: "/v1beta1/{name=projects/*/locations/*/tagTemplates/*/fields/*}" body: "tag_template_field" }; option (google.api.method_signature) = "name,tag_template_field"; - option (google.api.method_signature) = "name,tag_template_field,update_mask"; + option (google.api.method_signature) = + "name,tag_template_field,update_mask"; } // Renames a field in a tag template. The user should enable the Data Catalog // API in the project identified by the `name` parameter (see [Data Catalog // Resource Project](/data-catalog/docs/concepts/resource-project) for more // information). - rpc RenameTagTemplateField(RenameTagTemplateFieldRequest) returns (TagTemplateField) { + rpc RenameTagTemplateField(RenameTagTemplateFieldRequest) + returns (TagTemplateField) { option (google.api.http) = { post: "/v1beta1/{name=projects/*/locations/*/tagTemplates/*/fields/*}:rename" body: "*" @@ -246,7 +255,8 @@ service DataCatalog { // The user should enable the Data Catalog API in the project identified by // the `name` parameter (see [Data Catalog Resource Project] // (/data-catalog/docs/concepts/resource-project) for more information). - rpc DeleteTagTemplateField(DeleteTagTemplateFieldRequest) returns (google.protobuf.Empty) { + rpc DeleteTagTemplateField(DeleteTagTemplateFieldRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1beta1/{name=projects/*/locations/*/tagTemplates/*/fields/*}" }; @@ -309,7 +319,8 @@ service DataCatalog { // templates. // - `datacatalog.entries.setIamPolicy` to set policies on entries. // - `datacatalog.entryGroups.setIamPolicy` to set policies on entry groups. - rpc SetIamPolicy(google.iam.v1.SetIamPolicyRequest) returns (google.iam.v1.Policy) { + rpc SetIamPolicy(google.iam.v1.SetIamPolicyRequest) + returns (google.iam.v1.Policy) { option (google.api.http) = { post: "/v1beta1/{resource=projects/*/locations/*/tagTemplates/*}:setIamPolicy" body: "*" @@ -341,7 +352,8 @@ service DataCatalog { // templates. // - `datacatalog.entries.getIamPolicy` to get policies on entries. // - `datacatalog.entryGroups.getIamPolicy` to get policies on entry groups. - rpc GetIamPolicy(google.iam.v1.GetIamPolicyRequest) returns (google.iam.v1.Policy) { + rpc GetIamPolicy(google.iam.v1.GetIamPolicyRequest) + returns (google.iam.v1.Policy) { option (google.api.http) = { post: "/v1beta1/{resource=projects/*/locations/*/tagTemplates/*}:getIamPolicy" body: "*" @@ -370,7 +382,8 @@ service DataCatalog { // // A caller is not required to have Google IAM permission to make this // request. - rpc TestIamPermissions(google.iam.v1.TestIamPermissionsRequest) returns (google.iam.v1.TestIamPermissionsResponse) { + rpc TestIamPermissions(google.iam.v1.TestIamPermissionsRequest) + returns (google.iam.v1.TestIamPermissionsResponse) { option (google.api.http) = { post: "/v1beta1/{resource=projects/*/locations/*/tagTemplates/*}:testIamPermissions" body: "*" @@ -434,13 +447,13 @@ message SearchCatalogRequest { // for page_size is 1000. Throws an invalid argument for page_size > 1000. int32 page_size = 2; - // Optional pagination token returned in an earlier - // [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token], which - // indicates that this is a continuation of a prior + // Optional. Pagination token returned in an earlier + // [SearchCatalogResponse.next_page_token][google.cloud.datacatalog.v1beta1.SearchCatalogResponse.next_page_token], + // which indicates that this is a continuation of a prior // [SearchCatalogRequest][google.cloud.datacatalog.v1beta1.DataCatalog.SearchCatalog] // call, and that the system should return the next page of data. If empty, // the first page is returned. - string page_token = 3; + string page_token = 3 [(google.api.field_behavior) = OPTIONAL]; // Specifies the ordering of results, currently supported case-sensitive // choices are: @@ -484,7 +497,7 @@ message CreateEntryGroupRequest { // Required. The id of the entry group to create. string entry_group_id = 3 [(google.api.field_behavior) = REQUIRED]; - // Optional. The entry group to create. Defaults to an empty entry group. + // The entry group to create. Defaults to an empty entry group. EntryGroup entry_group = 2; } @@ -500,8 +513,7 @@ message GetEntryGroupRequest { } ]; - // Optional. The fields to return. If not set or empty, all fields are - // returned. + // The fields to return. If not set or empty, all fields are returned. google.protobuf.FieldMask read_mask = 2; } @@ -544,13 +556,21 @@ message CreateEntryRequest { // Request message for // [UpdateEntry][google.cloud.datacatalog.v1beta1.DataCatalog.UpdateEntry]. message UpdateEntryRequest { - // Required. The updated entry. + // Required. The updated entry. The "name" field must be set. Entry entry = 1 [(google.api.field_behavior) = REQUIRED]; - // Optional. The fields to update on the entry. If absent or empty, all - // modifiable fields are updated. - // - // Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable. + // The fields to update on the entry. If absent or empty, all modifiable + // fields are updated. + // + // The following fields are modifiable: + // * For entries with type `DATA_STREAM`: + // * `schema` + // * For entries with type `FILESET` + // * `schema` + // * `display_name` + // * `description` + // * `gcs_fileset_spec` + // * `gcs_fileset_spec.file_patterns` google.protobuf.FieldMask update_mask = 2; } @@ -634,8 +654,6 @@ message Entry { pattern: "projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}" }; - // Required when used in - // [UpdateEntryRequest][google.cloud.datacatalog.v1beta1.UpdateEntryRequest]. // The Data Catalog resource name of the entry in URL format. Example: // // * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} @@ -643,8 +661,8 @@ message Entry { // Note that this Entry and its child resources may not actually be stored in // the location in this name. string name = 1 [(google.api.resource_reference) = { - type: "datacatalog.googleapis.com/EntryGroup" - }]; + type: "datacatalog.googleapis.com/EntryGroup" + }]; // Output only. The resource this metadata entry refers to. // @@ -654,7 +672,7 @@ message Entry { // For example, the `linked_resource` for a table resource from BigQuery is: // // * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId - string linked_resource = 9; + string linked_resource = 9 [(google.api.field_behavior) = OUTPUT_ONLY]; // Required. Entry type. oneof entry_type { @@ -662,7 +680,7 @@ message Entry { EntryType type = 2; } - // Optional. Type specification information. + // Type specification information. oneof type_spec { // Specification that applies to a Cloud Storage fileset. This is only valid // on entries of type FILESET. @@ -678,22 +696,22 @@ message Entry { BigQueryDateShardedSpec bigquery_date_sharded_spec = 15; } - // Optional. Display information such as title and description. A short name - // to identify the entry, for example, "Analytics Data - Jan 2011". Default - // value is an empty string. + // Display information such as title and description. A short name to identify + // the entry, for example, "Analytics Data - Jan 2011". Default value is an + // empty string. string display_name = 3; - // Optional. Entry description, which can consist of several sentences or - // paragraphs that describe entry contents. Default value is an empty string. + // Entry description, which can consist of several sentences or paragraphs + // that describe entry contents. Default value is an empty string. string description = 4; - // Optional. Schema of the entry. An entry might not have any schema attached - // to it. + // Schema of the entry. An entry might not have any schema attached to it. Schema schema = 5; // Output only. Timestamps about the underlying Google Cloud Platform // resource, not about this Data Catalog Entry. - SystemTimestamps source_system_timestamps = 7; + SystemTimestamps source_system_timestamps = 7 + [(google.api.field_behavior) = OUTPUT_ONLY]; } // EntryGroup Metadata. @@ -705,8 +723,6 @@ message EntryGroup { pattern: "projects/{project}/locations/{location}/entryGroups/{entry_group}" }; - // Required when used in - // [UpdateEntryGroupRequest][google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest]. // The resource name of the entry group in URL format. Example: // // * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} @@ -715,18 +731,19 @@ message EntryGroup { // stored in the location in this name. string name = 1; - // Optional. A short name to identify the entry group, for example, + // A short name to identify the entry group, for example, // "analytics data - jan 2011". Default value is an empty string. string display_name = 2; - // Optional. Entry group description, which can consist of several sentences - // or paragraphs that describe entry group contents. Default value is an empty + // Entry group description, which can consist of several sentences or + // paragraphs that describe entry group contents. Default value is an empty // string. string description = 3; // Output only. Timestamps about this EntryGroup. Default value is empty // timestamps. - SystemTimestamps data_catalog_timestamps = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; + SystemTimestamps data_catalog_timestamps = 4 + [(google.api.field_behavior) = OUTPUT_ONLY]; } // Request message for @@ -753,6 +770,20 @@ message CreateTagTemplateRequest { TagTemplate tag_template = 2 [(google.api.field_behavior) = REQUIRED]; } +// Request message for +// [GetTagTemplate][google.cloud.datacatalog.v1beta1.DataCatalog.GetTagTemplate]. +message GetTagTemplateRequest { + // Required. The name of the tag template. Example: + // + // * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id} + string name = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "datacatalog.googleapis.com/TagTemplate" + } + ]; +} + // Entry resources in Data Catalog can be of different types e.g. a BigQuery // Table entry is of type `TABLE`. This enum describes all the possible types // Data Catalog contains. @@ -768,32 +799,18 @@ enum EntryType { // Cloud Pub/Sub topic. DATA_STREAM = 3; - // An entry type which is a set of files or objects. Example: Cloud Storage - // fileset. + // Alpha feature. An entry type which is a set of files or objects. Example: + // Cloud Storage fileset. FILESET = 4; } -// Request message for -// [GetTagTemplate][google.cloud.datacatalog.v1beta1.DataCatalog.GetTagTemplate]. -message GetTagTemplateRequest { - // Required. The name of the tag template. Example: - // - // * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id} - string name = 1 [ - (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "datacatalog.googleapis.com/TagTemplate" - } - ]; -} - // Request message for // [UpdateTagTemplate][google.cloud.datacatalog.v1beta1.DataCatalog.UpdateTagTemplate]. message UpdateTagTemplateRequest { - // Required. The template to update. + // Required. The template to update. The "name" field must be set. TagTemplate tag_template = 1 [(google.api.field_behavior) = REQUIRED]; - // Optional. The field mask specifies the parts of the template to overwrite. + // The field mask specifies the parts of the template to overwrite. // // Allowed fields: // @@ -825,8 +842,8 @@ message DeleteTagTemplateRequest { // Request message for // [CreateTag][google.cloud.datacatalog.v1beta1.DataCatalog.CreateTag]. message CreateTagRequest { - // Required. The name of the resource to attach this tag to. Tags can be attached to - // Entries. Example: + // Required. The name of the resource to attach this tag to. Tags can be + // attached to Entries. Example: // // * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} // @@ -834,9 +851,7 @@ message CreateTagRequest { // the location in this name. string parent = 1 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference) = { - type: "datacatalog.googleapis.com/Tag" - } + (google.api.resource_reference) = { type: "datacatalog.googleapis.com/Tag" } ]; // Required. The tag to create. @@ -846,12 +861,11 @@ message CreateTagRequest { // Request message for // [UpdateTag][google.cloud.datacatalog.v1beta1.DataCatalog.UpdateTag]. message UpdateTagRequest { - // Required. The updated tag. + // Required. The updated tag. The "name" field must be set. Tag tag = 1 [(google.api.field_behavior) = REQUIRED]; - // Optional. The fields to update on the Tag. If absent or empty, all - // modifiable fields are updated. Currently the only modifiable field is the - // field `fields`. + // The fields to update on the Tag. If absent or empty, all modifiable fields + // are updated. Currently the only modifiable field is the field `fields`. google.protobuf.FieldMask update_mask = 2; } @@ -893,7 +907,8 @@ message CreateTagTemplateFieldRequest { string tag_template_field_id = 2 [(google.api.field_behavior) = REQUIRED]; // Required. The tag template field to create. - TagTemplateField tag_template_field = 3 [(google.api.field_behavior) = REQUIRED]; + TagTemplateField tag_template_field = 3 + [(google.api.field_behavior) = REQUIRED]; } // Request message for @@ -910,9 +925,10 @@ message UpdateTagTemplateFieldRequest { ]; // Required. The template to update. - TagTemplateField tag_template_field = 2 [(google.api.field_behavior) = REQUIRED]; + TagTemplateField tag_template_field = 2 + [(google.api.field_behavior) = REQUIRED]; - // Optional. The field mask specifies the parts of the template to be updated. + // The field mask specifies the parts of the template to be updated. // Allowed fields: // // * `display_name` @@ -976,12 +992,11 @@ message ListTagsRequest { } ]; - // Optional. The maximum number of tags to return. Default is 10. Max limit is - // 1000. + // The maximum number of tags to return. Default is 10. Max limit is 1000. int32 page_size = 2; - // Optional. Token that specifies which page is requested. If empty, the first - // page is returned. + // Token that specifies which page is requested. If empty, the first page is + // returned. string page_token = 3; } diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/gcs_fileset_spec.proto b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/gcs_fileset_spec.proto index 50144663..e7397d05 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/gcs_fileset_spec.proto +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/gcs_fileset_spec.proto @@ -39,9 +39,10 @@ message GcsFilesetSpec { // * `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt` repeated string file_patterns = 1 [(google.api.field_behavior) = REQUIRED]; - // Output only. Sample files contained in this fileset, not all files contained in this - // fileset are represented here. - repeated GcsFileSpec sample_gcs_file_specs = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. Sample files contained in this fileset, not all files + // contained in this fileset are represented here. + repeated GcsFileSpec sample_gcs_file_specs = 2 + [(google.api.field_behavior) = OUTPUT_ONLY]; } // Specifications of a single file in GCS. @@ -50,7 +51,8 @@ message GcsFileSpec { string file_path = 1 [(google.api.field_behavior) = REQUIRED]; // Output only. Timestamps about the GCS file. - SystemTimestamps gcs_timestamps = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; + SystemTimestamps gcs_timestamps = 2 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The size of the file, in bytes. int64 size_bytes = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/schema.proto b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/schema.proto index 7530f626..aca588b4 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/schema.proto +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/schema.proto @@ -41,14 +41,14 @@ message ColumnSchema { string type = 1 [(google.api.field_behavior) = REQUIRED]; // Optional. Description of the column. Default value is an empty string. - string description = 2; + string description = 2 [(google.api.field_behavior) = OPTIONAL]; // Optional. A column's mode indicates whether the values in this column are // required, nullable, etc. Only `NULLABLE`, `REQUIRED` and `REPEATED` are // supported. Default mode is `NULLABLE`. - string mode = 3; + string mode = 3 [(google.api.field_behavior) = OPTIONAL]; // Optional. Schema of sub-columns. A column can have zero or more // sub-columns. - repeated ColumnSchema subcolumns = 7; + repeated ColumnSchema subcolumns = 7 [(google.api.field_behavior) = OPTIONAL]; } diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/search.proto b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/search.proto index 30dd6fba..372c1573 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/search.proto +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/search.proto @@ -17,6 +17,7 @@ syntax = "proto3"; package google.cloud.datacatalog.v1beta1; +import "google/api/field_behavior.proto"; import "google/protobuf/timestamp.proto"; option cc_enable_arenas = true; diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/table_spec.proto b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/table_spec.proto index fec33ee3..4f9fddaa 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/table_spec.proto +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/table_spec.proto @@ -28,7 +28,8 @@ option java_package = "com.google.cloud.datacatalog"; // Describes a BigQuery table. message BigQueryTableSpec { // Output only. The table source type. - TableSourceType table_source_type = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; + TableSourceType table_source_type = 1 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. oneof type_spec { @@ -56,8 +57,8 @@ enum TableSourceType { // Table view specification. message ViewSpec { - // Required. Output only. The query that defines the table view. - string view_query = 1 [(google.api.field_behavior) = REQUIRED]; + // Output only. The query that defines the table view. + string view_query = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; } // Normal BigQuery table spec. @@ -90,10 +91,11 @@ message BigQueryDateShardedSpec { ]; // Output only. The table name prefix of the shards. The name of any given - // shard is `[table_prefix]YYYYMMDD`, for example, for shard - // `MyTable20180101`, the `table_prefix` is `MyTable`. - string table_prefix = 2; + // shard is + // `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the + // `table_prefix` is `MyTable`. + string table_prefix = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Total number of shards. - int64 shard_count = 3; + int64 shard_count = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; } diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/tags.proto b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/tags.proto index ea1e9f6b..c2fc2da4 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/tags.proto +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/tags.proto @@ -34,9 +34,7 @@ message Tag { pattern: "projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}/tags/{tag}" }; - // Required when used in - // [UpdateTagRequest][google.cloud.datacatalog.v1beta1.UpdateTagRequest]. The - // resource name of the tag in URL format. Example: + // The resource name of the tag in URL format. Example: // // * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id} // @@ -55,8 +53,8 @@ message Tag { // Output only. The display name of the tag template. string template_display_name = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Optional. The scope within the parent resource that this tag is attached - // to. If not provided, the tag is attached to the parent resource itself. + // The scope within the parent resource that this tag is attached to. If not + // provided, the tag is attached to the parent resource itself. // Deleting the scope from the parent resource will delete all tags attached // to that scope. These fields cannot be updated after creation. oneof scope { @@ -117,8 +115,6 @@ message TagTemplate { pattern: "projects/{project}/locations/{location}/tagTemplates/{tag_template}" }; - // Required when used in - // [UpdateTagTemplateRequest][google.cloud.datacatalog.v1beta1.UpdateTagTemplateRequest]. // The resource name of the tag template in URL format. Example: // // * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id} @@ -127,7 +123,7 @@ message TagTemplate { // stored in the location in this name. string name = 1; - // Optional. The display name for this template. Defaults to an empty string. + // The display name for this template. Defaults to an empty string. string display_name = 2; // Required. Map of tag template field IDs to the settings for the field. @@ -138,7 +134,8 @@ message TagTemplate { // letters (both uppercase and lowercase), numbers (0-9) and underscores (_). // Field IDs must be at least 1 character long and at most // 64 characters long. Field IDs must start with a letter or underscore. - map fields = 3 [(google.api.field_behavior) = REQUIRED]; + map fields = 3 + [(google.api.field_behavior) = REQUIRED]; } // The template for an individual field within a tag template. @@ -155,9 +152,9 @@ message TagTemplateField { // // Note that this TagTemplateField may not actually be stored in the location // in this name. - string name = 6; + string name = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Optional. The display name for this field. Defaults to an empty string. + // The display name for this field. Defaults to an empty string. string display_name = 1; // Required. The type of value this tag field can contain. diff --git a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/timestamps.proto b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/timestamps.proto index 52d5f6ac..9a3d640e 100644 --- a/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/timestamps.proto +++ b/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/timestamps.proto @@ -35,5 +35,6 @@ message SystemTimestamps { // Output only. The expiration time of the resource within the given system. // Currently only apllicable to BigQuery resources. - google.protobuf.Timestamp expire_time = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp expire_time = 3 + [(google.api.field_behavior) = OUTPUT_ONLY]; } diff --git a/synth.metadata b/synth.metadata index 17960313..576b1e98 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,26 +1,26 @@ { - "updateTime": "2019-10-17T20:28:41.042608Z", + "updateTime": "2019-10-18T07:53:59.457042Z", "sources": [ { "generator": { "name": "artman", - "version": "0.39.0", - "dockerImage": "googleapis/artman@sha256:72554d0b3bdc0b4ac7d6726a6a606c00c14b454339037ed86be94574fb05d9f3" + "version": "0.40.0", + "dockerImage": "googleapis/artman@sha256:fd2b49cce3d652929cc80157ec2d91bebe993f7cd4e89afaad80f9c785f8bf36" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "a05f640453ac7b4e1361dfceeae15ee6e02317f1", - "internalRef": "275258873" + "sha": "906335b5a958557e1070fc6f275171dc8a42b1ec", + "internalRef": "275374583" } }, { "template": { "name": "java_library", "origin": "synthtool.gcp", - "version": "2019.5.2" + "version": "2019.10.17" } } ],