Skip to content

Commit e58efe8

Browse files
chore: Update discovery artifacts (#1346)
## Discovery Artifact Change Summary: datacatalogv1beta1[ [More details]](c26eace) chore(classroom): update the api feat(datacatalog): update the api chore(metastore): update the api chore(tpu): update the api chore(docs): Add new discovery artifacts and reference documents
1 parent bfa2f1c commit e58efe8

23 files changed

+221
-101
lines changed

docs/dyn/bigtableadmin_v2.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
Args:
127127
name: string, The resource that owns the locations collection, if applicable. (required)
128128
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
129-
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
129+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
130130
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
131131
x__xgafv: string, V1 error format.
132132
Allowed values

docs/dyn/datacatalog_v1beta1.entries.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,17 @@ <h3>Method Details</h3>
156156
&quot;updateTime&quot;: &quot;A String&quot;, # The last-modified time of the resource within the given system.
157157
},
158158
&quot;type&quot;: &quot;A String&quot;, # The type of the entry. Only used for Entries with types in the EntryType enum.
159+
&quot;usageSignal&quot;: { # The set of all usage signals that we store in Data Catalog. # Output only. Statistics on the usage level of the resource.
160+
&quot;updateTime&quot;: &quot;A String&quot;, # The timestamp of the end of the usage statistics duration.
161+
&quot;usageWithinTimeRange&quot;: { # Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {&quot;24H&quot;, &quot;7D&quot;, &quot;30D&quot;}.
162+
&quot;a_key&quot;: { # Detailed counts on the entry&#x27;s usage. Caveats: - Only BigQuery tables have usage stats - The usage stats only inlude BigQuery query jobs - The usage stats might be underestimated, e.g. wildcard table references are not yet counted in usage computation https://cloud.google.com/bigquery/docs/querying-wildcard-tables
163+
&quot;totalCancellations&quot;: 3.14, # The number of times that the underlying entry was attempted to be used but was cancelled by the user.
164+
&quot;totalCompletions&quot;: 3.14, # The number of times that the underlying entry was successfully used.
165+
&quot;totalExecutionTimeForCompletionsMillis&quot;: 3.14, # Total time spent (in milliseconds) during uses the resulted in completions.
166+
&quot;totalFailures&quot;: 3.14, # The number of times that the underlying entry was attempted to be used but failed.
167+
},
168+
},
169+
},
159170
&quot;userSpecifiedSystem&quot;: &quot;A String&quot;, # This field indicates the entry&#x27;s source system that Data Catalog does not integrate with. `user_specified_system` strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
160171
&quot;userSpecifiedType&quot;: &quot;A String&quot;, # Entry type if it does not fit any of the input-allowed values listed in `EntryType` enum above. When creating an entry, users should check the enum values first, if nothing matches the entry to be created, then provide a custom value, for example &quot;my_special_type&quot;. `user_specified_type` strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long. Currently, only FILESET enum value is allowed. All other entries created through Data Catalog must use `user_specified_type`.
161172
}</pre>

docs/dyn/datacatalog_v1beta1.projects.locations.entryGroups.entries.html

Lines changed: 66 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/dlp_v2.organizations.deidentifyTemplates.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ <h3>Method Details</h3>
383383
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
384384
},
385385
},
386-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
386+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
387387
{ # General identifier of a data field in a storage service.
388388
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
389389
},
@@ -1178,7 +1178,7 @@ <h3>Method Details</h3>
11781178
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
11791179
},
11801180
},
1181-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
1181+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
11821182
{ # General identifier of a data field in a storage service.
11831183
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
11841184
},
@@ -1995,7 +1995,7 @@ <h3>Method Details</h3>
19951995
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
19961996
},
19971997
},
1998-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
1998+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
19991999
{ # General identifier of a data field in a storage service.
20002000
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
20012001
},
@@ -2800,7 +2800,7 @@ <h3>Method Details</h3>
28002800
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
28012801
},
28022802
},
2803-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
2803+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
28042804
{ # General identifier of a data field in a storage service.
28052805
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
28062806
},
@@ -3612,7 +3612,7 @@ <h3>Method Details</h3>
36123612
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
36133613
},
36143614
},
3615-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
3615+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
36163616
{ # General identifier of a data field in a storage service.
36173617
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
36183618
},
@@ -4406,7 +4406,7 @@ <h3>Method Details</h3>
44064406
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
44074407
},
44084408
},
4409-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
4409+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
44104410
{ # General identifier of a data field in a storage service.
44114411
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
44124412
},

docs/dyn/dlp_v2.organizations.locations.deidentifyTemplates.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ <h3>Method Details</h3>
383383
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
384384
},
385385
},
386-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
386+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
387387
{ # General identifier of a data field in a storage service.
388388
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
389389
},
@@ -1178,7 +1178,7 @@ <h3>Method Details</h3>
11781178
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
11791179
},
11801180
},
1181-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
1181+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
11821182
{ # General identifier of a data field in a storage service.
11831183
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
11841184
},
@@ -1995,7 +1995,7 @@ <h3>Method Details</h3>
19951995
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
19961996
},
19971997
},
1998-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
1998+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
19991999
{ # General identifier of a data field in a storage service.
20002000
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
20012001
},
@@ -2800,7 +2800,7 @@ <h3>Method Details</h3>
28002800
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
28012801
},
28022802
},
2803-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
2803+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
28042804
{ # General identifier of a data field in a storage service.
28052805
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
28062806
},
@@ -3612,7 +3612,7 @@ <h3>Method Details</h3>
36123612
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
36133613
},
36143614
},
3615-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
3615+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
36163616
{ # General identifier of a data field in a storage service.
36173617
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
36183618
},
@@ -4406,7 +4406,7 @@ <h3>Method Details</h3>
44064406
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
44074407
},
44084408
},
4409-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
4409+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
44104410
{ # General identifier of a data field in a storage service.
44114411
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
44124412
},

docs/dyn/dlp_v2.projects.content.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h3>Method Details</h3>
372372
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
373373
},
374374
},
375-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
375+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
376376
{ # General identifier of a data field in a storage service.
377377
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
378378
},
@@ -1143,7 +1143,7 @@ <h3>Method Details</h3>
11431143
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
11441144
},
11451145
},
1146-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
1146+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
11471147
{ # General identifier of a data field in a storage service.
11481148
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
11491149
},
@@ -2648,7 +2648,7 @@ <h3>Method Details</h3>
26482648
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
26492649
},
26502650
},
2651-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
2651+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
26522652
{ # General identifier of a data field in a storage service.
26532653
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
26542654
},
@@ -3247,7 +3247,7 @@ <h3>Method Details</h3>
32473247
&quot;logicalOperator&quot;: &quot;A String&quot;, # The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
32483248
},
32493249
},
3250-
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of &quot;contact.nums[0].type&quot;, use &quot;contact.nums.type&quot;.
3250+
&quot;fields&quot;: [ # Required. Input field(s) to apply the transformation to.
32513251
{ # General identifier of a data field in a storage service.
32523252
&quot;name&quot;: &quot;A String&quot;, # Name describing the field.
32533253
},

0 commit comments

Comments
 (0)