From e58efe85e5988c93399dd3cf5290620d67baf038 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sun, 9 May 2021 03:12:02 -0700 Subject: [PATCH] chore: Update discovery artifacts (#1346) ## Discovery Artifact Change Summary: datacatalogv1beta1[ [More details]](https://github.com/googleapis/google-api-python-client/commit/c26eace22d9c3488cdebab828f158e7fc998476e) 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 --- .../bigtableadmin_v2.projects.locations.html | 2 +- docs/dyn/datacatalog_v1beta1.entries.html | 11 ++++ ...rojects.locations.entryGroups.entries.html | 66 +++++++++++++++++++ ..._v2.organizations.deidentifyTemplates.html | 12 ++-- ...zations.locations.deidentifyTemplates.html | 12 ++-- docs/dyn/dlp_v2.projects.content.html | 8 +-- .../dlp_v2.projects.deidentifyTemplates.html | 12 ++-- .../dlp_v2.projects.locations.content.html | 8 +-- ...rojects.locations.deidentifyTemplates.html | 12 ++-- ...ts.locations.services.metadataImports.html | 8 +-- ...rojects.locations.catalogs.placements.html | 2 +- ...rojects.locations.catalogs.userEvents.html | 6 +- ...rojects.locations.catalogs.placements.html | 2 +- ...rojects.locations.catalogs.userEvents.html | 6 +- ...rojects.locations.catalogs.placements.html | 2 +- ...rojects.locations.catalogs.userEvents.html | 6 +- .../secretmanager_v1.projects.secrets.html | 12 +--- ...tmanager_v1.projects.secrets.versions.html | 8 --- ...projects.instances.databases.sessions.html | 66 +++++++++++-------- .../documents/classroom.v1.json | 2 +- .../documents/datacatalog.v1beta1.json | 53 ++++++++++++++- .../documents/metastore.v1alpha.json | 4 +- .../documents/tpu.v1alpha1.json | 2 +- 23 files changed, 221 insertions(+), 101 deletions(-) diff --git a/docs/dyn/bigtableadmin_v2.projects.locations.html b/docs/dyn/bigtableadmin_v2.projects.locations.html index c135c58b9f1..b5b5d1e1cf5 100644 --- a/docs/dyn/bigtableadmin_v2.projects.locations.html +++ b/docs/dyn/bigtableadmin_v2.projects.locations.html @@ -126,7 +126,7 @@

Method Details

Args: name: string, The resource that owns the locations collection, if applicable. (required) filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160). - pageSize: integer, The maximum number of results to return. If not set, the service selects a default. + pageSize: integer, The maximum number of results to return. If not set, the service will select a default. pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page. x__xgafv: string, V1 error format. Allowed values diff --git a/docs/dyn/datacatalog_v1beta1.entries.html b/docs/dyn/datacatalog_v1beta1.entries.html index 522342e339c..253a43a4748 100644 --- a/docs/dyn/datacatalog_v1beta1.entries.html +++ b/docs/dyn/datacatalog_v1beta1.entries.html @@ -156,6 +156,17 @@

Method Details

"updateTime": "A String", # The last-modified time of the resource within the given system. }, "type": "A String", # The type of the entry. Only used for Entries with types in the EntryType enum. + "usageSignal": { # The set of all usage signals that we store in Data Catalog. # Output only. Statistics on the usage level of the resource. + "updateTime": "A String", # The timestamp of the end of the usage statistics duration. + "usageWithinTimeRange": { # Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}. + "a_key": { # Detailed counts on the entry'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 + "totalCancellations": 3.14, # The number of times that the underlying entry was attempted to be used but was cancelled by the user. + "totalCompletions": 3.14, # The number of times that the underlying entry was successfully used. + "totalExecutionTimeForCompletionsMillis": 3.14, # Total time spent (in milliseconds) during uses the resulted in completions. + "totalFailures": 3.14, # The number of times that the underlying entry was attempted to be used but failed. + }, + }, + }, "userSpecifiedSystem": "A String", # This field indicates the entry'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. "userSpecifiedType": "A String", # 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 "my_special_type". `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`. } diff --git a/docs/dyn/datacatalog_v1beta1.projects.locations.entryGroups.entries.html b/docs/dyn/datacatalog_v1beta1.projects.locations.entryGroups.entries.html index 41b9fddf092..05d65d5a436 100644 --- a/docs/dyn/datacatalog_v1beta1.projects.locations.entryGroups.entries.html +++ b/docs/dyn/datacatalog_v1beta1.projects.locations.entryGroups.entries.html @@ -176,6 +176,17 @@

Method Details

"updateTime": "A String", # The last-modified time of the resource within the given system. }, "type": "A String", # The type of the entry. Only used for Entries with types in the EntryType enum. + "usageSignal": { # The set of all usage signals that we store in Data Catalog. # Output only. Statistics on the usage level of the resource. + "updateTime": "A String", # The timestamp of the end of the usage statistics duration. + "usageWithinTimeRange": { # Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}. + "a_key": { # Detailed counts on the entry'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 + "totalCancellations": 3.14, # The number of times that the underlying entry was attempted to be used but was cancelled by the user. + "totalCompletions": 3.14, # The number of times that the underlying entry was successfully used. + "totalExecutionTimeForCompletionsMillis": 3.14, # Total time spent (in milliseconds) during uses the resulted in completions. + "totalFailures": 3.14, # The number of times that the underlying entry was attempted to be used but failed. + }, + }, + }, "userSpecifiedSystem": "A String", # This field indicates the entry'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. "userSpecifiedType": "A String", # 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 "my_special_type". `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`. } @@ -244,6 +255,17 @@

Method Details

"updateTime": "A String", # The last-modified time of the resource within the given system. }, "type": "A String", # The type of the entry. Only used for Entries with types in the EntryType enum. + "usageSignal": { # The set of all usage signals that we store in Data Catalog. # Output only. Statistics on the usage level of the resource. + "updateTime": "A String", # The timestamp of the end of the usage statistics duration. + "usageWithinTimeRange": { # Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}. + "a_key": { # Detailed counts on the entry'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 + "totalCancellations": 3.14, # The number of times that the underlying entry was attempted to be used but was cancelled by the user. + "totalCompletions": 3.14, # The number of times that the underlying entry was successfully used. + "totalExecutionTimeForCompletionsMillis": 3.14, # Total time spent (in milliseconds) during uses the resulted in completions. + "totalFailures": 3.14, # The number of times that the underlying entry was attempted to be used but failed. + }, + }, + }, "userSpecifiedSystem": "A String", # This field indicates the entry'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. "userSpecifiedType": "A String", # 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 "my_special_type". `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`. } @@ -336,6 +358,17 @@

