Skip to content

Commit 27f691d

Browse files
chore: Update discovery artifacts (#1348)
## Discovery Artifact Change Summary: firebasestoragev1beta[ [More details]](3682abc) chore(alertcenter): update the api chore(blogger): update the api chore(container): update the api feat(firebasestorage): update the api chore(groupsmigration): update the api chore(playablelocations): update the api chore(searchconsole): update the api chore(texttospeech): update the api chore(vectortile): update the api chore(docs): Add new discovery artifacts and reference documents
1 parent e58efe8 commit 27f691d

23 files changed

+128
-259
lines changed

docs/dyn/bigquery_v2.jobs.html

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -474,11 +474,6 @@ <h3>Method Details</h3>
474474
&quot;billingTier&quot;: 42, # [Output-only] Billing tier for the job.
475475
&quot;cacheHit&quot;: True or False, # [Output-only] Whether the query result was fetched from the query cache.
476476
&quot;ddlAffectedRowAccessPolicyCount&quot;: &quot;A String&quot;, # [Output-only] [Preview] The number of row access policies affected by a DDL statement. Present only for DROP ALL ROW ACCESS POLICIES queries.
477-
&quot;ddlDestinationTable&quot;: { # [Output-only] The DDL destination table. Present only for ALTER TABLE RENAME TO queries. Note that ddl_target_table is used just for its type information.
478-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this table.
479-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this table.
480-
&quot;tableId&quot;: &quot;A String&quot;, # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
481-
},
482477
&quot;ddlOperationPerformed&quot;: &quot;A String&quot;, # The DDL operation performed, possibly dependent on the pre-existence of the DDL target. Possible values (new values might be added in the future): &quot;CREATE&quot;: The query created the DDL target. &quot;SKIP&quot;: No-op. Example cases: the query is CREATE TABLE IF NOT EXISTS while the table already exists, or the query is DROP TABLE IF EXISTS while the table does not exist. &quot;REPLACE&quot;: The query replaced the DDL target. Example case: the query is CREATE OR REPLACE TABLE, and the table already exists. &quot;DROP&quot;: The query deleted the DDL target.
483478
&quot;ddlTargetDataset&quot;: { # [Output-only] The DDL target dataset. Present only for CREATE/ALTER/DROP SCHEMA queries.
484479
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
@@ -1081,11 +1076,6 @@ <h3>Method Details</h3>
10811076
&quot;billingTier&quot;: 42, # [Output-only] Billing tier for the job.
10821077
&quot;cacheHit&quot;: True or False, # [Output-only] Whether the query result was fetched from the query cache.
10831078
&quot;ddlAffectedRowAccessPolicyCount&quot;: &quot;A String&quot;, # [Output-only] [Preview] The number of row access policies affected by a DDL statement. Present only for DROP ALL ROW ACCESS POLICIES queries.
1084-
&quot;ddlDestinationTable&quot;: { # [Output-only] The DDL destination table. Present only for ALTER TABLE RENAME TO queries. Note that ddl_target_table is used just for its type information.
1085-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this table.
1086-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this table.
1087-
&quot;tableId&quot;: &quot;A String&quot;, # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
1088-
},
10891079
&quot;ddlOperationPerformed&quot;: &quot;A String&quot;, # The DDL operation performed, possibly dependent on the pre-existence of the DDL target. Possible values (new values might be added in the future): &quot;CREATE&quot;: The query created the DDL target. &quot;SKIP&quot;: No-op. Example cases: the query is CREATE TABLE IF NOT EXISTS while the table already exists, or the query is DROP TABLE IF EXISTS while the table does not exist. &quot;REPLACE&quot;: The query replaced the DDL target. Example case: the query is CREATE OR REPLACE TABLE, and the table already exists. &quot;DROP&quot;: The query deleted the DDL target.
10901080
&quot;ddlTargetDataset&quot;: { # [Output-only] The DDL target dataset. Present only for CREATE/ALTER/DROP SCHEMA queries.
10911081
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
@@ -1757,11 +1747,6 @@ <h3>Method Details</h3>
17571747
&quot;billingTier&quot;: 42, # [Output-only] Billing tier for the job.
17581748
&quot;cacheHit&quot;: True or False, # [Output-only] Whether the query result was fetched from the query cache.
17591749
&quot;ddlAffectedRowAccessPolicyCount&quot;: &quot;A String&quot;, # [Output-only] [Preview] The number of row access policies affected by a DDL statement. Present only for DROP ALL ROW ACCESS POLICIES queries.
1760-
&quot;ddlDestinationTable&quot;: { # [Output-only] The DDL destination table. Present only for ALTER TABLE RENAME TO queries. Note that ddl_target_table is used just for its type information.
1761-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this table.
1762-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this table.
1763-
&quot;tableId&quot;: &quot;A String&quot;, # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
1764-
},
17651750
&quot;ddlOperationPerformed&quot;: &quot;A String&quot;, # The DDL operation performed, possibly dependent on the pre-existence of the DDL target. Possible values (new values might be added in the future): &quot;CREATE&quot;: The query created the DDL target. &quot;SKIP&quot;: No-op. Example cases: the query is CREATE TABLE IF NOT EXISTS while the table already exists, or the query is DROP TABLE IF EXISTS while the table does not exist. &quot;REPLACE&quot;: The query replaced the DDL target. Example case: the query is CREATE OR REPLACE TABLE, and the table already exists. &quot;DROP&quot;: The query deleted the DDL target.
17661751
&quot;ddlTargetDataset&quot;: { # [Output-only] The DDL target dataset. Present only for CREATE/ALTER/DROP SCHEMA queries.
17671752
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
@@ -2339,11 +2324,6 @@ <h3>Method Details</h3>
23392324
&quot;billingTier&quot;: 42, # [Output-only] Billing tier for the job.
23402325
&quot;cacheHit&quot;: True or False, # [Output-only] Whether the query result was fetched from the query cache.
23412326
&quot;ddlAffectedRowAccessPolicyCount&quot;: &quot;A String&quot;, # [Output-only] [Preview] The number of row access policies affected by a DDL statement. Present only for DROP ALL ROW ACCESS POLICIES queries.
2342-
&quot;ddlDestinationTable&quot;: { # [Output-only] The DDL destination table. Present only for ALTER TABLE RENAME TO queries. Note that ddl_target_table is used just for its type information.
2343-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this table.
2344-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this table.
2345-
&quot;tableId&quot;: &quot;A String&quot;, # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
2346-
},
23472327
&quot;ddlOperationPerformed&quot;: &quot;A String&quot;, # The DDL operation performed, possibly dependent on the pre-existence of the DDL target. Possible values (new values might be added in the future): &quot;CREATE&quot;: The query created the DDL target. &quot;SKIP&quot;: No-op. Example cases: the query is CREATE TABLE IF NOT EXISTS while the table already exists, or the query is DROP TABLE IF EXISTS while the table does not exist. &quot;REPLACE&quot;: The query replaced the DDL target. Example case: the query is CREATE OR REPLACE TABLE, and the table already exists. &quot;DROP&quot;: The query deleted the DDL target.
23482328
&quot;ddlTargetDataset&quot;: { # [Output-only] The DDL target dataset. Present only for CREATE/ALTER/DROP SCHEMA queries.
23492329
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
@@ -2949,11 +2929,6 @@ <h3>Method Details</h3>
29492929
&quot;billingTier&quot;: 42, # [Output-only] Billing tier for the job.
29502930
&quot;cacheHit&quot;: True or False, # [Output-only] Whether the query result was fetched from the query cache.
29512931
&quot;ddlAffectedRowAccessPolicyCount&quot;: &quot;A String&quot;, # [Output-only] [Preview] The number of row access policies affected by a DDL statement. Present only for DROP ALL ROW ACCESS POLICIES queries.
2952-
&quot;ddlDestinationTable&quot;: { # [Output-only] The DDL destination table. Present only for ALTER TABLE RENAME TO queries. Note that ddl_target_table is used just for its type information.
2953-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this table.
2954-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this table.
2955-
&quot;tableId&quot;: &quot;A String&quot;, # [Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
2956-
},
29572932
&quot;ddlOperationPerformed&quot;: &quot;A String&quot;, # The DDL operation performed, possibly dependent on the pre-existence of the DDL target. Possible values (new values might be added in the future): &quot;CREATE&quot;: The query created the DDL target. &quot;SKIP&quot;: No-op. Example cases: the query is CREATE TABLE IF NOT EXISTS while the table already exists, or the query is DROP TABLE IF EXISTS while the table does not exist. &quot;REPLACE&quot;: The query replaced the DDL target. Example case: the query is CREATE OR REPLACE TABLE, and the table already exists. &quot;DROP&quot;: The query deleted the DDL target.
29582933
&quot;ddlTargetDataset&quot;: { # [Output-only] The DDL target dataset. Present only for CREATE/ALTER/DROP SCHEMA queries.
29592934
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

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 will select a default.
129+
pageSize: integer, The maximum number of results to return. If not set, the service selects 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

0 commit comments

Comments
 (0)