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

Commit 0daafd4

Browse files
yoshi-automationchingor13
authored andcommitted
docs: regenerate from protos (#13)
1 parent 874ea81 commit 0daafd4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1217
-1100
lines changed

google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/DataCatalogClient.java

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ public final UnaryCallable<SearchCatalogRequest, SearchCatalogResponse> searchCa
718718
* <p>Note that this EntryGroup and its child resources may not actually be stored in the
719719
* location in this name.
720720
* @param entryGroupId Required. The id of the entry group to create.
721-
* @param entryGroup Optional. The entry group to create. Defaults to an empty entry group.
721+
* @param entryGroup The entry group to create. Defaults to an empty entry group.
722722
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
723723
*/
724724
public final EntryGroup createEntryGroup(
@@ -806,7 +806,7 @@ public final UnaryCallable<CreateEntryGroupRequest, EntryGroup> createEntryGroup
806806
*
807807
* @param name Required. The name of the entry group. For example,
808808
* `projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}`.
809-
* @param readMask Optional. The fields to return. If not set or empty, all fields are returned.
809+
* @param readMask The fields to return. If not set or empty, all fields are returned.
810810
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
811811
*/
812812
public final EntryGroup getEntryGroup(String name, FieldMask readMask) {
@@ -1050,10 +1050,12 @@ public final UnaryCallable<CreateEntryRequest, Entry> createEntryCallable() {
10501050
* }
10511051
* </code></pre>
10521052
*
1053-
* @param entry Required. The updated entry.
1054-
* @param updateMask Optional. The fields to update on the entry. If absent or empty, all
1055-
* modifiable fields are updated.
1056-
* <p>Currently only `schema` field in Cloud Pub/Sub topic entries is modifiable.
1053+
* @param entry Required. The updated entry. The "name" field must be set.
1054+
* @param updateMask The fields to update on the entry. If absent or empty, all modifiable fields
1055+
* are updated.
1056+
* <p>The following fields are modifiable: &#42; For entries with type `DATA_STREAM`: &#42;
1057+
* `schema` &#42; For entries with type `FILESET` &#42; `schema` &#42; `display_name` &#42;
1058+
* `description` &#42; `gcs_fileset_spec` &#42; `gcs_fileset_spec.file_patterns`
10571059
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10581060
*/
10591061
public final Entry updateEntry(Entry entry, FieldMask updateMask) {
@@ -1486,8 +1488,8 @@ public final UnaryCallable<GetTagTemplateRequest, TagTemplate> getTagTemplateCal
14861488
* }
14871489
* </code></pre>
14881490
*
1489-
* @param tagTemplate Required. The template to update.
1490-
* @param updateMask Optional. The field mask specifies the parts of the template to overwrite.
1491+
* @param tagTemplate Required. The template to update. The "name" field must be set.
1492+
* @param updateMask The field mask specifies the parts of the template to overwrite.
14911493
* <p>Allowed fields:
14921494
* <p>&#42; `display_name`
14931495
* <p>If absent or empty, all of the allowed fields above will be updated.
@@ -1758,8 +1760,8 @@ public final TagTemplateField createTagTemplateField(CreateTagTemplateFieldReque
17581760
* <p>&#42;
17591761
* projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id}
17601762
* @param tagTemplateField Required. The template to update.
1761-
* @param updateMask Optional. The field mask specifies the parts of the template to be updated.
1762-
* Allowed fields:
1763+
* @param updateMask The field mask specifies the parts of the template to be updated. Allowed
1764+
* fields:
17631765
* <p>&#42; `display_name` &#42; `type.enum_type`
17641766
* <p>If `update_mask` is not set or empty, all of the allowed fields above will be updated.
17651767
* <p>When updating an enum type, the provided values will be merged with the existing values.
@@ -2114,9 +2116,9 @@ public final UnaryCallable<CreateTagRequest, Tag> createTagCallable() {
21142116
* }
21152117
* </code></pre>
21162118
*
2117-
* @param tag Required. The updated tag.
2118-
* @param updateMask Optional. The fields to update on the Tag. If absent or empty, all modifiable
2119-
* fields are updated. Currently the only modifiable field is the field `fields`.
2119+
* @param tag Required. The updated tag. The "name" field must be set.
2120+
* @param updateMask The fields to update on the Tag. If absent or empty, all modifiable fields
2121+
* are updated. Currently the only modifiable field is the field `fields`.
21202122
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
21212123
*/
21222124
public final Tag updateTag(Tag tag, FieldMask updateMask) {

proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/BigQueryDateShardedSpec.java

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,12 @@ public com.google.protobuf.ByteString getDatasetBytes() {
179179
*
180180
* <pre>
181181
* Output only. The table name prefix of the shards. The name of any given
182-
* shard is `[table_prefix]YYYYMMDD`, for example, for shard
183-
* `MyTable20180101`, the `table_prefix` is `MyTable`.
182+
* shard is
183+
* `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
184+
* `table_prefix` is `MyTable`.
184185
* </pre>
185186
*
186-
* <code>string table_prefix = 2;</code>
187+
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
187188
*/
188189
public java.lang.String getTablePrefix() {
189190
java.lang.Object ref = tablePrefix_;
@@ -201,11 +202,12 @@ public java.lang.String getTablePrefix() {
201202
*
202203
* <pre>
203204
* Output only. The table name prefix of the shards. The name of any given
204-
* shard is `[table_prefix]YYYYMMDD`, for example, for shard
205-
* `MyTable20180101`, the `table_prefix` is `MyTable`.
205+
* shard is
206+
* `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
207+
* `table_prefix` is `MyTable`.
206208
* </pre>
207209
*
208-
* <code>string table_prefix = 2;</code>
210+
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
209211
*/
210212
public com.google.protobuf.ByteString getTablePrefixBytes() {
211213
java.lang.Object ref = tablePrefix_;
@@ -228,7 +230,7 @@ public com.google.protobuf.ByteString getTablePrefixBytes() {
228230
* Output only. Total number of shards.
229231
* </pre>
230232
*
231-
* <code>int64 shard_count = 3;</code>
233+
* <code>int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
232234
*/
233235
public long getShardCount() {
234236
return shardCount_;
@@ -705,11 +707,12 @@ public Builder setDatasetBytes(com.google.protobuf.ByteString value) {
705707
*
706708
* <pre>
707709
* Output only. The table name prefix of the shards. The name of any given
708-
* shard is `[table_prefix]YYYYMMDD`, for example, for shard
709-
* `MyTable20180101`, the `table_prefix` is `MyTable`.
710+
* shard is
711+
* `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
712+
* `table_prefix` is `MyTable`.
710713
* </pre>
711714
*
712-
* <code>string table_prefix = 2;</code>
715+
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
713716
*/
714717
public java.lang.String getTablePrefix() {
715718
java.lang.Object ref = tablePrefix_;
@@ -727,11 +730,12 @@ public java.lang.String getTablePrefix() {
727730
*
728731
* <pre>
729732
* Output only. The table name prefix of the shards. The name of any given
730-
* shard is `[table_prefix]YYYYMMDD`, for example, for shard
731-
* `MyTable20180101`, the `table_prefix` is `MyTable`.
733+
* shard is
734+
* `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
735+
* `table_prefix` is `MyTable`.
732736
* </pre>
733737
*
734-
* <code>string table_prefix = 2;</code>
738+
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
735739
*/
736740
public com.google.protobuf.ByteString getTablePrefixBytes() {
737741
java.lang.Object ref = tablePrefix_;
@@ -749,11 +753,12 @@ public com.google.protobuf.ByteString getTablePrefixBytes() {
749753
*
750754
* <pre>
751755
* Output only. The table name prefix of the shards. The name of any given
752-
* shard is `[table_prefix]YYYYMMDD`, for example, for shard
753-
* `MyTable20180101`, the `table_prefix` is `MyTable`.
756+
* shard is
757+
* `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
758+
* `table_prefix` is `MyTable`.
754759
* </pre>
755760
*
756-
* <code>string table_prefix = 2;</code>
761+
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
757762
*/
758763
public Builder setTablePrefix(java.lang.String value) {
759764
if (value == null) {
@@ -769,11 +774,12 @@ public Builder setTablePrefix(java.lang.String value) {
769774
*
770775
* <pre>
771776
* Output only. The table name prefix of the shards. The name of any given
772-
* shard is `[table_prefix]YYYYMMDD`, for example, for shard
773-
* `MyTable20180101`, the `table_prefix` is `MyTable`.
777+
* shard is
778+
* `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
779+
* `table_prefix` is `MyTable`.
774780
* </pre>
775781
*
776-
* <code>string table_prefix = 2;</code>
782+
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
777783
*/
778784
public Builder clearTablePrefix() {
779785

@@ -786,11 +792,12 @@ public Builder clearTablePrefix() {
786792
*
787793
* <pre>
788794
* Output only. The table name prefix of the shards. The name of any given
789-
* shard is `[table_prefix]YYYYMMDD`, for example, for shard
790-
* `MyTable20180101`, the `table_prefix` is `MyTable`.
795+
* shard is
796+
* `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
797+
* `table_prefix` is `MyTable`.
791798
* </pre>
792799
*
793-
* <code>string table_prefix = 2;</code>
800+
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
794801
*/
795802
public Builder setTablePrefixBytes(com.google.protobuf.ByteString value) {
796803
if (value == null) {
@@ -811,7 +818,7 @@ public Builder setTablePrefixBytes(com.google.protobuf.ByteString value) {
811818
* Output only. Total number of shards.
812819
* </pre>
813820
*
814-
* <code>int64 shard_count = 3;</code>
821+
* <code>int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
815822
*/
816823
public long getShardCount() {
817824
return shardCount_;
@@ -823,7 +830,7 @@ public long getShardCount() {
823830
* Output only. Total number of shards.
824831
* </pre>
825832
*
826-
* <code>int64 shard_count = 3;</code>
833+
* <code>int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
827834
*/
828835
public Builder setShardCount(long value) {
829836

@@ -838,7 +845,7 @@ public Builder setShardCount(long value) {
838845
* Output only. Total number of shards.
839846
* </pre>
840847
*
841-
* <code>int64 shard_count = 3;</code>
848+
* <code>int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
842849
*/
843850
public Builder clearShardCount() {
844851

proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/BigQueryDateShardedSpecOrBuilder.java

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,25 @@ public interface BigQueryDateShardedSpecOrBuilder
5757
*
5858
* <pre>
5959
* Output only. The table name prefix of the shards. The name of any given
60-
* shard is `[table_prefix]YYYYMMDD`, for example, for shard
61-
* `MyTable20180101`, the `table_prefix` is `MyTable`.
60+
* shard is
61+
* `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
62+
* `table_prefix` is `MyTable`.
6263
* </pre>
6364
*
64-
* <code>string table_prefix = 2;</code>
65+
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
6566
*/
6667
java.lang.String getTablePrefix();
6768
/**
6869
*
6970
*
7071
* <pre>
7172
* Output only. The table name prefix of the shards. The name of any given
72-
* shard is `[table_prefix]YYYYMMDD`, for example, for shard
73-
* `MyTable20180101`, the `table_prefix` is `MyTable`.
73+
* shard is
74+
* `[table_prefix]YYYYMMDD`, for example, for shard `MyTable20180101`, the
75+
* `table_prefix` is `MyTable`.
7476
* </pre>
7577
*
76-
* <code>string table_prefix = 2;</code>
78+
* <code>string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
7779
*/
7880
com.google.protobuf.ByteString getTablePrefixBytes();
7981

@@ -84,7 +86,7 @@ public interface BigQueryDateShardedSpecOrBuilder
8486
* Output only. Total number of shards.
8587
* </pre>
8688
*
87-
* <code>int64 shard_count = 3;</code>
89+
* <code>int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
8890
*/
8991
long getShardCount();
9092
}

0 commit comments

Comments
 (0)