Method Details

"updateTime": "A String", # The last-modified time of the resource within the given system. }, "type": "A String", # The type of the entry. Only used for Entries with types in the EntryType enum. + "usageSignal": { # The set of all usage signals that we store in Data Catalog. # Output only. Statistics on the usage level of the resource. + "updateTime": "A String", # The timestamp of the end of the usage statistics duration. + "usageWithinTimeRange": { # Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}. + "a_key": { # Detailed counts on the entry'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 + "totalCancellations": 3.14, # The number of times that the underlying entry was attempted to be used but was cancelled by the user. + "totalCompletions": 3.14, # The number of times that the underlying entry was successfully used. + "totalExecutionTimeForCompletionsMillis": 3.14, # Total time spent (in milliseconds) during uses the resulted in completions. + "totalFailures": 3.14, # The number of times that the underlying entry was attempted to be used but failed. + }, + }, + }, "userSpecifiedSystem": "A String", # This field indicates the entry'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. "userSpecifiedType": "A String", # 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 "my_special_type". `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`. } @@ -458,6 +491,17 @@

Method Details

"updateTime": "A String", # The last-modified time of the resource within the given system. }, "type": "A String", # The type of the entry. Only used for Entries with types in the EntryType enum. + "usageSignal": { # The set of all usage signals that we store in Data Catalog. # Output only. Statistics on the usage level of the resource. + "updateTime": "A String", # The timestamp of the end of the usage statistics duration. + "usageWithinTimeRange": { # Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}. + "a_key": { # Detailed counts on the entry'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 + "totalCancellations": 3.14, # The number of times that the underlying entry was attempted to be used but was cancelled by the user. + "totalCompletions": 3.14, # The number of times that the underlying entry was successfully used. + "totalExecutionTimeForCompletionsMillis": 3.14, # Total time spent (in milliseconds) during uses the resulted in completions. + "totalFailures": 3.14, # The number of times that the underlying entry was attempted to be used but failed. + }, + }, + }, "userSpecifiedSystem": "A String", # This field indicates the entry'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. "userSpecifiedType": "A String", # 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 "my_special_type". `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`. }, @@ -544,6 +588,17 @@

Method Details

"updateTime": "A String", # The last-modified time of the resource within the given system. }, "type": "A String", # The type of the entry. Only used for Entries with types in the EntryType enum. + "usageSignal": { # The set of all usage signals that we store in Data Catalog. # Output only. Statistics on the usage level of the resource. + "updateTime": "A String", # The timestamp of the end of the usage statistics duration. + "usageWithinTimeRange": { # Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}. + "a_key": { # Detailed counts on the entry'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 + "totalCancellations": 3.14, # The number of times that the underlying entry was attempted to be used but was cancelled by the user. + "totalCompletions": 3.14, # The number of times that the underlying entry was successfully used. + "totalExecutionTimeForCompletionsMillis": 3.14, # Total time spent (in milliseconds) during uses the resulted in completions. + "totalFailures": 3.14, # The number of times that the underlying entry was attempted to be used but failed. + }, + }, + }, "userSpecifiedSystem": "A String", # This field indicates the entry'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. "userSpecifiedType": "A String", # 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 "my_special_type". `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`. } @@ -612,6 +667,17 @@

Method Details

"updateTime": "A String", # The last-modified time of the resource within the given system. }, "type": "A String", # The type of the entry. Only used for Entries with types in the EntryType enum. + "usageSignal": { # The set of all usage signals that we store in Data Catalog. # Output only. Statistics on the usage level of the resource. + "updateTime": "A String", # The timestamp of the end of the usage statistics duration. + "usageWithinTimeRange": { # Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}. + "a_key": { # Detailed counts on the entry'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 + "totalCancellations": 3.14, # The number of times that the underlying entry was attempted to be used but was cancelled by the user. + "totalCompletions": 3.14, # The number of times that the underlying entry was successfully used. + "totalExecutionTimeForCompletionsMillis": 3.14, # Total time spent (in milliseconds) during uses the resulted in completions. + "totalFailures": 3.14, # The number of times that the underlying entry was attempted to be used but failed. + }, + }, + }, "userSpecifiedSystem": "A String", # This field indicates the entry'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. "userSpecifiedType": "A String", # 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 "my_special_type". `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`. } diff --git a/docs/dyn/dlp_v2.organizations.deidentifyTemplates.html b/docs/dyn/dlp_v2.organizations.deidentifyTemplates.html index 94bc0e0bbda..e1ea0b088ad 100644 --- a/docs/dyn/dlp_v2.organizations.deidentifyTemplates.html +++ b/docs/dyn/dlp_v2.organizations.deidentifyTemplates.html @@ -383,7 +383,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -1178,7 +1178,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -1995,7 +1995,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -2800,7 +2800,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -3612,7 +3612,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -4406,7 +4406,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, diff --git a/docs/dyn/dlp_v2.organizations.locations.deidentifyTemplates.html b/docs/dyn/dlp_v2.organizations.locations.deidentifyTemplates.html index 421af29bc44..b56c99ef83a 100644 --- a/docs/dyn/dlp_v2.organizations.locations.deidentifyTemplates.html +++ b/docs/dyn/dlp_v2.organizations.locations.deidentifyTemplates.html @@ -383,7 +383,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -1178,7 +1178,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -1995,7 +1995,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -2800,7 +2800,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -3612,7 +3612,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -4406,7 +4406,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, diff --git a/docs/dyn/dlp_v2.projects.content.html b/docs/dyn/dlp_v2.projects.content.html index c43ec43daea..3eff83cbe51 100644 --- a/docs/dyn/dlp_v2.projects.content.html +++ b/docs/dyn/dlp_v2.projects.content.html @@ -372,7 +372,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -1143,7 +1143,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -2648,7 +2648,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -3247,7 +3247,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, diff --git a/docs/dyn/dlp_v2.projects.deidentifyTemplates.html b/docs/dyn/dlp_v2.projects.deidentifyTemplates.html index dbd7294c354..8d4a938e402 100644 --- a/docs/dyn/dlp_v2.projects.deidentifyTemplates.html +++ b/docs/dyn/dlp_v2.projects.deidentifyTemplates.html @@ -383,7 +383,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -1178,7 +1178,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -1995,7 +1995,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -2800,7 +2800,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -3612,7 +3612,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -4406,7 +4406,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, diff --git a/docs/dyn/dlp_v2.projects.locations.content.html b/docs/dyn/dlp_v2.projects.locations.content.html index bc47f7b5659..5e4b96fa3f5 100644 --- a/docs/dyn/dlp_v2.projects.locations.content.html +++ b/docs/dyn/dlp_v2.projects.locations.content.html @@ -372,7 +372,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -1143,7 +1143,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -2648,7 +2648,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -3247,7 +3247,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, diff --git a/docs/dyn/dlp_v2.projects.locations.deidentifyTemplates.html b/docs/dyn/dlp_v2.projects.locations.deidentifyTemplates.html index 20937c9e4e6..2667dc14e20 100644 --- a/docs/dyn/dlp_v2.projects.locations.deidentifyTemplates.html +++ b/docs/dyn/dlp_v2.projects.locations.deidentifyTemplates.html @@ -383,7 +383,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -1178,7 +1178,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -1995,7 +1995,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -2800,7 +2800,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -3612,7 +3612,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, @@ -4406,7 +4406,7 @@

Method Details

"logicalOperator": "A String", # The operator to apply to the result of conditions. Default and currently only supported value is `AND`. }, }, - "fields": [ # 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 "contact.nums[0].type", use "contact.nums.type". + "fields": [ # Required. Input field(s) to apply the transformation to. { # General identifier of a data field in a storage service. "name": "A String", # Name describing the field. }, diff --git a/docs/dyn/metastore_v1alpha.projects.locations.services.metadataImports.html b/docs/dyn/metastore_v1alpha.projects.locations.services.metadataImports.html index 58790b5e2c8..1a0ad3cc17d 100644 --- a/docs/dyn/metastore_v1alpha.projects.locations.services.metadataImports.html +++ b/docs/dyn/metastore_v1alpha.projects.locations.services.metadataImports.html @@ -108,7 +108,7 @@

Method Details

The object takes the form of: { # A metastore resource that imports metadata. - "createTime": "A String", # Output only. The time when the metadata import was created. + "createTime": "A String", # Output only. The time when the metadata import was started. "databaseDump": { # A specification of the location of and metadata about a database dump from a relational database management system. # Immutable. A database dump from a pre-existing metastore's database. "databaseType": "A String", # The type of the database. "gcsUri": "A String", # A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://. @@ -167,7 +167,7 @@

Method Details

An object of the form: { # A metastore resource that imports metadata. - "createTime": "A String", # Output only. The time when the metadata import was created. + "createTime": "A String", # Output only. The time when the metadata import was started. "databaseDump": { # A specification of the location of and metadata about a database dump from a relational database management system. # Immutable. A database dump from a pre-existing metastore's database. "databaseType": "A String", # The type of the database. "gcsUri": "A String", # A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://. @@ -202,7 +202,7 @@

Method Details

{ # Response message for DataprocMetastore.ListMetadataImports. "metadataImports": [ # The imports in the specified service. { # A metastore resource that imports metadata. - "createTime": "A String", # Output only. The time when the metadata import was created. + "createTime": "A String", # Output only. The time when the metadata import was started. "databaseDump": { # A specification of the location of and metadata about a database dump from a relational database management system. # Immutable. A database dump from a pre-existing metastore's database. "databaseType": "A String", # The type of the database. "gcsUri": "A String", # A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://. @@ -246,7 +246,7 @@

Method Details

The object takes the form of: { # A metastore resource that imports metadata. - "createTime": "A String", # Output only. The time when the metadata import was created. + "createTime": "A String", # Output only. The time when the metadata import was started. "databaseDump": { # A specification of the location of and metadata about a database dump from a relational database management system. # Immutable. A database dump from a pre-existing metastore's database. "databaseType": "A String", # The type of the database. "gcsUri": "A String", # A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://. diff --git a/docs/dyn/retail_v2.projects.locations.catalogs.placements.html b/docs/dyn/retail_v2.projects.locations.catalogs.placements.html index c20023eb0bd..1ff923e1679 100644 --- a/docs/dyn/retail_v2.projects.locations.catalogs.placements.html +++ b/docs/dyn/retail_v2.projects.locations.catalogs.placements.html @@ -105,7 +105,7 @@

Method Details

"params": { # Additional domain specific parameters for the predictions. Allowed values: * `returnProduct`: Boolean. If set to true, the associated product object will be returned in the `results.metadata` field in the prediction response. * `returnScore`: Boolean. If set to true, the prediction 'score' corresponding to each returned product will be set in the `results.metadata` field in the prediction response. The given 'score' indicates the probability of an product being clicked/purchased given the user's context and history. * `strictFiltering`: Boolean. True by default. If set to false, the service will return generic (unfiltered) popular products instead of empty if your filter blocks all prediction results. "a_key": "", }, - "userEvent": { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. # Required. Context about the user, what they are looking at and what action they took to trigger the predict request. Note that this user event detail won't be ingested to userEvent logs. Thus, a separate userEvent write request is required for event logging. + "userEvent": { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 # Required. Context about the user, what they are looking at and what action they took to trigger the predict request. Note that this user event detail won't be ingested to userEvent logs. Thus, a separate userEvent write request is required for event logging. "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. diff --git a/docs/dyn/retail_v2.projects.locations.catalogs.userEvents.html b/docs/dyn/retail_v2.projects.locations.catalogs.userEvents.html index 81d166c7f9f..9db78d67259 100644 --- a/docs/dyn/retail_v2.projects.locations.catalogs.userEvents.html +++ b/docs/dyn/retail_v2.projects.locations.catalogs.userEvents.html @@ -155,7 +155,7 @@

Method Details

}, "userEventInlineSource": { # The inline source for the input config for ImportUserEvents method. # Required. The Inline source for the input content for UserEvents. "userEvents": [ # Required. A list of user events to import. Recommended max of 10k items. - { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. + { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. @@ -369,7 +369,7 @@

Method Details

body: object, The request body. The object takes the form of: -{ # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. +{ # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. @@ -464,7 +464,7 @@

Method Details

Returns: An object of the form: - { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. + { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. diff --git a/docs/dyn/retail_v2alpha.projects.locations.catalogs.placements.html b/docs/dyn/retail_v2alpha.projects.locations.catalogs.placements.html index 1550218b560..5ddc0024e2d 100644 --- a/docs/dyn/retail_v2alpha.projects.locations.catalogs.placements.html +++ b/docs/dyn/retail_v2alpha.projects.locations.catalogs.placements.html @@ -105,7 +105,7 @@

Method Details

"params": { # Additional domain specific parameters for the predictions. Allowed values: * `returnProduct`: Boolean. If set to true, the associated product object will be returned in the `results.metadata` field in the prediction response. * `returnScore`: Boolean. If set to true, the prediction 'score' corresponding to each returned product will be set in the `results.metadata` field in the prediction response. The given 'score' indicates the probability of an product being clicked/purchased given the user's context and history. * `strictFiltering`: Boolean. True by default. If set to false, the service will return generic (unfiltered) popular products instead of empty if your filter blocks all prediction results. "a_key": "", }, - "userEvent": { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. # Required. Context about the user, what they are looking at and what action they took to trigger the predict request. Note that this user event detail won't be ingested to userEvent logs. Thus, a separate userEvent write request is required for event logging. + "userEvent": { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 # Required. Context about the user, what they are looking at and what action they took to trigger the predict request. Note that this user event detail won't be ingested to userEvent logs. Thus, a separate userEvent write request is required for event logging. "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. diff --git a/docs/dyn/retail_v2alpha.projects.locations.catalogs.userEvents.html b/docs/dyn/retail_v2alpha.projects.locations.catalogs.userEvents.html index 07fd0b9eb39..5dcd97d4914 100644 --- a/docs/dyn/retail_v2alpha.projects.locations.catalogs.userEvents.html +++ b/docs/dyn/retail_v2alpha.projects.locations.catalogs.userEvents.html @@ -155,7 +155,7 @@

Method Details

}, "userEventInlineSource": { # The inline source for the input config for ImportUserEvents method. # Required. The Inline source for the input content for UserEvents. "userEvents": [ # Required. A list of user events to import. Recommended max of 10k items. - { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. + { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. @@ -370,7 +370,7 @@

Method Details

body: object, The request body. The object takes the form of: -{ # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. +{ # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. @@ -466,7 +466,7 @@

Method Details

Returns: An object of the form: - { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. + { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. diff --git a/docs/dyn/retail_v2beta.projects.locations.catalogs.placements.html b/docs/dyn/retail_v2beta.projects.locations.catalogs.placements.html index 1e19977d525..1bdd33856b4 100644 --- a/docs/dyn/retail_v2beta.projects.locations.catalogs.placements.html +++ b/docs/dyn/retail_v2beta.projects.locations.catalogs.placements.html @@ -105,7 +105,7 @@

Method Details

"params": { # Additional domain specific parameters for the predictions. Allowed values: * `returnProduct`: Boolean. If set to true, the associated product object will be returned in the `results.metadata` field in the prediction response. * `returnScore`: Boolean. If set to true, the prediction 'score' corresponding to each returned product will be set in the `results.metadata` field in the prediction response. The given 'score' indicates the probability of an product being clicked/purchased given the user's context and history. * `strictFiltering`: Boolean. True by default. If set to false, the service will return generic (unfiltered) popular products instead of empty if your filter blocks all prediction results. "a_key": "", }, - "userEvent": { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. # Required. Context about the user, what they are looking at and what action they took to trigger the predict request. Note that this user event detail won't be ingested to userEvent logs. Thus, a separate userEvent write request is required for event logging. + "userEvent": { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 # Required. Context about the user, what they are looking at and what action they took to trigger the predict request. Note that this user event detail won't be ingested to userEvent logs. Thus, a separate userEvent write request is required for event logging. "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. diff --git a/docs/dyn/retail_v2beta.projects.locations.catalogs.userEvents.html b/docs/dyn/retail_v2beta.projects.locations.catalogs.userEvents.html index c14b6869308..1a2438ddd21 100644 --- a/docs/dyn/retail_v2beta.projects.locations.catalogs.userEvents.html +++ b/docs/dyn/retail_v2beta.projects.locations.catalogs.userEvents.html @@ -155,7 +155,7 @@

Method Details

}, "userEventInlineSource": { # The inline source for the input config for ImportUserEvents method. # Required. The Inline source for the input content for UserEvents. "userEvents": [ # Required. A list of user events to import. Recommended max of 10k items. - { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. + { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. @@ -369,7 +369,7 @@

Method Details

body: object, The request body. The object takes the form of: -{ # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. +{ # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. @@ -464,7 +464,7 @@

Method Details

Returns: An object of the form: - { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. + { # UserEvent captures all metadata information Retail API needs to know about how end users interact with customers' website. Next tag: 22 "attributes": { # Extra user event features to include in the recommendation model. The key must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. For product recommendation, an example of extra user information is traffic_channel, i.e. how user arrives at the site. Users can arrive at the site by coming to the site directly, or coming through Google search, and etc. "a_key": { # A custom attribute that is not explicitly modeled in Product. "numbers": [ # The numerical values of this custom attribute. For example, `[2.3, 15.4]` when the key is "lengths_cm". At most 400 values are allowed.Otherwise, an INVALID_ARGUMENT error is returned. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is returned. diff --git a/docs/dyn/secretmanager_v1.projects.secrets.html b/docs/dyn/secretmanager_v1.projects.secrets.html index dda83fc53f5..cfed1bbaf52 100644 --- a/docs/dyn/secretmanager_v1.projects.secrets.html +++ b/docs/dyn/secretmanager_v1.projects.secrets.html @@ -89,7 +89,7 @@

Instance Methods

create(parent, body=None, secretId=None, x__xgafv=None)

Creates a new Secret containing no SecretVersions.

- delete(name, etag=None, x__xgafv=None)

+ delete(name, x__xgafv=None)

Deletes a Secret.

get(name, x__xgafv=None)

@@ -139,7 +139,6 @@

Method Details

{ # A secret version resource in the Secret Manager API. "createTime": "A String", # Output only. The time at which the SecretVersion was created. "destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED. - "etag": "A String", # Output only. Etag of the currently stored SecretVersion. "name": "A String", # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret. "replicationStatus": { # The replication status of a SecretVersion. # The replication status of the SecretVersion. "automatic": { # The replication status of a SecretVersion using automatic replication. Only populated if the parent Secret has an automatic replication policy. # Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy. @@ -178,7 +177,6 @@

Method Details

{ # A Secret is a logical secret whose value and versions can be accessed. A Secret is made up of zero or more SecretVersions that represent the secret data. "createTime": "A String", # Output only. The time at which the Secret was created. - "etag": "A String", # Optional. Etag of the currently stored Secret. "expireTime": "A String", # Optional. Timestamp in UTC when the Secret is scheduled to expire. This is always provided on output, regardless of what was sent on input. "labels": { # The labels assigned to this Secret. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `\p{Ll}\p{Lo}{0,62}` Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `[\p{Ll}\p{Lo}\p{N}_-]{0,63}` No more than 64 labels can be assigned to a given resource. "a_key": "A String", @@ -224,7 +222,6 @@

Method Details

{ # A Secret is a logical secret whose value and versions can be accessed. A Secret is made up of zero or more SecretVersions that represent the secret data. "createTime": "A String", # Output only. The time at which the Secret was created. - "etag": "A String", # Optional. Etag of the currently stored Secret. "expireTime": "A String", # Optional. Timestamp in UTC when the Secret is scheduled to expire. This is always provided on output, regardless of what was sent on input. "labels": { # The labels assigned to this Secret. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `\p{Ll}\p{Lo}{0,62}` Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `[\p{Ll}\p{Lo}\p{N}_-]{0,63}` No more than 64 labels can be assigned to a given resource. "a_key": "A String", @@ -261,12 +258,11 @@

Method Details

- delete(name, etag=None, x__xgafv=None) + delete(name, x__xgafv=None)
Deletes a Secret.
 
 Args:
   name: string, Required. The resource name of the Secret to delete in the format `projects/*/secrets/*`. (required)
-  etag: string, Optional. Etag of the Secret. The request succeeds if it matches the etag of the currently stored secret object. If the etag is omitted, the request succeeds.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -295,7 +291,6 @@ 

Method Details

{ # A Secret is a logical secret whose value and versions can be accessed. A Secret is made up of zero or more SecretVersions that represent the secret data. "createTime": "A String", # Output only. The time at which the Secret was created. - "etag": "A String", # Optional. Etag of the currently stored Secret. "expireTime": "A String", # Optional. Timestamp in UTC when the Secret is scheduled to expire. This is always provided on output, regardless of what was sent on input. "labels": { # The labels assigned to this Secret. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `\p{Ll}\p{Lo}{0,62}` Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `[\p{Ll}\p{Lo}\p{N}_-]{0,63}` No more than 64 labels can be assigned to a given resource. "a_key": "A String", @@ -400,7 +395,6 @@

Method Details

"secrets": [ # The list of Secrets sorted in reverse by create_time (newest first). { # A Secret is a logical secret whose value and versions can be accessed. A Secret is made up of zero or more SecretVersions that represent the secret data. "createTime": "A String", # Output only. The time at which the Secret was created. - "etag": "A String", # Optional. Etag of the currently stored Secret. "expireTime": "A String", # Optional. Timestamp in UTC when the Secret is scheduled to expire. This is always provided on output, regardless of what was sent on input. "labels": { # The labels assigned to this Secret. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `\p{Ll}\p{Lo}{0,62}` Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `[\p{Ll}\p{Lo}\p{N}_-]{0,63}` No more than 64 labels can be assigned to a given resource. "a_key": "A String", @@ -464,7 +458,6 @@

Method Details

{ # A Secret is a logical secret whose value and versions can be accessed. A Secret is made up of zero or more SecretVersions that represent the secret data. "createTime": "A String", # Output only. The time at which the Secret was created. - "etag": "A String", # Optional. Etag of the currently stored Secret. "expireTime": "A String", # Optional. Timestamp in UTC when the Secret is scheduled to expire. This is always provided on output, regardless of what was sent on input. "labels": { # The labels assigned to this Secret. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `\p{Ll}\p{Lo}{0,62}` Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `[\p{Ll}\p{Lo}\p{N}_-]{0,63}` No more than 64 labels can be assigned to a given resource. "a_key": "A String", @@ -510,7 +503,6 @@

Method Details

{ # A Secret is a logical secret whose value and versions can be accessed. A Secret is made up of zero or more SecretVersions that represent the secret data. "createTime": "A String", # Output only. The time at which the Secret was created. - "etag": "A String", # Optional. Etag of the currently stored Secret. "expireTime": "A String", # Optional. Timestamp in UTC when the Secret is scheduled to expire. This is always provided on output, regardless of what was sent on input. "labels": { # The labels assigned to this Secret. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `\p{Ll}\p{Lo}{0,62}` Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: `[\p{Ll}\p{Lo}\p{N}_-]{0,63}` No more than 64 labels can be assigned to a given resource. "a_key": "A String", diff --git a/docs/dyn/secretmanager_v1.projects.secrets.versions.html b/docs/dyn/secretmanager_v1.projects.secrets.versions.html index 5e1fa3458ef..a0d214324b6 100644 --- a/docs/dyn/secretmanager_v1.projects.secrets.versions.html +++ b/docs/dyn/secretmanager_v1.projects.secrets.versions.html @@ -136,7 +136,6 @@

Method Details

The object takes the form of: { # Request message for SecretManagerService.DestroySecretVersion. - "etag": "A String", # Optional. Etag of the SecretVersion. The request succeeds if it matches the etag of the currently stored secret version object. If the etag is omitted, the request succeeds. } x__xgafv: string, V1 error format. @@ -150,7 +149,6 @@

Method Details

{ # A secret version resource in the Secret Manager API. "createTime": "A String", # Output only. The time at which the SecretVersion was created. "destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED. - "etag": "A String", # Output only. Etag of the currently stored SecretVersion. "name": "A String", # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret. "replicationStatus": { # The replication status of a SecretVersion. # The replication status of the SecretVersion. "automatic": { # The replication status of a SecretVersion using automatic replication. Only populated if the parent Secret has an automatic replication policy. # Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy. @@ -183,7 +181,6 @@

Method Details

The object takes the form of: { # Request message for SecretManagerService.DisableSecretVersion. - "etag": "A String", # Optional. Etag of the SecretVersion. The request succeeds if it matches the etag of the currently stored secret version object. If the etag is omitted, the request succeeds. } x__xgafv: string, V1 error format. @@ -197,7 +194,6 @@

Method Details

{ # A secret version resource in the Secret Manager API. "createTime": "A String", # Output only. The time at which the SecretVersion was created. "destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED. - "etag": "A String", # Output only. Etag of the currently stored SecretVersion. "name": "A String", # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret. "replicationStatus": { # The replication status of a SecretVersion. # The replication status of the SecretVersion. "automatic": { # The replication status of a SecretVersion using automatic replication. Only populated if the parent Secret has an automatic replication policy. # Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy. @@ -230,7 +226,6 @@

Method Details

The object takes the form of: { # Request message for SecretManagerService.EnableSecretVersion. - "etag": "A String", # Optional. Etag of the SecretVersion. The request succeeds if it matches the etag of the currently stored secret version object. If the etag is omitted, the request succeeds. } x__xgafv: string, V1 error format. @@ -244,7 +239,6 @@

Method Details

{ # A secret version resource in the Secret Manager API. "createTime": "A String", # Output only. The time at which the SecretVersion was created. "destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED. - "etag": "A String", # Output only. Etag of the currently stored SecretVersion. "name": "A String", # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret. "replicationStatus": { # The replication status of a SecretVersion. # The replication status of the SecretVersion. "automatic": { # The replication status of a SecretVersion using automatic replication. Only populated if the parent Secret has an automatic replication policy. # Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy. @@ -284,7 +278,6 @@

Method Details

{ # A secret version resource in the Secret Manager API. "createTime": "A String", # Output only. The time at which the SecretVersion was created. "destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED. - "etag": "A String", # Output only. Etag of the currently stored SecretVersion. "name": "A String", # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret. "replicationStatus": { # The replication status of a SecretVersion. # The replication status of the SecretVersion. "automatic": { # The replication status of a SecretVersion using automatic replication. Only populated if the parent Secret has an automatic replication policy. # Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy. @@ -330,7 +323,6 @@

Method Details

{ # A secret version resource in the Secret Manager API. "createTime": "A String", # Output only. The time at which the SecretVersion was created. "destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED. - "etag": "A String", # Output only. Etag of the currently stored SecretVersion. "name": "A String", # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret. "replicationStatus": { # The replication status of a SecretVersion. # The replication status of the SecretVersion. "automatic": { # The replication status of a SecretVersion using automatic replication. Only populated if the parent Secret has an automatic replication policy. # Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy. diff --git a/docs/dyn/spanner_v1.projects.instances.databases.sessions.html b/docs/dyn/spanner_v1.projects.instances.databases.sessions.html index 936dae878c9..5a34d9deee6 100644 --- a/docs/dyn/spanner_v1.projects.instances.databases.sessions.html +++ b/docs/dyn/spanner_v1.projects.instances.databases.sessions.html @@ -421,7 +421,14 @@

Method Details

"a_key": { # `Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query. "arrayElementType": # Object with schema name: Type # If code == ARRAY, then `array_element_type` is the type of the array elements. "code": "A String", # Required. The TypeCode for this type. - "structType": # Object with schema name: StructType # If code == STRUCT, then `struct_type` provides type information for the struct's fields. + "structType": { # `StructType` defines the fields of a STRUCT type. # If code == STRUCT, then `struct_type` provides type information for the struct's fields. + "fields": [ # The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the StructType. In turn, the order of fields matches the order of columns in a read request, or the order of fields in the `SELECT` clause of a query. + { # Message representing a single field of a struct. + "name": "A String", # The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., `"Word"` in the query `"SELECT 'hello' AS Word"`), or the column name (e.g., `"ColName"` in the query `"SELECT ColName FROM Table"`). Some columns might have an empty name (e.g., `"SELECT UPPER(ColName)"`). Note that a query result can contain multiple fields with the same name. + "type": # Object with schema name: Type # The type of the field. + }, + ], + }, }, }, "params": { # Parameter names and values that bind to placeholders in the DML string. A parameter placeholder consists of the `@` character followed by the parameter name (for example, `@firstName`). Parameter names can contain letters, numbers, and underscores. Parameters can appear anywhere that a literal value is expected. The same parameter name can be used more than once, for example: `"WHERE id > @msg_id AND id < @msg_id + 100"` It is an error to execute a SQL statement with unbound parameters. @@ -479,11 +486,7 @@

Method Details

"fields": [ # The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the StructType. In turn, the order of fields matches the order of columns in a read request, or the order of fields in the `SELECT` clause of a query. { # Message representing a single field of a struct. "name": "A String", # The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., `"Word"` in the query `"SELECT 'hello' AS Word"`), or the column name (e.g., `"ColName"` in the query `"SELECT ColName FROM Table"`). Some columns might have an empty name (e.g., `"SELECT UPPER(ColName)"`). Note that a query result can contain multiple fields with the same name. - "type": { # `Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query. # The type of the field. - "arrayElementType": # Object with schema name: Type # If code == ARRAY, then `array_element_type` is the type of the array elements. - "code": "A String", # Required. The TypeCode for this type. - "structType": # Object with schema name: StructType # If code == STRUCT, then `struct_type` provides type information for the struct's fields. - }, + "type": # Object with schema name: Type # The type of the field. }, ], }, @@ -560,7 +563,14 @@

Method Details

"a_key": { # `Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query. "arrayElementType": # Object with schema name: Type # If code == ARRAY, then `array_element_type` is the type of the array elements. "code": "A String", # Required. The TypeCode for this type. - "structType": # Object with schema name: StructType # If code == STRUCT, then `struct_type` provides type information for the struct's fields. + "structType": { # `StructType` defines the fields of a STRUCT type. # If code == STRUCT, then `struct_type` provides type information for the struct's fields. + "fields": [ # The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the StructType. In turn, the order of fields matches the order of columns in a read request, or the order of fields in the `SELECT` clause of a query. + { # Message representing a single field of a struct. + "name": "A String", # The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., `"Word"` in the query `"SELECT 'hello' AS Word"`), or the column name (e.g., `"ColName"` in the query `"SELECT ColName FROM Table"`). Some columns might have an empty name (e.g., `"SELECT UPPER(ColName)"`). Note that a query result can contain multiple fields with the same name. + "type": # Object with schema name: Type # The type of the field. + }, + ], + }, }, }, "params": { # Parameter names and values that bind to placeholders in the SQL string. A parameter placeholder consists of the `@` character followed by the parameter name (for example, `@firstName`). Parameter names must conform to the naming requirements of identifiers as specified at https://cloud.google.com/spanner/docs/lexical#identifiers. Parameters can appear anywhere that a literal value is expected. The same parameter name can be used more than once, for example: `"WHERE id > @msg_id AND id < @msg_id + 100"` It is an error to execute a SQL statement with unbound parameters. @@ -627,11 +637,7 @@

Method Details

"fields": [ # The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the StructType. In turn, the order of fields matches the order of columns in a read request, or the order of fields in the `SELECT` clause of a query. { # Message representing a single field of a struct. "name": "A String", # The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., `"Word"` in the query `"SELECT 'hello' AS Word"`), or the column name (e.g., `"ColName"` in the query `"SELECT ColName FROM Table"`). Some columns might have an empty name (e.g., `"SELECT UPPER(ColName)"`). Note that a query result can contain multiple fields with the same name. - "type": { # `Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query. # The type of the field. - "arrayElementType": # Object with schema name: Type # If code == ARRAY, then `array_element_type` is the type of the array elements. - "code": "A String", # Required. The TypeCode for this type. - "structType": # Object with schema name: StructType # If code == STRUCT, then `struct_type` provides type information for the struct's fields. - }, + "type": # Object with schema name: Type # The type of the field. }, ], }, @@ -697,7 +703,14 @@

Method Details

"a_key": { # `Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query. "arrayElementType": # Object with schema name: Type # If code == ARRAY, then `array_element_type` is the type of the array elements. "code": "A String", # Required. The TypeCode for this type. - "structType": # Object with schema name: StructType # If code == STRUCT, then `struct_type` provides type information for the struct's fields. + "structType": { # `StructType` defines the fields of a STRUCT type. # If code == STRUCT, then `struct_type` provides type information for the struct's fields. + "fields": [ # The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the StructType. In turn, the order of fields matches the order of columns in a read request, or the order of fields in the `SELECT` clause of a query. + { # Message representing a single field of a struct. + "name": "A String", # The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., `"Word"` in the query `"SELECT 'hello' AS Word"`), or the column name (e.g., `"ColName"` in the query `"SELECT ColName FROM Table"`). Some columns might have an empty name (e.g., `"SELECT UPPER(ColName)"`). Note that a query result can contain multiple fields with the same name. + "type": # Object with schema name: Type # The type of the field. + }, + ], + }, }, }, "params": { # Parameter names and values that bind to placeholders in the SQL string. A parameter placeholder consists of the `@` character followed by the parameter name (for example, `@firstName`). Parameter names must conform to the naming requirements of identifiers as specified at https://cloud.google.com/spanner/docs/lexical#identifiers. Parameters can appear anywhere that a literal value is expected. The same parameter name can be used more than once, for example: `"WHERE id > @msg_id AND id < @msg_id + 100"` It is an error to execute a SQL statement with unbound parameters. @@ -765,11 +778,7 @@

Method Details

"fields": [ # The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the StructType. In turn, the order of fields matches the order of columns in a read request, or the order of fields in the `SELECT` clause of a query. { # Message representing a single field of a struct. "name": "A String", # The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., `"Word"` in the query `"SELECT 'hello' AS Word"`), or the column name (e.g., `"ColName"` in the query `"SELECT ColName FROM Table"`). Some columns might have an empty name (e.g., `"SELECT UPPER(ColName)"`). Note that a query result can contain multiple fields with the same name. - "type": { # `Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query. # The type of the field. - "arrayElementType": # Object with schema name: Type # If code == ARRAY, then `array_element_type` is the type of the array elements. - "code": "A String", # Required. The TypeCode for this type. - "structType": # Object with schema name: StructType # If code == STRUCT, then `struct_type` provides type information for the struct's fields. - }, + "type": # Object with schema name: Type # The type of the field. }, ], }, @@ -904,7 +913,14 @@

Method Details

"a_key": { # `Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query. "arrayElementType": # Object with schema name: Type # If code == ARRAY, then `array_element_type` is the type of the array elements. "code": "A String", # Required. The TypeCode for this type. - "structType": # Object with schema name: StructType # If code == STRUCT, then `struct_type` provides type information for the struct's fields. + "structType": { # `StructType` defines the fields of a STRUCT type. # If code == STRUCT, then `struct_type` provides type information for the struct's fields. + "fields": [ # The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the StructType. In turn, the order of fields matches the order of columns in a read request, or the order of fields in the `SELECT` clause of a query. + { # Message representing a single field of a struct. + "name": "A String", # The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., `"Word"` in the query `"SELECT 'hello' AS Word"`), or the column name (e.g., `"ColName"` in the query `"SELECT ColName FROM Table"`). Some columns might have an empty name (e.g., `"SELECT UPPER(ColName)"`). Note that a query result can contain multiple fields with the same name. + "type": # Object with schema name: Type # The type of the field. + }, + ], + }, }, }, "params": { # Parameter names and values that bind to placeholders in the SQL string. A parameter placeholder consists of the `@` character followed by the parameter name (for example, `@firstName`). Parameter names can contain letters, numbers, and underscores. Parameters can appear anywhere that a literal value is expected. The same parameter name can be used more than once, for example: `"WHERE id > @msg_id AND id < @msg_id + 100"` It is an error to execute a SQL statement with unbound parameters. @@ -1160,11 +1176,7 @@

Method Details

"fields": [ # The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the StructType. In turn, the order of fields matches the order of columns in a read request, or the order of fields in the `SELECT` clause of a query. { # Message representing a single field of a struct. "name": "A String", # The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., `"Word"` in the query `"SELECT 'hello' AS Word"`), or the column name (e.g., `"ColName"` in the query `"SELECT ColName FROM Table"`). Some columns might have an empty name (e.g., `"SELECT UPPER(ColName)"`). Note that a query result can contain multiple fields with the same name. - "type": { # `Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query. # The type of the field. - "arrayElementType": # Object with schema name: Type # If code == ARRAY, then `array_element_type` is the type of the array elements. - "code": "A String", # Required. The TypeCode for this type. - "structType": # Object with schema name: StructType # If code == STRUCT, then `struct_type` provides type information for the struct's fields. - }, + "type": # Object with schema name: Type # The type of the field. }, ], }, @@ -1336,11 +1348,7 @@

Method Details

"fields": [ # The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the StructType. In turn, the order of fields matches the order of columns in a read request, or the order of fields in the `SELECT` clause of a query. { # Message representing a single field of a struct. "name": "A String", # The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., `"Word"` in the query `"SELECT 'hello' AS Word"`), or the column name (e.g., `"ColName"` in the query `"SELECT ColName FROM Table"`). Some columns might have an empty name (e.g., `"SELECT UPPER(ColName)"`). Note that a query result can contain multiple fields with the same name. - "type": { # `Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query. # The type of the field. - "arrayElementType": # Object with schema name: Type # If code == ARRAY, then `array_element_type` is the type of the array elements. - "code": "A String", # Required. The TypeCode for this type. - "structType": # Object with schema name: StructType # If code == STRUCT, then `struct_type` provides type information for the struct's fields. - }, + "type": # Object with schema name: Type # The type of the field. }, ], }, diff --git a/googleapiclient/discovery_cache/documents/classroom.v1.json b/googleapiclient/discovery_cache/documents/classroom.v1.json index ec18105f9b5..bbd1e764fef 100644 --- a/googleapiclient/discovery_cache/documents/classroom.v1.json +++ b/googleapiclient/discovery_cache/documents/classroom.v1.json @@ -2400,7 +2400,7 @@ } } }, - "revision": "20210504", + "revision": "20210505", "rootUrl": "https://classroom.googleapis.com/", "schemas": { "Announcement": { diff --git a/googleapiclient/discovery_cache/documents/datacatalog.v1beta1.json b/googleapiclient/discovery_cache/documents/datacatalog.v1beta1.json index 535ca02e412..2793e90d74a 100644 --- a/googleapiclient/discovery_cache/documents/datacatalog.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/datacatalog.v1beta1.json @@ -1808,7 +1808,7 @@ } } }, - "revision": "20210412", + "revision": "20210429", "rootUrl": "https://datacatalog.googleapis.com/", "schemas": { "Binding": { @@ -2045,6 +2045,11 @@ ], "type": "string" }, + "usageSignal": { + "$ref": "GoogleCloudDatacatalogV1beta1UsageSignal", + "description": "Output only. Statistics on the usage level of the resource.", + "readOnly": true + }, "userSpecifiedSystem": { "description": "This field indicates the entry'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.", "type": "string" @@ -2791,6 +2796,52 @@ }, "type": "object" }, + "GoogleCloudDatacatalogV1beta1UsageSignal": { + "description": "The set of all usage signals that we store in Data Catalog.", + "id": "GoogleCloudDatacatalogV1beta1UsageSignal", + "properties": { + "updateTime": { + "description": "The timestamp of the end of the usage statistics duration.", + "format": "google-datetime", + "type": "string" + }, + "usageWithinTimeRange": { + "additionalProperties": { + "$ref": "GoogleCloudDatacatalogV1beta1UsageStats" + }, + "description": "Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {\"24H\", \"7D\", \"30D\"}.", + "type": "object" + } + }, + "type": "object" + }, + "GoogleCloudDatacatalogV1beta1UsageStats": { + "description": "Detailed counts on the entry'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", + "id": "GoogleCloudDatacatalogV1beta1UsageStats", + "properties": { + "totalCancellations": { + "description": "The number of times that the underlying entry was attempted to be used but was cancelled by the user.", + "format": "float", + "type": "number" + }, + "totalCompletions": { + "description": "The number of times that the underlying entry was successfully used.", + "format": "float", + "type": "number" + }, + "totalExecutionTimeForCompletionsMillis": { + "description": "Total time spent (in milliseconds) during uses the resulted in completions.", + "format": "float", + "type": "number" + }, + "totalFailures": { + "description": "The number of times that the underlying entry was attempted to be used but failed.", + "format": "float", + "type": "number" + } + }, + "type": "object" + }, "GoogleCloudDatacatalogV1beta1ViewSpec": { "description": "Table view specification.", "id": "GoogleCloudDatacatalogV1beta1ViewSpec", diff --git a/googleapiclient/discovery_cache/documents/metastore.v1alpha.json b/googleapiclient/discovery_cache/documents/metastore.v1alpha.json index 75877865892..f2d8655b7df 100644 --- a/googleapiclient/discovery_cache/documents/metastore.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/metastore.v1alpha.json @@ -899,7 +899,7 @@ } } }, - "revision": "20210413", + "revision": "20210503", "rootUrl": "https://metastore.googleapis.com/", "schemas": { "AuditConfig": { @@ -1447,7 +1447,7 @@ "id": "MetadataImport", "properties": { "createTime": { - "description": "Output only. The time when the metadata import was created.", + "description": "Output only. The time when the metadata import was started.", "format": "google-datetime", "readOnly": true, "type": "string" diff --git a/googleapiclient/discovery_cache/documents/tpu.v1alpha1.json b/googleapiclient/discovery_cache/documents/tpu.v1alpha1.json index e0b6d585635..2c11c555aad 100644 --- a/googleapiclient/discovery_cache/documents/tpu.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/tpu.v1alpha1.json @@ -659,7 +659,7 @@ } } }, - "revision": "20210423", + "revision": "20210505", "rootUrl": "https://tpu.googleapis.com/", "schemas": { "AcceleratorType": {