From 33f2356b05141ce01864e1a61e56f2e6f7c4a42e Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:17:21 -0800 Subject: [PATCH] feat: Run the code generator (34e8e7f) --- .../events/cloud/alloydb_v1/types/data.py | 72 +++--- .../events/cloud/apigateway_v1/types/data.py | 10 +- .../events/cloud/audit_v1/types/data.py | 15 +- .../events/cloud/batch_v1/types/data.py | 28 +-- .../beyondcorp/appconnectors_v1/types/data.py | 16 +- .../clientconnectorservices_v1/types/data.py | 6 +- .../events/cloud/cloudbuild_v1/types/data.py | 6 +- .../events/cloud/clouddms_v1/types/data.py | 8 +- .../cloud/dataflow_v1beta3/types/data.py | 18 +- .../events/cloud/dataplex_v1/types/data.py | 82 +++--- .../events/cloud/datastore_v1/types/data.py | 12 +- .../events/cloud/deploy_v1/types/data.py | 122 ++++----- .../events/cloud/gkebackup_v1/types/data.py | 24 +- .../events/cloud/gkehub_v1/types/data.py | 12 +- src/google/events/cloud/iot_v1/types/data.py | 2 +- .../events/cloud/metastore_v1/types/data.py | 10 +- .../networkconnectivity_v1/types/data.py | 6 +- .../cloud/networkmanagement_v1/types/data.py | 42 ++-- .../cloud/networkservices_v1/types/data.py | 48 ++-- .../events/cloud/notebooks_v1/types/data.py | 168 ++++++------- .../events/cloud/redis_v1/types/data.py | 24 +- .../events/cloud/scheduler_v1/types/data.py | 237 +++++++++--------- .../cloud/video/transcoder_v1/types/data.py | 204 +++++++-------- .../events/cloud/visionai_v1/types/data.py | 40 +-- .../events/cloud/workflows_v1/types/data.py | 8 +- .../firebase/remoteconfig_v1/types/data.py | 2 +- 26 files changed, 610 insertions(+), 612 deletions(-) diff --git a/src/google/events/cloud/alloydb_v1/types/data.py b/src/google/events/cloud/alloydb_v1/types/data.py index 7d9900d..1a234ac 100644 --- a/src/google/events/cloud/alloydb_v1/types/data.py +++ b/src/google/events/cloud/alloydb_v1/types/data.py @@ -432,7 +432,7 @@ class BackupSource(proto.Message): backup_name (str): Required. The name of the backup resource with the format: - - projects/{project}/locations/{region}/backups/{backup_id} + - projects/{project}/locations/{region}/backups/{backup_id} """ backup_uid: str = proto.Field( @@ -472,12 +472,12 @@ class Cluster(proto.Message): Output only. The name of the cluster resource with the format: - - projects/{project}/locations/{region}/clusters/{cluster_id} - where the cluster ID segment should satisfy the regex - expression ``[a-z0-9-]+``. For more details see - https://google.aip.dev/122. The prefix of the cluster - resource name is the name of the parent resource: - - projects/{project}/locations/{region} + - projects/{project}/locations/{region}/clusters/{cluster_id} + where the cluster ID segment should satisfy the regex + expression ``[a-z0-9-]+``. For more details see + https://google.aip.dev/122. The prefix of the cluster + resource name is the name of the parent resource: + - projects/{project}/locations/{region} display_name (str): User-settable and human-readable display name for the Cluster. @@ -637,7 +637,7 @@ class SecondaryConfig(proto.Message): primary_cluster_name (str): The name of the primary cluster name with the format: - - projects/{project}/locations/{region}/clusters/{cluster_id} + - projects/{project}/locations/{region}/clusters/{cluster_id} """ primary_cluster_name: str = proto.Field( @@ -779,15 +779,15 @@ class Instance(proto.Message): Output only. The name of the instance resource with the format: - - projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} - where the cluster and instance ID segments should satisfy - the regex expression ``[a-z]([a-z0-9-]{0,61}[a-z0-9])?``, - e.g. 1-63 characters of lowercase letters, numbers, and - dashes, starting with a letter, and ending with a letter - or number. For more details see - https://google.aip.dev/122. The prefix of the instance - resource name is the name of the parent resource: - - projects/{project}/locations/{region}/clusters/{cluster_id} + - projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} + where the cluster and instance ID segments should satisfy + the regex expression ``[a-z]([a-z0-9-]{0,61}[a-z0-9])?``, + e.g. 1-63 characters of lowercase letters, numbers, and + dashes, starting with a letter, and ending with a letter + or number. For more details see + https://google.aip.dev/122. The prefix of the instance + resource name is the name of the parent resource: + - projects/{project}/locations/{region}/clusters/{cluster_id} display_name (str): User-settable and human-readable display name for the Instance. @@ -832,12 +832,12 @@ class Instance(proto.Message): database_flags (MutableMapping[str, str]): Database flags. Set at instance level. - - They are copied from primary instance on read instance - creation. - - Read instances can set new or override existing flags - that are relevant for reads, e.g. for enabling columnar - cache on a read instance. Flags set on read instance may - or may not be present on primary. + - They are copied from primary instance on read instance + creation. + - Read instances can set new or override existing flags that + are relevant for reads, e.g. for enabling columnar cache + on a read instance. Flags set on read instance may or may + not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so @@ -933,10 +933,10 @@ class InstanceType(proto.Enum): READ POOL instances support read operations only. Each read pool instance consists of one or more homogeneous nodes. - - Read pool of size 1 can only have zonal availability. - - Read pools with node count of 2 or more can have regional - availability (nodes are present in 2 or more zones in a - region). + - Read pool of size 1 can only have zonal availability. + - Read pools with node count of 2 or more can have regional + availability (nodes are present in 2 or more zones in a + region). SECONDARY (3): SECONDARY instances support read operations only. SECONDARY instance is a cross-region read @@ -1193,15 +1193,15 @@ class Backup(proto.Message): Output only. The name of the backup resource with the format: - - projects/{project}/locations/{region}/backups/{backup_id} - where the cluster and backup ID segments should satisfy - the regex expression ``[a-z]([a-z0-9-]{0,61}[a-z0-9])?``, - e.g. 1-63 characters of lowercase letters, numbers, and - dashes, starting with a letter, and ending with a letter - or number. For more details see - https://google.aip.dev/122. The prefix of the backup - resource name is the name of the parent resource: - - projects/{project}/locations/{region} + - projects/{project}/locations/{region}/backups/{backup_id} + where the cluster and backup ID segments should satisfy + the regex expression ``[a-z]([a-z0-9-]{0,61}[a-z0-9])?``, + e.g. 1-63 characters of lowercase letters, numbers, and + dashes, starting with a letter, and ending with a letter + or number. For more details see + https://google.aip.dev/122. The prefix of the backup + resource name is the name of the parent resource: + - projects/{project}/locations/{region} display_name (str): User-settable and human-readable display name for the Backup. diff --git a/src/google/events/cloud/apigateway_v1/types/data.py b/src/google/events/cloud/apigateway_v1/types/data.py index 03574ed..2cef8ee 100644 --- a/src/google/events/cloud/apigateway_v1/types/data.py +++ b/src/google/events/cloud/apigateway_v1/types/data.py @@ -172,11 +172,11 @@ class ApiConfig(proto.Message): If multiple files are specified, the files are merged with the following rules: - - All singular scalar fields are merged using "last one - wins" semantics in the order of the files uploaded. - - Repeated fields are concatenated. - - Singular embedded messages are merged using these rules - for nested fields. + - All singular scalar fields are merged using "last one + wins" semantics in the order of the files uploaded. + - Repeated fields are concatenated. + - Singular embedded messages are merged using these rules + for nested fields. """ class State(proto.Enum): r"""All the possible API Config states. diff --git a/src/google/events/cloud/audit_v1/types/data.py b/src/google/events/cloud/audit_v1/types/data.py index 73be795..d40eb0d 100644 --- a/src/google/events/cloud/audit_v1/types/data.py +++ b/src/google/events/cloud/audit_v1/types/data.py @@ -521,14 +521,13 @@ class RequestMetadata(proto.Message): authenticated and should be treated accordingly. For example: - - ``google-api-python-client/1.4.0``: The request was made - by the Google API client for Python. - - ``Cloud SDK Command Line Tool apitools-client/1.0 gcloud/0.9.62``: - The request was made by the Google Cloud SDK CLI - (gcloud). - - ``AppEngine-Google; (+http://code.google.com/appengine; appid: s~my-project``: - The request was made from the ``my-project`` App Engine - app. + - ``google-api-python-client/1.4.0``: The request was made + by the Google API client for Python. + - ``Cloud SDK Command Line Tool apitools-client/1.0 gcloud/0.9.62``: + The request was made by the Google Cloud SDK CLI (gcloud). + - ``AppEngine-Google; (+http://code.google.com/appengine; appid: s~my-project``: + The request was made from the ``my-project`` App Engine + app. caller_network (str): The network of the caller. Set only if the network host project is part of the same GCP organization (or project) as diff --git a/src/google/events/cloud/batch_v1/types/data.py b/src/google/events/cloud/batch_v1/types/data.py index ac83a69..eddbe79 100644 --- a/src/google/events/cloud/batch_v1/types/data.py +++ b/src/google/events/cloud/batch_v1/types/data.py @@ -1158,18 +1158,18 @@ class Disk(proto.Message): Name of a public or custom image used as the data source. For example, the following are all valid URLs: - - Specify the image by its family name: - projects/{project}/global/images/family/{image_family} - - Specify the image version: - projects/{project}/global/images/{image_version} + - Specify the image by its family name: + projects/{project}/global/images/family/{image_family} + - Specify the image version: + projects/{project}/global/images/{image_version} You can also use Batch customized image in short names. The following image values are supported for a boot disk: - - "batch-debian": use Batch Debian images. - - "batch-centos": use Batch CentOS images. - - "batch-cos": use Batch Container-Optimized images. - - "batch-hpc-centos": use Batch HPC CentOS images. + - "batch-debian": use Batch Debian images. + - "batch-centos": use Batch CentOS images. + - "batch-cos": use Batch Container-Optimized images. + - "batch-hpc-centos": use Batch HPC CentOS images. This field is a member of `oneof`_ ``data_source``. snapshot (str): @@ -1404,18 +1404,18 @@ class NetworkInterface(proto.Message): For example, the following are all valid URLs: - - https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} - - projects/{project}/global/networks/{network} - - global/networks/{network} + - https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} + - projects/{project}/global/networks/{network} + - global/networks/{network} subnetwork (str): The URL of an existing subnetwork resource in the network. You can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - - https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetwork} - - projects/{project}/regions/{region}/subnetworks/{subnetwork} - - regions/{region}/subnetworks/{subnetwork} + - https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetwork} + - projects/{project}/regions/{region}/subnetworks/{subnetwork} + - regions/{region}/subnetworks/{subnetwork} no_external_ip_address (bool): Default is false (with an external IP address). Required if no external public IP diff --git a/src/google/events/cloud/beyondcorp/appconnectors_v1/types/data.py b/src/google/events/cloud/beyondcorp/appconnectors_v1/types/data.py index f0d2b21..199f36b 100644 --- a/src/google/events/cloud/beyondcorp/appconnectors_v1/types/data.py +++ b/src/google/events/cloud/beyondcorp/appconnectors_v1/types/data.py @@ -60,20 +60,20 @@ class ResourceInfo(proto.Message): r"""ResourceInfo represents the information/status of an app connector resource. Such as: - - remote_agent + - remote_agent - - container + - container - - runtime - - appgateway + - runtime + - appgateway - - appconnector + - appconnector - - appconnection + - appconnection - - tunnel + - tunnel - - logagent + - logagent Attributes: id (str): diff --git a/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/types/data.py b/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/types/data.py index 388065e..342e08f 100644 --- a/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/types/data.py +++ b/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/types/data.py @@ -46,9 +46,9 @@ class ClientConnectorService(proto.Message): Optional. User-provided name. The display name should follow certain format. - - Must be 6 to 30 characters in length. - - Can only contain lowercase letters, numbers, and hyphens. - - Must start with a letter. + - Must be 6 to 30 characters in length. + - Can only contain lowercase letters, numbers, and hyphens. + - Must start with a letter. ingress (google.events.cloud.beyondcorp.clientconnectorservices_v1.types.ClientConnectorService.Ingress): Required. The details of the ingress settings. diff --git a/src/google/events/cloud/cloudbuild_v1/types/data.py b/src/google/events/cloud/cloudbuild_v1/types/data.py index 053224d..4721227 100644 --- a/src/google/events/cloud/cloudbuild_v1/types/data.py +++ b/src/google/events/cloud/cloudbuild_v1/types/data.py @@ -131,9 +131,9 @@ class BuildEventData(proto.Message): Stores timing information for phases of the build. Valid keys are: - - BUILD: time to execute all build steps - - PUSH: time to push all specified images. - - FETCHSOURCE: time to fetch source. + - BUILD: time to execute all build steps + - PUSH: time to push all specified images. + - FETCHSOURCE: time to fetch source. If the build does not specify source or images, these keys will not be included. diff --git a/src/google/events/cloud/clouddms_v1/types/data.py b/src/google/events/cloud/clouddms_v1/types/data.py index deba919..34b386d 100644 --- a/src/google/events/cloud/clouddms_v1/types/data.py +++ b/src/google/events/cloud/clouddms_v1/types/data.py @@ -493,10 +493,10 @@ class CloudSqlSettings(proto.Message): availability_type (google.events.cloud.clouddms_v1.types.CloudSqlSettings.SqlAvailabilityType): Optional. Availability type. Potential values: - - ``ZONAL``: The instance serves data from only one zone. - Outages in that zone affect data availability. - - ``REGIONAL``: The instance can serve data from more than - one zone in a region (it is highly available). + - ``ZONAL``: The instance serves data from only one zone. + Outages in that zone affect data availability. + - ``REGIONAL``: The instance can serve data from more than + one zone in a region (it is highly available). """ class SqlActivationPolicy(proto.Enum): r"""Specifies when the instance should be activated. diff --git a/src/google/events/cloud/dataflow_v1beta3/types/data.py b/src/google/events/cloud/dataflow_v1beta3/types/data.py index d3ce6da..2b5d832 100644 --- a/src/google/events/cloud/dataflow_v1beta3/types/data.py +++ b/src/google/events/cloud/dataflow_v1beta3/types/data.py @@ -771,9 +771,9 @@ class Job(proto.Message): confidential information when you supply string values using the API. Fields stripped from source Job proto: - - steps - - pipeline_description - - transform_name_mapping + - steps + - pipeline_description + - transform_name_mapping Attributes: id (str): @@ -877,12 +877,12 @@ class Job(proto.Message): of the labels map are UTF8 strings that comply with the following restrictions: - - Keys must conform to regexp: - [\\p{Ll}\\p{Lo}][\\p{Ll}\\p{Lo}\\p{N}_-]{0,62} - - Values must conform to regexp: - [\\p{Ll}\\p{Lo}\\p{N}_-]{0,63} - - Both keys and values are additionally constrained to be - <= 128 bytes in size. + - Keys must conform to regexp: + [\\p{Ll}\\p{Lo}][\\p{Ll}\\p{Lo}\\p{N}\_-]{0,62} + - Values must conform to regexp: + [\\p{Ll}\\p{Lo}\\p{N}\_-]{0,63} + - Both keys and values are additionally constrained to be <= + 128 bytes in size. location (str): The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) diff --git a/src/google/events/cloud/dataplex_v1/types/data.py b/src/google/events/cloud/dataplex_v1/types/data.py index aabab5e..77449c1 100644 --- a/src/google/events/cloud/dataplex_v1/types/data.py +++ b/src/google/events/cloud/dataplex_v1/types/data.py @@ -458,9 +458,9 @@ class DiscoverySpec(proto.Message): - - - + - - - \*\ ``, or``\ TZ=America/New_York 1 \* \* \* \*`. + - \*\ ``, or``\ TZ=America/New_York 1 \* \* \* \*\`. This field is a member of `oneof`_ ``trigger``. """ @@ -753,9 +753,9 @@ class DiscoverySpec(proto.Message): - - - + - - - \*\ ``, or``\ TZ=America/New_York 1 \* \* \* \*`. + - \*\ ``, or``\ TZ=America/New_York 1 \* \* \* \*\`. This field is a member of `oneof`_ ``trigger``. """ @@ -1573,27 +1573,27 @@ class Field(proto.Message): type_ (str): The field data type. Possible values include: - - STRING - - BYTE - - INT64 - - INT32 - - INT16 - - DOUBLE - - FLOAT - - DECIMAL - - BOOLEAN - - BINARY - - TIMESTAMP - - DATE - - TIME - - NULL - - RECORD + - STRING + - BYTE + - INT64 + - INT32 + - INT16 + - DOUBLE + - FLOAT + - DECIMAL + - BOOLEAN + - BINARY + - TIMESTAMP + - DATE + - TIME + - NULL + - RECORD mode (str): The mode of the field. Possible values include: - - REQUIRED, if it is a required field. - - NULLABLE, if it is an optional field. - - REPEATED, if it is a repeated field. + - REQUIRED, if it is a required field. + - NULLABLE, if it is an optional field. + - REPEATED, if it is a repeated field. profile (google.events.cloud.dataplex_v1.types.DataProfileResult.Profile.Field.ProfileInfo): Profile information for the corresponding field. @@ -1945,10 +1945,10 @@ class DataQualityRuleResult(proto.Message): Evaluated count can be configured to either - - include all rows (default) - with ``null`` rows - automatically failing rule evaluation, or - - exclude ``null`` rows from the ``evaluated_count``, by - setting ``ignore_nulls = true``. + - include all rows (default) - with ``null`` rows + automatically failing rule evaluation, or + - exclude ``null`` rows from the ``evaluated_count``, by + setting ``ignore_nulls = true``. passed_count (int): The number of rows which passed a rule evaluation. This field is only valid for @@ -2731,11 +2731,11 @@ class DataScan(proto.Message): For example: - - Data Quality: generates queries based on the rules and runs - against the data to get data quality check results. - - Data Profile: analyzes the data in table(s) and generates - insights about the structure, content and relationships (such as - null percent, cardinality, min/max/mean, etc). + - Data Quality: generates queries based on the rules and runs + against the data to get data quality check results. + - Data Profile: analyzes the data in table(s) and generates insights + about the structure, content and relationships (such as null + percent, cardinality, min/max/mean, etc). This message has `oneof`_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. @@ -2759,11 +2759,11 @@ class DataScan(proto.Message): description (str): Optional. Description of the scan. - - Must be between 1-1024 characters. + - Must be between 1-1024 characters. display_name (str): Optional. User friendly display name. - - Must be between 1-256 characters. + - Must be between 1-256 characters. labels (MutableMapping[str, str]): Optional. User-defined labels for the scan. state (google.events.cloud.dataplex_v1.types.State): @@ -3235,14 +3235,14 @@ class ExecutionSpec(proto.Message): key/value string. These will be interpolated before passing the args to the driver. Currently supported placeholders: - - ${task_id} - - ${job_time} To pass positional args, set the key as - TASK_ARGS. The value should be a comma-separated string - of all the positional arguments. To use a delimiter other - than comma, refer to - https://cloud.google.com/sdk/gcloud/reference/topic/escaping. - In case of other keys being present in the args, then - TASK_ARGS will be passed as the last argument. + - ${task_id} + - ${job_time} To pass positional args, set the key as + TASK_ARGS. The value should be a comma-separated string of + all the positional arguments. To use a delimiter other + than comma, refer to + https://cloud.google.com/sdk/gcloud/reference/topic/escaping. + In case of other keys being present in the args, then + TASK_ARGS will be passed as the last argument. service_account (str): Required. Service account to use to execute a task. If not provided, the default Compute diff --git a/src/google/events/cloud/datastore_v1/types/data.py b/src/google/events/cloud/datastore_v1/types/data.py index ebc7c1e..e0d6473 100644 --- a/src/google/events/cloud/datastore_v1/types/data.py +++ b/src/google/events/cloud/datastore_v1/types/data.py @@ -184,12 +184,12 @@ class PartitionId(proto.Message): Partition dimensions: - - May be ``""``. - - Must be valid UTF-8 bytes. - - Must have values that match regex ``[A-Za-z\d\.\-_]{1,100}`` If - the value of any dimension matches regex ``__.*__``, the - partition is reserved/read-only. A reserved/read-only partition - ID is forbidden in certain documented contexts. + - May be ``""``. + - Must be valid UTF-8 bytes. + - Must have values that match regex ``[A-Za-z\d\.\-_]{1,100}`` If + the value of any dimension matches regex ``__.*__``, the partition + is reserved/read-only. A reserved/read-only partition ID is + forbidden in certain documented contexts. Foreign partition IDs (in which the project ID does not match the context project ID ) are discouraged. Reads and writes of foreign diff --git a/src/google/events/cloud/deploy_v1/types/data.py b/src/google/events/cloud/deploy_v1/types/data.py index 73d0e74..56b66dd 100644 --- a/src/google/events/cloud/deploy_v1/types/data.py +++ b/src/google/events/cloud/deploy_v1/types/data.py @@ -161,13 +161,13 @@ class DeliveryPipeline(proto.Message): user and by Cloud Deploy. Labels must meet the following constraints: - - Keys and values can contain only lowercase letters, - numeric characters, underscores, and dashes. - - All characters must use UTF-8 encoding, and international - characters are allowed. - - Keys must start with a lowercase letter or international - character. - - Each resource is limited to a maximum of 64 labels. + - Keys and values can contain only lowercase letters, + numeric characters, underscores, and dashes. + - All characters must use UTF-8 encoding, and international + characters are allowed. + - Keys must start with a lowercase letter or international + character. + - Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. @@ -955,13 +955,13 @@ class Target(proto.Message): both the user and by Cloud Deploy. Labels must meet the following constraints: - - Keys and values can contain only lowercase letters, - numeric characters, underscores, and dashes. - - All characters must use UTF-8 encoding, and international - characters are allowed. - - Keys must start with a lowercase letter or international - character. - - Each resource is limited to a maximum of 64 labels. + - Keys and values can contain only lowercase letters, + numeric characters, underscores, and dashes. + - All characters must use UTF-8 encoding, and international + characters are allowed. + - Keys must start with a lowercase letter or international + character. + - Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. @@ -1395,13 +1395,13 @@ class CustomTargetType(proto.Message): both the user and by Cloud Deploy. Labels must meet the following constraints: - - Keys and values can contain only lowercase letters, - numeric characters, underscores, and dashes. - - All characters must use UTF-8 encoding, and international - characters are allowed. - - Keys must start with a lowercase letter or international - character. - - Each resource is limited to a maximum of 64 labels. + - Keys and values can contain only lowercase letters, + numeric characters, underscores, and dashes. + - All characters must use UTF-8 encoding, and international + characters are allowed. + - Keys must start with a lowercase letter or international + character. + - Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. @@ -1565,7 +1565,7 @@ class SkaffoldGCSSource(proto.Message): Attributes: source (str): Required. Cloud Storage source paths to copy recursively. - For example, providing "gs://my-bucket/dir/configs/*" will + For example, providing "gs://my-bucket/dir/configs/\*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket". path (str): @@ -1608,9 +1608,9 @@ class TargetAttribute(proto.Message): ID of the ``Target``. The value of this field could be one of the following: - - The last segment of a target name. It only needs the ID - to determine which target is being referred to - - "*", all targets in a location. + - The last segment of a target name. It only needs the ID to + determine which target is being referred to + - "\*", all targets in a location. labels (MutableMapping[str, str]): Target labels. """ @@ -1652,13 +1652,13 @@ class Release(proto.Message): user and by Cloud Deploy. Labels must meet the following constraints: - - Keys and values can contain only lowercase letters, - numeric characters, underscores, and dashes. - - All characters must use UTF-8 encoding, and international - characters are allowed. - - Keys must start with a lowercase letter or international - character. - - Each resource is limited to a maximum of 64 labels. + - Keys and values can contain only lowercase letters, + numeric characters, underscores, and dashes. + - All characters must use UTF-8 encoding, and international + characters are allowed. + - Keys must start with a lowercase letter or international + character. + - Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. @@ -2203,13 +2203,13 @@ class Rollout(proto.Message): user and by Cloud Deploy. Labels must meet the following constraints: - - Keys and values can contain only lowercase letters, - numeric characters, underscores, and dashes. - - All characters must use UTF-8 encoding, and international - characters are allowed. - - Keys must start with a lowercase letter or international - character. - - Each resource is limited to a maximum of 64 labels. + - Keys and values can contain only lowercase letters, + numeric characters, underscores, and dashes. + - All characters must use UTF-8 encoding, and international + characters are allowed. + - Keys must start with a lowercase letter or international + character. + - Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. @@ -2954,17 +2954,17 @@ class Automation(proto.Message): and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: - - Annotations are key/value pairs. - - Valid annotation keys have two segments: an optional - prefix and name, separated by a slash (``/``). - - The name segment is required and must be 63 characters or - less, beginning and ending with an alphanumeric character - (``[a-z0-9A-Z]``) with dashes (``-``), underscores - (``_``), dots (``.``), and alphanumerics between. - - The prefix is optional. If specified, the prefix must be - a DNS subdomain: a series of DNS labels separated by - dots(``.``), not longer than 253 characters in total, - followed by a slash (``/``). + - Annotations are key/value pairs. + - Valid annotation keys have two segments: an optional + prefix and name, separated by a slash (``/``). + - The name segment is required and must be 63 characters or + less, beginning and ending with an alphanumeric character + (``[a-z0-9A-Z]``) with dashes (``-``), underscores + (``_``), dots (``.``), and alphanumerics between. + - The prefix is optional. If specified, the prefix must be a + DNS subdomain: a series of DNS labels separated by + dots(``.``), not longer than 253 characters in total, + followed by a slash (``/``). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set @@ -2974,13 +2974,13 @@ class Automation(proto.Message): both the user and by Cloud Deploy. Labels must meet the following constraints: - - Keys and values can contain only lowercase letters, - numeric characters, underscores, and dashes. - - All characters must use UTF-8 encoding, and international - characters are allowed. - - Keys must start with a lowercase letter or international - character. - - Each resource is limited to a maximum of 64 labels. + - Keys and values can contain only lowercase letters, + numeric characters, underscores, and dashes. + - All characters must use UTF-8 encoding, and international + characters are allowed. + - Keys must start with a lowercase letter or international + character. + - Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters. @@ -3146,10 +3146,10 @@ class PromoteReleaseRule(proto.Message): next stage in the promotion flow. The value of this field could be one of the following: - - The last segment of a target name. It only needs the ID - to determine if the target is one of the stages in the - promotion sequence defined in the pipeline. - - "@next", the next target in the promotion sequence. + - The last segment of a target name. It only needs the ID to + determine if the target is one of the stages in the + promotion sequence defined in the pipeline. + - "@next", the next target in the promotion sequence. condition (google.events.cloud.deploy_v1.types.AutomationRuleCondition): Output only. Information around the state of the Automation rule. diff --git a/src/google/events/cloud/gkebackup_v1/types/data.py b/src/google/events/cloud/gkebackup_v1/types/data.py index 4169f37..c75bdf0 100644 --- a/src/google/events/cloud/gkebackup_v1/types/data.py +++ b/src/google/events/cloud/gkebackup_v1/types/data.py @@ -161,10 +161,10 @@ class Backup(proto.Message): The age (in days) after which this Backup will be automatically deleted. Must be an integer value >= 0: - - If 0, no automatic deletion will occur for this Backup. - - If not 0, this must be >= - [delete_lock_days][google.cloud.gkebackup.v1.Backup.delete_lock_days] - and <= 365. + - If 0, no automatic deletion will occur for this Backup. + - If not 0, this must be >= + [delete_lock_days][google.cloud.gkebackup.v1.Backup.delete_lock_days] + and <= 365. Once a Backup is created, this value may only be increased. @@ -294,8 +294,8 @@ class ClusterMetadata(proto.Message): The source cluster from which this Backup was created. Valid formats: - - ``projects/*/locations/*/clusters/*`` - - ``projects/*/zones/*/clusters/*`` + - ``projects/*/locations/*/clusters/*`` + - ``projects/*/zones/*/clusters/*`` This is inherited from the parent BackupPlan's [cluster][google.cloud.gkebackup.v1.BackupPlan.cluster] @@ -489,8 +489,8 @@ class BackupPlan(proto.Message): Required. Immutable. The source cluster from which Backups will be created via this BackupPlan. Valid formats: - - ``projects/*/locations/*/clusters/*`` - - ``projects/*/zones/*/clusters/*`` + - ``projects/*/locations/*/clusters/*`` + - ``projects/*/zones/*/clusters/*`` retention_policy (google.events.cloud.gkebackup_v1.types.BackupPlan.RetentionPolicy): RetentionPolicy governs lifecycle of Backups created under this plan. @@ -786,8 +786,8 @@ class Restore(proto.Message): Output only. The target cluster into which this Restore will restore data. Valid formats: - - ``projects/*/locations/*/clusters/*`` - - ``projects/*/zones/*/clusters/*`` + - ``projects/*/locations/*/clusters/*`` + - ``projects/*/zones/*/clusters/*`` Inherited from parent RestorePlan's [cluster][google.cloud.gkebackup.v1.RestorePlan.cluster] @@ -1301,8 +1301,8 @@ class RestorePlan(proto.Message): cluster's region must be the same as the RestorePlan. Valid formats: - - ``projects/*/locations/*/clusters/*`` - - ``projects/*/zones/*/clusters/*`` + - ``projects/*/locations/*/clusters/*`` + - ``projects/*/zones/*/clusters/*`` restore_config (google.events.cloud.gkebackup_v1.types.RestoreConfig): Required. Configuration of Restores created via this RestorePlan. diff --git a/src/google/events/cloud/gkehub_v1/types/data.py b/src/google/events/cloud/gkehub_v1/types/data.py index 3d74344..e28e91f 100644 --- a/src/google/events/cloud/gkehub_v1/types/data.py +++ b/src/google/events/cloud/gkehub_v1/types/data.py @@ -708,12 +708,12 @@ class MembershipEndpoint(proto.Message): applied for a correctly registered cluster, in the steady state. These resources: - - Ensure that the cluster is exclusively registered to one - and only one Hub Membership. - - Propagate Workload Pool Information available in the - Membership Authority field. - - Ensure proper initial configuration of default Hub - Features. + - Ensure that the cluster is exclusively registered to one + and only one Hub Membership. + - Propagate Workload Pool Information available in the + Membership Authority field. + - Ensure proper initial configuration of default Hub + Features. google_managed (bool): Output only. Whether the lifecycle of this membership is managed by a google cluster diff --git a/src/google/events/cloud/iot_v1/types/data.py b/src/google/events/cloud/iot_v1/types/data.py index 7272f79..c099a85 100644 --- a/src/google/events/cloud/iot_v1/types/data.py +++ b/src/google/events/cloud/iot_v1/types/data.py @@ -314,7 +314,7 @@ class Device(proto.Message): can be used to add contextual information for the device. Keys must conform to the regular expression - [a-zA-Z][a-zA-Z0-9-_.+~%]+ and be less than 128 bytes in + [a-zA-Z][a-zA-Z0-9-\_.+~%]+ and be less than 128 bytes in length. Values are free-form strings. Each value must be less than diff --git a/src/google/events/cloud/metastore_v1/types/data.py b/src/google/events/cloud/metastore_v1/types/data.py index f914921..3926c27 100644 --- a/src/google/events/cloud/metastore_v1/types/data.py +++ b/src/google/events/cloud/metastore_v1/types/data.py @@ -60,7 +60,7 @@ class Federation(proto.Message): name (str): Immutable. The relative resource name of the federation, of the form: - projects/{project_number}/locations/{location_id}/federations/{federation_id}`. + projects/{project_number}/locations/{location_id}/federations/{federation_id}\`. create_time (google.protobuf.timestamp_pb2.Timestamp): Output only. The time when the metastore federation was created. @@ -186,13 +186,13 @@ class BackendMetastore(proto.Message): federated. The formats of the relative resource names for the currently supported metastores are listed below: - - BigQuery + - BigQuery - - ``projects/{project_id}`` + - ``projects/{project_id}`` - - Dataproc Metastore + - Dataproc Metastore - - ``projects/{project_id}/locations/{location}/services/{service_id}`` + - ``projects/{project_id}/locations/{location}/services/{service_id}`` metastore_type (google.events.cloud.metastore_v1.types.BackendMetastore.MetastoreType): The type of the backend metastore. """ diff --git a/src/google/events/cloud/networkconnectivity_v1/types/data.py b/src/google/events/cloud/networkconnectivity_v1/types/data.py index 3a059e5..f7dc488 100644 --- a/src/google/events/cloud/networkconnectivity_v1/types/data.py +++ b/src/google/events/cloud/networkconnectivity_v1/types/data.py @@ -844,9 +844,9 @@ class Spoke(proto.Message): When you create a spoke, you associate it with a hub. You must also identify a value for exactly one of the following fields: - - linked_vpn_tunnels - - linked_interconnect_attachments - - linked_router_appliance_instances + - linked_vpn_tunnels + - linked_interconnect_attachments + - linked_router_appliance_instances Attributes: name (str): diff --git a/src/google/events/cloud/networkmanagement_v1/types/data.py b/src/google/events/cloud/networkmanagement_v1/types/data.py index d93cfdd..6a41b38 100644 --- a/src/google/events/cloud/networkmanagement_v1/types/data.py +++ b/src/google/events/cloud/networkmanagement_v1/types/data.py @@ -60,11 +60,11 @@ class Trace(proto.Message): r"""Trace represents one simulated packet forwarding path. - - Each trace contains multiple ordered steps. - - Each step is in a particular state with associated configuration. - - State is categorized as final or non-final states. - - Each final state has a reason associated. - - Each trace must end with a final state (the last step). + - Each trace contains multiple ordered steps. + - Each step is in a particular state with associated configuration. + - State is categorized as final or non-final states. + - Each final state has a reason associated. + - Each trace must end with a final state (the last step). :: @@ -895,9 +895,9 @@ class GoogleServiceType(proto.Enum): GFE_PROXY_OR_HEALTH_CHECK_PROBER (2): One of two services sharing IP ranges: - - Load Balancer proxy - - Centralized Health Check prober - https://cloud.google.com/load-balancing/docs/firewall-rules + - Load Balancer proxy + - Centralized Health Check prober + https://cloud.google.com/load-balancing/docs/firewall-rules CLOUD_DNS (3): Connectivity from Cloud DNS to forwarding targets or alternate name servers that use @@ -2322,13 +2322,13 @@ class Result(proto.Enum): REACHABLE (1): Possible scenarios are: - - The configuration analysis determined that a packet - originating from the source is expected to reach the - destination. - - The analysis didn't complete because the user lacks - permission for some of the resources in the trace. - However, at the time the user's permission became - insufficient, the trace had been successful so far. + - The configuration analysis determined that a packet + originating from the source is expected to reach the + destination. + - The analysis didn't complete because the user lacks + permission for some of the resources in the trace. + However, at the time the user's permission became + insufficient, the trace had been successful so far. UNREACHABLE (2): A packet originating from the source is expected to be dropped before reaching the @@ -2343,12 +2343,12 @@ class Result(proto.Enum): The configuration analysis did not complete. Possible reasons are: - - A permissions error occurred--for example, the user might - not have read permission for all of the resources named - in the test. - - An internal error occurred. - - The analyzer received an invalid or unsupported argument - or was unable to identify a known endpoint. + - A permissions error occurred--for example, the user might + not have read permission for all of the resources named in + the test. + - An internal error occurred. + - The analyzer received an invalid or unsupported argument + or was unable to identify a known endpoint. """ RESULT_UNSPECIFIED = 0 REACHABLE = 1 diff --git a/src/google/events/cloud/networkservices_v1/types/data.py b/src/google/events/cloud/networkservices_v1/types/data.py index ceae91f..2e26d53 100644 --- a/src/google/events/cloud/networkservices_v1/types/data.py +++ b/src/google/events/cloud/networkservices_v1/types/data.py @@ -398,8 +398,8 @@ class Gateway(proto.Message): class Type(proto.Enum): r"""The type of the customer-managed gateway. Possible values are: - - OPEN_MESH - - SECURE_WEB_GATEWAY + - OPEN_MESH + - SECURE_WEB_GATEWAY Values: TYPE_UNSPECIFIED (0): @@ -515,10 +515,10 @@ class GrpcRoute(proto.Message): host. This matches the RFC 1123 definition of a hostname with 2 notable exceptions: - - IPs are not allowed. - - A hostname may be prefixed with a wildcard label - (``*.``). The wildcard label must appear by itself as the - first label. + - IPs are not allowed. + - A hostname may be prefixed with a wildcard label (``*.``). + The wildcard label must appear by itself as the first + label. Hostname can be "precise" which is a domain name without the terminating dot of a network host (e.g. ``foo.example.com``) @@ -858,20 +858,20 @@ class RetryPolicy(proto.Message): Attributes: retry_conditions (MutableSequence[str]): - - connect-failure: Router will retry on failures connecting - to Backend Services, for example due to connection - timeouts. - - refused-stream: Router will retry if the backend service - resets the stream with a REFUSED_STREAM error code. This - reset type indicates that it is safe to retry. - - cancelled: Router will retry if the gRPC status code in - the response header is set to cancelled - - deadline-exceeded: Router will retry if the gRPC status - code in the response header is set to deadline-exceeded - - resource-exhausted: Router will retry if the gRPC status - code in the response header is set to resource-exhausted - - unavailable: Router will retry if the gRPC status code in - the response header is set to unavailable + - connect-failure: Router will retry on failures connecting + to Backend Services, for example due to connection + timeouts. + - refused-stream: Router will retry if the backend service + resets the stream with a REFUSED_STREAM error code. This + reset type indicates that it is safe to retry. + - cancelled: Router will retry if the gRPC status code in + the response header is set to cancelled + - deadline-exceeded: Router will retry if the gRPC status + code in the response header is set to deadline-exceeded + - resource-exhausted: Router will retry if the gRPC status + code in the response header is set to resource-exhausted + - unavailable: Router will retry if the gRPC status code in + the response header is set to unavailable num_retries (int): Specifies the allowed number of retries. This number must be > 0. If not specified, default to @@ -1041,10 +1041,10 @@ class HttpRoute(proto.Message): name of a network host, as defined by RFC 1123 with the exception that: - - IPs are not allowed. - - A hostname may be prefixed with a wildcard label - (``*.``). The wildcard label must appear by itself as the - first label. + - IPs are not allowed. + - A hostname may be prefixed with a wildcard label (``*.``). + The wildcard label must appear by itself as the first + label. Hostname can be "precise" which is a domain name without the terminating dot of a network host (e.g. ``foo.example.com``) diff --git a/src/google/events/cloud/notebooks_v1/types/data.py b/src/google/events/cloud/notebooks_v1/types/data.py index 8bf6789..0d4d6e6 100644 --- a/src/google/events/cloud/notebooks_v1/types/data.py +++ b/src/google/events/cloud/notebooks_v1/types/data.py @@ -359,12 +359,12 @@ class RuntimeAcceleratorConfig(proto.Message): AcceleratorTypes `__. Examples: - - ``nvidia-tesla-k80`` - - ``nvidia-tesla-p100`` - - ``nvidia-tesla-v100`` - - ``nvidia-tesla-p4`` - - ``nvidia-tesla-t4`` - - ``nvidia-tesla-a100`` + - ``nvidia-tesla-k80`` + - ``nvidia-tesla-p100`` + - ``nvidia-tesla-v100`` + - ``nvidia-tesla-p4`` + - ``nvidia-tesla-t4`` + - ``nvidia-tesla-a100`` Attributes: type_ (google.events.cloud.notebooks_v1.types.RuntimeAcceleratorConfig.AcceleratorType): @@ -493,8 +493,8 @@ class LocalDisk(proto.Message): For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: - - ``NVME`` - - ``SCSI`` + - ``NVME`` + - ``SCSI`` kind (str): Output only. Type of the resource. Always compute#attachedDisk for attached disks. @@ -506,8 +506,8 @@ class LocalDisk(proto.Message): or ``READ_ONLY``. If not specified, the default is to attach the disk in ``READ_WRITE`` mode. Valid values: - - ``READ_ONLY`` - - ``READ_WRITE`` + - ``READ_ONLY`` + - ``READ_WRITE`` source (str): Specifies a valid partial or full URL to an existing Persistent Disk resource. @@ -516,8 +516,8 @@ class LocalDisk(proto.Message): ``PERSISTENT``. If not specified, the default is ``PERSISTENT``. Valid values: - - ``PERSISTENT`` - - ``SCRATCH`` + - ``PERSISTENT`` + - ``SCRATCH`` """ class RuntimeGuestOsFeature(proto.Message): @@ -536,12 +536,12 @@ class RuntimeGuestOsFeature(proto.Message): Valid values: - - ``FEATURE_TYPE_UNSPECIFIED`` - - ``MULTI_IP_SUBNET`` - - ``SECURE_BOOT`` - - ``UEFI_COMPATIBLE`` - - ``VIRTIO_SCSI_MULTIQUEUE`` - - ``WINDOWS`` + - ``FEATURE_TYPE_UNSPECIFIED`` + - ``MULTI_IP_SUBNET`` + - ``SECURE_BOOT`` + - ``UEFI_COMPATIBLE`` + - ``VIRTIO_SCSI_MULTIQUEUE`` + - ``WINDOWS`` """ type_: str = proto.Field( @@ -720,9 +720,9 @@ class RuntimeSoftwareConfig(proto.Message): runtime. The properties to set on runtime. Properties keys are specified in ``key:value`` format, for example: - - ``idle_shutdown: true`` - - ``idle_shutdown_timeout: 180`` - - ``enable_health_monitoring: true`` + - ``idle_shutdown: true`` + - ``idle_shutdown_timeout: 180`` + - ``enable_health_monitoring: true`` .. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields @@ -960,13 +960,13 @@ class VirtualMachineConfig(proto.Message): location in the corresponding runtime region. On a get request, zone will always be present. Example: - - ``us-central1-b`` + - ``us-central1-b`` machine_type (str): Required. The Compute Engine machine type used for runtimes. Short name is valid. Examples: - - ``n1-standard-2`` - - ``e2-standard-8`` + - ``n1-standard-2`` + - ``e2-standard-8`` container_images (MutableSequence[google.events.cloud.notebooks_v1.types.ContainerImage]): Optional. Use a list of container images to use as Kernels in the notebook instance. @@ -990,25 +990,25 @@ class VirtualMachineConfig(proto.Message): A full URL or partial URI. Examples: - - ``https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default`` - - ``projects/[project_id]/global/networks/default`` + - ``https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default`` + - ``projects/[project_id]/global/networks/default`` Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations: - - Google Managed Network (Network & subnet are empty) - - Consumer Project VPC (network & subnet are required). - Requires configuring Private Service Access. - - Shared VPC (network & subnet are required). Requires - configuring Private Service Access. + - Google Managed Network (Network & subnet are empty) + - Consumer Project VPC (network & subnet are required). + Requires configuring Private Service Access. + - Shared VPC (network & subnet are required). Requires + configuring Private Service Access. subnet (str): Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network. A full URL or partial URI are valid. Examples: - - ``https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0`` - - ``projects/[project_id]/regions/us-east1/subnetworks/sub0`` + - ``https://www.googleapis.com/compute/v1/projects/[project_id]/regions/us-east1/subnetworks/sub0`` + - ``projects/[project_id]/regions/us-east1/subnetworks/sub0`` internal_ip_only (bool): Optional. If true, runtime will only have internal IP addresses. By default, runtimes are not restricted to @@ -1188,41 +1188,41 @@ class ExecutionTemplate(proto.Message): You can use certain Compute Engine machine types directly in this field. The following types are supported: - - ``n1-standard-4`` - - ``n1-standard-8`` - - ``n1-standard-16`` - - ``n1-standard-32`` - - ``n1-standard-64`` - - ``n1-standard-96`` - - ``n1-highmem-2`` - - ``n1-highmem-4`` - - ``n1-highmem-8`` - - ``n1-highmem-16`` - - ``n1-highmem-32`` - - ``n1-highmem-64`` - - ``n1-highmem-96`` - - ``n1-highcpu-16`` - - ``n1-highcpu-32`` - - ``n1-highcpu-64`` - - ``n1-highcpu-96`` + - ``n1-standard-4`` + - ``n1-standard-8`` + - ``n1-standard-16`` + - ``n1-standard-32`` + - ``n1-standard-64`` + - ``n1-standard-96`` + - ``n1-highmem-2`` + - ``n1-highmem-4`` + - ``n1-highmem-8`` + - ``n1-highmem-16`` + - ``n1-highmem-32`` + - ``n1-highmem-64`` + - ``n1-highmem-96`` + - ``n1-highcpu-16`` + - ``n1-highcpu-32`` + - ``n1-highcpu-64`` + - ``n1-highcpu-96`` Alternatively, you can use the following legacy machine types: - - ``standard`` - - ``large_model`` - - ``complex_model_s`` - - ``complex_model_m`` - - ``complex_model_l`` - - ``standard_gpu`` - - ``complex_model_m_gpu`` - - ``complex_model_l_gpu`` - - ``standard_p100`` - - ``complex_model_m_p100`` - - ``standard_v100`` - - ``large_model_v100`` - - ``complex_model_m_v100`` - - ``complex_model_l_v100`` + - ``standard`` + - ``large_model`` + - ``complex_model_s`` + - ``complex_model_m`` + - ``complex_model_l`` + - ``standard_gpu`` + - ``complex_model_m_gpu`` + - ``complex_model_l_gpu`` + - ``standard_p100`` + - ``complex_model_m_p100`` + - ``standard_v100`` + - ``large_model_v100`` + - ``complex_model_m_v100`` + - ``complex_model_l_v100`` Finally, if you want to use a TPU for training, specify ``cloud_tpu`` in this field. Learn more about the `special @@ -1318,9 +1318,9 @@ class ScaleTier(proto.Enum): set values to configure your processing cluster according to these guidelines: - - You *must* set ``ExecutionTemplate.masterType`` to - specify the type of machine to use for your master node. - This is the only required setting. + - You *must* set ``ExecutionTemplate.masterType`` to specify + the type of machine to use for your master node. This is + the only required setting. """ SCALE_TIER_UNSPECIFIED = 0 BASIC = 1 @@ -1535,7 +1535,7 @@ class Execution(proto.Message): ``projects/{project_id}/locations/{location}/executions/{execution_id}`` display_name (str): Output only. Name used for UI purposes. Name can only - contain alphanumeric characters and underscores '_'. + contain alphanumeric characters and underscores '\_'. description (str): A brief description of this execution. create_time (google.protobuf.timestamp_pb2.Timestamp): @@ -1736,10 +1736,10 @@ class Instance(proto.Message): `scopes `__ are defined: - - https://www.googleapis.com/auth/cloud-platform - - https://www.googleapis.com/auth/userinfo.email If not - using default scopes, you need at least: - https://www.googleapis.com/auth/compute + - https://www.googleapis.com/auth/cloud-platform + - https://www.googleapis.com/auth/userinfo.email If not + using default scopes, you need at least: + https://www.googleapis.com/auth/compute machine_type (str): Required. The `Compute Engine machine type `__ @@ -2024,8 +2024,8 @@ class Disk(proto.Message): For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: - - ``NVME`` - - ``SCSI`` + - ``NVME`` + - ``SCSI`` kind (str): Type of the resource. Always compute#attachedDisk for attached disks. @@ -2039,8 +2039,8 @@ class Disk(proto.Message): or ``READ_ONLY``. If not specified, the default is to attach the disk in ``READ_WRITE`` mode. Valid values: - - ``READ_ONLY`` - - ``READ_WRITE`` + - ``READ_ONLY`` + - ``READ_WRITE`` source (str): Indicates a valid partial or full URL to an existing Persistent Disk resource. @@ -2048,8 +2048,8 @@ class Disk(proto.Message): Indicates the type of the disk, either ``SCRATCH`` or ``PERSISTENT``. Valid values: - - ``PERSISTENT`` - - ``SCRATCH`` + - ``PERSISTENT`` + - ``SCRATCH`` """ class GuestOsFeature(proto.Message): @@ -2061,12 +2061,12 @@ class GuestOsFeature(proto.Message): system features to see a list of available options. Valid values: - - ``FEATURE_TYPE_UNSPECIFIED`` - - ``MULTI_IP_SUBNET`` - - ``SECURE_BOOT`` - - ``UEFI_COMPATIBLE`` - - ``VIRTIO_SCSI_MULTIQUEUE`` - - ``WINDOWS`` + - ``FEATURE_TYPE_UNSPECIFIED`` + - ``MULTI_IP_SUBNET`` + - ``SECURE_BOOT`` + - ``UEFI_COMPATIBLE`` + - ``VIRTIO_SCSI_MULTIQUEUE`` + - ``WINDOWS`` """ type_: str = proto.Field( diff --git a/src/google/events/cloud/redis_v1/types/data.py b/src/google/events/cloud/redis_v1/types/data.py index 1df224e..1345a53 100644 --- a/src/google/events/cloud/redis_v1/types/data.py +++ b/src/google/events/cloud/redis_v1/types/data.py @@ -106,10 +106,10 @@ class Instance(proto.Message): latest supported version will be used. Currently, the supported values are: - - ``REDIS_3_2`` for Redis 3.2 compatibility - - ``REDIS_4_0`` for Redis 4.0 compatibility (default) - - ``REDIS_5_0`` for Redis 5.0 compatibility - - ``REDIS_6_X`` for Redis 6.x compatibility + - ``REDIS_3_2`` for Redis 3.2 compatibility + - ``REDIS_4_0`` for Redis 4.0 compatibility (default) + - ``REDIS_5_0`` for Redis 5.0 compatibility + - ``REDIS_6_X`` for Redis 6.x compatibility reserved_ip_range (str): Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. @@ -155,20 +155,20 @@ class Instance(proto.Message): Redis version 3.2 and newer: - - maxmemory-policy - - notify-keyspace-events + - maxmemory-policy + - notify-keyspace-events Redis version 4.0 and newer: - - activedefrag - - lfu-decay-time - - lfu-log-factor - - maxmemory-gb + - activedefrag + - lfu-decay-time + - lfu-log-factor + - maxmemory-gb Redis version 5.0 and newer: - - stream-node-max-bytes - - stream-node-max-entries + - stream-node-max-bytes + - stream-node-max-entries tier (google.events.cloud.redis_v1.types.Instance.Tier): Required. The service tier of the instance. memory_size_gb (int): diff --git a/src/google/events/cloud/scheduler_v1/types/data.py b/src/google/events/cloud/scheduler_v1/types/data.py index 2559ce7..4e8af81 100644 --- a/src/google/events/cloud/scheduler_v1/types/data.py +++ b/src/google/events/cloud/scheduler_v1/types/data.py @@ -130,33 +130,32 @@ class HttpTarget(proto.Message): are ignored or replaced. A partial list of headers that are ignored or replaced is below: - - Host: This will be computed by Cloud Scheduler and - derived from - [uri][google.cloud.scheduler.v1.HttpTarget.uri]. - - ``Content-Length``: This will be computed by Cloud - Scheduler. - - ``User-Agent``: This will be set to - ``"Google-Cloud-Scheduler"``. - - ``X-Google-*``: Google internal use only. - - ``X-AppEngine-*``: Google internal use only. - - ``X-CloudScheduler``: This header will be set to true. - - ``X-CloudScheduler-JobName``: This header will contain - the job name. - - ``X-CloudScheduler-ScheduleTime``: For Cloud Scheduler - jobs specified in the unix-cron format, this header will - contain the job schedule as an offset of UTC parsed - according to RFC3339. + - Host: This will be computed by Cloud Scheduler and derived + from [uri][google.cloud.scheduler.v1.HttpTarget.uri]. + - ``Content-Length``: This will be computed by Cloud + Scheduler. + - ``User-Agent``: This will be set to + ``"Google-Cloud-Scheduler"``. + - ``X-Google-*``: Google internal use only. + - ``X-AppEngine-*``: Google internal use only. + - ``X-CloudScheduler``: This header will be set to true. + - ``X-CloudScheduler-JobName``: This header will contain the + job name. + - ``X-CloudScheduler-ScheduleTime``: For Cloud Scheduler + jobs specified in the unix-cron format, this header will + contain the job schedule as an offset of UTC parsed + according to RFC3339. If the job has a [body][google.cloud.scheduler.v1.HttpTarget.body] and the following headers are not set by the user, Cloud Scheduler sets default values: - - ``Content-Type``: This will be set to - ``"application/octet-stream"``. You can override this - default by explicitly setting ``Content-Type`` to a - particular media type when creating the job. For example, - you can set ``Content-Type`` to ``"application/json"``. + - ``Content-Type``: This will be set to + ``"application/octet-stream"``. You can override this + default by explicitly setting ``Content-Type`` to a + particular media type when creating the job. For example, + you can set ``Content-Type`` to ``"application/json"``. The total size of headers must be less than 80KB. body (bytes): @@ -253,37 +252,37 @@ class AppEngineHttpTarget(proto.Message): Cloud Scheduler sets some headers to default values: - - ``User-Agent``: By default, this header is - ``"AppEngine-Google; (+http://code.google.com/appengine)"``. - This header can be modified, but Cloud Scheduler will - append - ``"AppEngine-Google; (+http://code.google.com/appengine)"`` - to the modified ``User-Agent``. - - ``X-CloudScheduler``: This header will be set to true. - - ``X-CloudScheduler-JobName``: This header will contain - the job name. - - ``X-CloudScheduler-ScheduleTime``: For Cloud Scheduler - jobs specified in the unix-cron format, this header will - contain the job schedule as an offset of UTC parsed - according to RFC3339. + - ``User-Agent``: By default, this header is + ``"AppEngine-Google; (+http://code.google.com/appengine)"``. + This header can be modified, but Cloud Scheduler will + append + ``"AppEngine-Google; (+http://code.google.com/appengine)"`` + to the modified ``User-Agent``. + - ``X-CloudScheduler``: This header will be set to true. + - ``X-CloudScheduler-JobName``: This header will contain the + job name. + - ``X-CloudScheduler-ScheduleTime``: For Cloud Scheduler + jobs specified in the unix-cron format, this header will + contain the job schedule as an offset of UTC parsed + according to RFC3339. If the job has a [body][google.cloud.scheduler.v1.AppEngineHttpTarget.body] and the following headers are not set by the user, Cloud Scheduler sets default values: - - ``Content-Type``: This will be set to - ``"application/octet-stream"``. You can override this - default by explicitly setting ``Content-Type`` to a - particular media type when creating the job. For example, - you can set ``Content-Type`` to ``"application/json"``. + - ``Content-Type``: This will be set to + ``"application/octet-stream"``. You can override this + default by explicitly setting ``Content-Type`` to a + particular media type when creating the job. For example, + you can set ``Content-Type`` to ``"application/json"``. The headers below are output only. They cannot be set or overridden: - - ``Content-Length``: This is computed by Cloud Scheduler. - - ``X-Google-*``: For Google internal use only. - - ``X-AppEngine-*``: For Google internal use only. + - ``Content-Length``: This is computed by Cloud Scheduler. + - ``X-Google-*``: For Google internal use only. + - ``X-AppEngine-*``: For Google internal use only. In addition, some App Engine headers, which contain job-specific information, are also be sent to the job @@ -413,49 +412,49 @@ class AppEngineRouting(proto.Message): The host is constructed as: - - ``host = [application_domain_name]``\ - ``| [service] + '.' + [application_domain_name]``\ - ``| [version] + '.' + [application_domain_name]``\ - ``| [version_dot_service]+ '.' + [application_domain_name]``\ - ``| [instance] + '.' + [application_domain_name]``\ - ``| [instance_dot_service] + '.' + [application_domain_name]``\ - ``| [instance_dot_version] + '.' + [application_domain_name]``\ - ``| [instance_dot_version_dot_service] + '.' + [application_domain_name]`` - - - ``application_domain_name`` = The domain name of the app, - for example .appspot.com, which is associated with the - job's project ID. - - - ``service =`` - [service][google.cloud.scheduler.v1.AppEngineRouting.service] - - - ``version =`` - [version][google.cloud.scheduler.v1.AppEngineRouting.version] - - - ``version_dot_service =`` - [version][google.cloud.scheduler.v1.AppEngineRouting.version] - ``+ '.' +`` - [service][google.cloud.scheduler.v1.AppEngineRouting.service] - - - ``instance =`` - [instance][google.cloud.scheduler.v1.AppEngineRouting.instance] - - - ``instance_dot_service =`` - [instance][google.cloud.scheduler.v1.AppEngineRouting.instance] - ``+ '.' +`` - [service][google.cloud.scheduler.v1.AppEngineRouting.service] - - - ``instance_dot_version =`` - [instance][google.cloud.scheduler.v1.AppEngineRouting.instance] - ``+ '.' +`` - [version][google.cloud.scheduler.v1.AppEngineRouting.version] - - - ``instance_dot_version_dot_service =`` - [instance][google.cloud.scheduler.v1.AppEngineRouting.instance] - ``+ '.' +`` - [version][google.cloud.scheduler.v1.AppEngineRouting.version] - ``+ '.' +`` - [service][google.cloud.scheduler.v1.AppEngineRouting.service] + - ``host = [application_domain_name]``\ + ``| [service] + '.' + [application_domain_name]``\ + ``| [version] + '.' + [application_domain_name]``\ + ``| [version_dot_service]+ '.' + [application_domain_name]``\ + ``| [instance] + '.' + [application_domain_name]``\ + ``| [instance_dot_service] + '.' + [application_domain_name]``\ + ``| [instance_dot_version] + '.' + [application_domain_name]``\ + ``| [instance_dot_version_dot_service] + '.' + [application_domain_name]`` + + - ``application_domain_name`` = The domain name of the app, + for example .appspot.com, which is associated with the + job's project ID. + + - ``service =`` + [service][google.cloud.scheduler.v1.AppEngineRouting.service] + + - ``version =`` + [version][google.cloud.scheduler.v1.AppEngineRouting.version] + + - ``version_dot_service =`` + [version][google.cloud.scheduler.v1.AppEngineRouting.version] + ``+ '.' +`` + [service][google.cloud.scheduler.v1.AppEngineRouting.service] + + - ``instance =`` + [instance][google.cloud.scheduler.v1.AppEngineRouting.instance] + + - ``instance_dot_service =`` + [instance][google.cloud.scheduler.v1.AppEngineRouting.instance] + ``+ '.' +`` + [service][google.cloud.scheduler.v1.AppEngineRouting.service] + + - ``instance_dot_version =`` + [instance][google.cloud.scheduler.v1.AppEngineRouting.instance] + ``+ '.' +`` + [version][google.cloud.scheduler.v1.AppEngineRouting.version] + + - ``instance_dot_version_dot_service =`` + [instance][google.cloud.scheduler.v1.AppEngineRouting.instance] + ``+ '.' +`` + [version][google.cloud.scheduler.v1.AppEngineRouting.version] + ``+ '.' +`` + [service][google.cloud.scheduler.v1.AppEngineRouting.service] If [service][google.cloud.scheduler.v1.AppEngineRouting.service] @@ -581,19 +580,19 @@ class Job(proto.Message): The job name. For example: ``projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID``. - - ``PROJECT_ID`` can contain letters ([A-Za-z]), numbers - ([0-9]), hyphens (-), colons (:), or periods (.). For - more information, see `Identifying - projects `__ - - ``LOCATION_ID`` is the canonical ID for the job's - location. The list of available locations can be obtained - by calling - [ListLocations][google.cloud.location.Locations.ListLocations]. - For more information, see - https://cloud.google.com/about/locations/. - - ``JOB_ID`` can contain only letters ([A-Za-z]), numbers - ([0-9]), hyphens (-), or underscores (_). The maximum - length is 500 characters. + - ``PROJECT_ID`` can contain letters ([A-Za-z]), numbers + ([0-9]), hyphens (-), colons (:), or periods (.). For more + information, see `Identifying + projects `__ + - ``LOCATION_ID`` is the canonical ID for the job's + location. The list of available locations can be obtained + by calling + [ListLocations][google.cloud.location.Locations.ListLocations]. + For more information, see + https://cloud.google.com/about/locations/. + - ``JOB_ID`` can contain only letters ([A-Za-z]), numbers + ([0-9]), hyphens (-), or underscores (\_). The maximum + length is 500 characters. description (str): Optionally caller-specified in [CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob] @@ -622,9 +621,9 @@ class Job(proto.Message): The schedule can be either of the following types: - - `Crontab `__ - - English-like - `schedule `__ + - `Crontab `__ + - English-like + `schedule `__ As a general rule, execution ``n + 1`` of a job will not begin until execution ``n`` has finished. Cloud Scheduler @@ -686,24 +685,24 @@ class Job(proto.Message): The default and the allowed values depend on the type of target: - - For [HTTP - targets][google.cloud.scheduler.v1.Job.http_target], the - default is 3 minutes. The deadline must be in the - interval [15 seconds, 30 minutes]. - - - For [App Engine HTTP - targets][google.cloud.scheduler.v1.Job.app_engine_http_target], - 0 indicates that the request has the default deadline. - The default deadline depends on the scaling type of the - service: 10 minutes for standard apps with automatic - scaling, 24 hours for standard apps with manual and basic - scaling, and 60 minutes for flex apps. If the request - deadline is set, it must be in the interval [15 seconds, - 24 hours 15 seconds]. - - - For [Pub/Sub - targets][google.cloud.scheduler.v1.Job.pubsub_target], - this field is ignored. + - For [HTTP + targets][google.cloud.scheduler.v1.Job.http_target], the + default is 3 minutes. The deadline must be in the interval + [15 seconds, 30 minutes]. + + - For [App Engine HTTP + targets][google.cloud.scheduler.v1.Job.app_engine_http_target], + 0 indicates that the request has the default deadline. The + default deadline depends on the scaling type of the + service: 10 minutes for standard apps with automatic + scaling, 24 hours for standard apps with manual and basic + scaling, and 60 minutes for flex apps. If the request + deadline is set, it must be in the interval [15 seconds, + 24 hours 15 seconds]. + + - For [Pub/Sub + targets][google.cloud.scheduler.v1.Job.pubsub_target], + this field is ignored. """ class State(proto.Enum): r"""State of the job. diff --git a/src/google/events/cloud/video/transcoder_v1/types/data.py b/src/google/events/cloud/video/transcoder_v1/types/data.py index db6e8e6..6be3680 100644 --- a/src/google/events/cloud/video/transcoder_v1/types/data.py +++ b/src/google/events/cloud/video/transcoder_v1/types/data.py @@ -480,10 +480,10 @@ class MuxStream(proto.Message): Supported container formats: - - ``ts`` - - ``fmp4``- the corresponding file extension is ``.m4s`` - - ``mp4`` - - ``vtt`` + - ``ts`` + - ``fmp4``- the corresponding file extension is ``.m4s`` + - ``mp4`` + - ``vtt`` See also: `Supported input and output formats `__ @@ -600,7 +600,7 @@ class SpriteSheet(proto.Message): Supported formats: - - ``jpeg`` + - ``jpeg`` file_prefix (str): Required. File name prefix for the generated sprite sheets. @@ -1016,8 +1016,8 @@ class Denoise(proto.Message): Supported denoiser modes: - - ``standard`` - - ``grain`` + - ``standard`` + - ``grain`` """ strength: float = proto.Field( @@ -1062,15 +1062,15 @@ class Audio(proto.Message): relative to full scale (LUFS). Enter a value between -24 and 0 (the default), where: - - -24 is the Advanced Television Systems Committee (ATSC - A/85) standard - - -23 is the EU R128 broadcast standard - - -19 is the prior standard for online mono audio - - -18 is the ReplayGain standard - - -16 is the prior standard for stereo audio - - -14 is the new online audio standard recommended by - Spotify, as well as Amazon Echo - - 0 disables normalization + - -24 is the Advanced Television Systems Committee (ATSC + A/85) standard + - -23 is the EU R128 broadcast standard + - -19 is the prior standard for online mono audio + - -18 is the ReplayGain standard + - -16 is the prior standard for stereo audio + - -14 is the new online audio standard recommended by + Spotify, as well as Amazon Echo + - 0 disables normalization high_boost (bool): Enable boosting high frequency components. The default is ``false``. @@ -1200,17 +1200,17 @@ class YadifConfig(proto.Message): Specifies the deinterlacing mode to adopt. The default is ``send_frame``. Supported values: - - ``send_frame``: Output one frame for each frame - - ``send_field``: Output one frame for each field + - ``send_frame``: Output one frame for each frame + - ``send_field``: Output one frame for each field disable_spatial_interlacing (bool): Disable spacial interlacing. The default is ``false``. parity (str): The picture field parity assumed for the input interlaced video. The default is ``auto``. Supported values: - - ``tff``: Assume the top field is first - - ``bff``: Assume the bottom field is first - - ``auto``: Enable automatic detection of field parity + - ``tff``: Assume the top field is first + - ``bff``: Assume the bottom field is first + - ``auto``: Enable automatic detection of field parity deinterlace_all_frames (bool): Deinterlace all frames rather than just the frames identified as interlaced. The default is ``false``. @@ -1241,15 +1241,15 @@ class BwdifConfig(proto.Message): Specifies the deinterlacing mode to adopt. The default is ``send_frame``. Supported values: - - ``send_frame``: Output one frame for each frame - - ``send_field``: Output one frame for each field + - ``send_frame``: Output one frame for each frame + - ``send_field``: Output one frame for each field parity (str): The picture field parity assumed for the input interlaced video. The default is ``auto``. Supported values: - - ``tff``: Assume the top field is first - - ``bff``: Assume the bottom field is first - - ``auto``: Enable automatic detection of field parity + - ``tff``: Assume the top field is first + - ``bff``: Assume the bottom field is first + - ``auto``: Enable automatic detection of field parity deinterlace_all_frames (bool): Deinterlace all frames rather than just the frames identified as interlaced. The default is ``false``. @@ -1398,22 +1398,22 @@ class H264CodecSettings(proto.Message): Supported pixel formats: - - ``yuv420p`` pixel format - - ``yuv422p`` pixel format - - ``yuv444p`` pixel format - - ``yuv420p10`` 10-bit HDR pixel format - - ``yuv422p10`` 10-bit HDR pixel format - - ``yuv444p10`` 10-bit HDR pixel format - - ``yuv420p12`` 12-bit HDR pixel format - - ``yuv422p12`` 12-bit HDR pixel format - - ``yuv444p12`` 12-bit HDR pixel format + - ``yuv420p`` pixel format + - ``yuv422p`` pixel format + - ``yuv444p`` pixel format + - ``yuv420p10`` 10-bit HDR pixel format + - ``yuv422p10`` 10-bit HDR pixel format + - ``yuv444p10`` 10-bit HDR pixel format + - ``yuv420p12`` 12-bit HDR pixel format + - ``yuv422p12`` 12-bit HDR pixel format + - ``yuv444p12`` 12-bit HDR pixel format rate_control_mode (str): Specify the ``rate_control_mode``. The default is ``vbr``. Supported rate control modes: - - ``vbr`` - variable bitrate - - ``crf`` - constant rate factor + - ``vbr`` - variable bitrate + - ``crf`` - constant rate factor crf_level (int): Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the @@ -1451,8 +1451,8 @@ class H264CodecSettings(proto.Message): Supported entropy coders: - - ``cavlc`` - - ``cabac`` + - ``cavlc`` + - ``cabac`` b_pyramid (bool): Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is ``false``. @@ -1470,9 +1470,9 @@ class H264CodecSettings(proto.Message): Enforces the specified codec profile. The following profiles are supported: - - ``baseline`` - - ``main`` - - ``high`` (default) + - ``baseline`` + - ``main`` + - ``high`` (default) The available options are `FFmpeg-compatible `__. @@ -1633,22 +1633,22 @@ class H265CodecSettings(proto.Message): Supported pixel formats: - - ``yuv420p`` pixel format - - ``yuv422p`` pixel format - - ``yuv444p`` pixel format - - ``yuv420p10`` 10-bit HDR pixel format - - ``yuv422p10`` 10-bit HDR pixel format - - ``yuv444p10`` 10-bit HDR pixel format - - ``yuv420p12`` 12-bit HDR pixel format - - ``yuv422p12`` 12-bit HDR pixel format - - ``yuv444p12`` 12-bit HDR pixel format + - ``yuv420p`` pixel format + - ``yuv422p`` pixel format + - ``yuv444p`` pixel format + - ``yuv420p10`` 10-bit HDR pixel format + - ``yuv422p10`` 10-bit HDR pixel format + - ``yuv444p10`` 10-bit HDR pixel format + - ``yuv420p12`` 12-bit HDR pixel format + - ``yuv422p12`` 12-bit HDR pixel format + - ``yuv444p12`` 12-bit HDR pixel format rate_control_mode (str): Specify the ``rate_control_mode``. The default is ``vbr``. Supported rate control modes: - - ``vbr`` - variable bitrate - - ``crf`` - constant rate factor + - ``vbr`` - variable bitrate + - ``crf`` - constant rate factor crf_level (int): Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the @@ -1698,29 +1698,29 @@ class H265CodecSettings(proto.Message): Enforces the specified codec profile. The following profiles are supported: - - 8-bit profiles + - 8-bit profiles - - ``main`` (default) - - ``main-intra`` - - ``mainstillpicture`` + - ``main`` (default) + - ``main-intra`` + - ``mainstillpicture`` - - 10-bit profiles + - 10-bit profiles - - ``main10`` (default) - - ``main10-intra`` - - ``main422-10`` - - ``main422-10-intra`` - - ``main444-10`` - - ``main444-10-intra`` + - ``main10`` (default) + - ``main10-intra`` + - ``main422-10`` + - ``main422-10-intra`` + - ``main444-10`` + - ``main444-10-intra`` - - 12-bit profiles + - 12-bit profiles - - ``main12`` (default) - - ``main12-intra`` - - ``main422-12`` - - ``main422-12-intra`` - - ``main444-12`` - - ``main444-12-intra`` + - ``main12`` (default) + - ``main12-intra`` + - ``main422-12`` + - ``main422-12-intra`` + - ``main444-12`` + - ``main444-12-intra`` The available options are `FFmpeg-compatible `__. Note @@ -1877,21 +1877,21 @@ class Vp9CodecSettings(proto.Message): Supported pixel formats: - - ``yuv420p`` pixel format - - ``yuv422p`` pixel format - - ``yuv444p`` pixel format - - ``yuv420p10`` 10-bit HDR pixel format - - ``yuv422p10`` 10-bit HDR pixel format - - ``yuv444p10`` 10-bit HDR pixel format - - ``yuv420p12`` 12-bit HDR pixel format - - ``yuv422p12`` 12-bit HDR pixel format - - ``yuv444p12`` 12-bit HDR pixel format + - ``yuv420p`` pixel format + - ``yuv422p`` pixel format + - ``yuv444p`` pixel format + - ``yuv420p10`` 10-bit HDR pixel format + - ``yuv422p10`` 10-bit HDR pixel format + - ``yuv444p10`` 10-bit HDR pixel format + - ``yuv420p12`` 12-bit HDR pixel format + - ``yuv422p12`` 12-bit HDR pixel format + - ``yuv444p12`` 12-bit HDR pixel format rate_control_mode (str): Specify the ``rate_control_mode``. The default is ``vbr``. Supported rate control modes: - - ``vbr`` - variable bitrate + - ``vbr`` - variable bitrate crf_level (int): Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. @@ -1915,10 +1915,10 @@ class Vp9CodecSettings(proto.Message): Enforces the specified codec profile. The following profiles are supported: - - ``profile0`` (default) - - ``profile1`` - - ``profile2`` - - ``profile3`` + - ``profile0`` (default) + - ``profile1`` + - ``profile2`` + - ``profile3`` The available options are `WebM-compatible `__. @@ -2000,12 +2000,12 @@ class AudioStream(proto.Message): Supported audio codecs: - - ``aac`` - - ``aac-he`` - - ``aac-he-v2`` - - ``mp3`` - - ``ac3`` - - ``eac3`` + - ``aac`` + - ``aac-he`` + - ``aac-he-v2`` + - ``mp3`` + - ``ac3`` + - ``eac3`` bitrate_bps (int): Required. Audio bitrate in bits per second. Must be between 1 and 10,000,000. @@ -2020,12 +2020,12 @@ class AudioStream(proto.Message): Supported channel names: - - ``fl`` - Front left channel - - ``fr`` - Front right channel - - ``sl`` - Side left channel - - ``sr`` - Side right channel - - ``fc`` - Front center channel - - ``lfe`` - Low frequency + - ``fl`` - Front left channel + - ``fr`` - Front right channel + - ``sl`` - Side left channel + - ``sr`` - Side right channel + - ``fc`` - Front center channel + - ``lfe`` - Low frequency mapping_ (MutableSequence[google.events.cloud.video.transcoder_v1.types.AudioStream.AudioMapping]): The mapping for the ``Job.edit_list`` atoms with audio ``EditAtom.inputs``. @@ -2138,11 +2138,11 @@ class TextStream(proto.Message): Supported text codecs: - - ``srt`` - - ``ttml`` - - ``cea608`` - - ``cea708`` - - ``webvtt`` + - ``srt`` + - ``ttml`` + - ``cea608`` + - ``cea708`` + - ``webvtt`` language_code (str): The BCP-47 language code, such as ``en-US`` or ``sr-Latn``. For more information, see diff --git a/src/google/events/cloud/visionai_v1/types/data.py b/src/google/events/cloud/visionai_v1/types/data.py index be4b04d..2d39112 100644 --- a/src/google/events/cloud/visionai_v1/types/data.py +++ b/src/google/events/cloud/visionai_v1/types/data.py @@ -499,7 +499,7 @@ class AnalyzerDefinition(proto.Message): analyzer (str): The name of this analyzer. - Tentatively [a-z][a-z0-9]\ *(_[a-z0-9]+)*. + Tentatively [a-z][a-z0-9]\ *(\_[a-z0-9]+)*. operator (str): The name of the operator that this analyzer runs. @@ -2092,14 +2092,14 @@ class BigQueryConfig(proto.Message): transform the annotation output from Vision AI Application to arbitrary BigQuery table schema with CloudFunction. - - The cloud function will receive - AppPlatformCloudFunctionRequest where the annotations - field will be the json format of Vision AI annotation. - - The cloud function should return - AppPlatformCloudFunctionResponse with AppendRowsRequest - stored in the annotations field. - - To drop the annotation, simply clear the annotations - field in the returned AppPlatformCloudFunctionResponse. + - The cloud function will receive + AppPlatformCloudFunctionRequest where the annotations + field will be the json format of Vision AI annotation. + - The cloud function should return + AppPlatformCloudFunctionResponse with AppendRowsRequest + stored in the annotations field. + - To drop the annotation, simply clear the annotations field + in the returned AppPlatformCloudFunctionResponse. create_default_table_if_not_exists (bool): If true, App Platform will create the BigQuery DataSet and the BigQuery Table with @@ -2209,14 +2209,14 @@ class VertexCustomConfig(proto.Message): If not empty, the prediction result will be sent to the specified cloud function for post processing. - - The cloud function will receive - AppPlatformCloudFunctionRequest where the annotations - field will be the json format of proto PredictResponse. - - The cloud function should return - AppPlatformCloudFunctionResponse with PredictResponse - stored in the annotations field. - - To drop the prediction output, simply clear the payload - field in the returned AppPlatformCloudFunctionResponse. + - The cloud function will receive + AppPlatformCloudFunctionRequest where the annotations + field will be the json format of proto PredictResponse. + - The cloud function should return + AppPlatformCloudFunctionResponse with PredictResponse + stored in the annotations field. + - To drop the prediction output, simply clear the payload + field in the returned AppPlatformCloudFunctionResponse. attach_application_metadata (bool): If true, the prediction request received by custom model will also contain metadata with the @@ -2300,9 +2300,9 @@ class AutoscalingMetricSpec(proto.Message): metric_name (str): Required. The resource metric name. Supported metrics: - - For Online Prediction: - - ``aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle`` - - ``aiplatform.googleapis.com/prediction/online/cpu/utilization`` + - For Online Prediction: + - ``aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle`` + - ``aiplatform.googleapis.com/prediction/online/cpu/utilization`` target (int): The target resource utilization in percentage (1% - 100%) for the given metric; once the real diff --git a/src/google/events/cloud/workflows_v1/types/data.py b/src/google/events/cloud/workflows_v1/types/data.py index dc6f71f..9042afc 100644 --- a/src/google/events/cloud/workflows_v1/types/data.py +++ b/src/google/events/cloud/workflows_v1/types/data.py @@ -53,10 +53,10 @@ class Workflow(proto.Message): a workflow is created as a result of updating the following properties of a workflow: - - [Service - account][google.cloud.workflows.v1.Workflow.service_account] - - [Workflow code to be - executed][google.cloud.workflows.v1.Workflow.source_contents] + - [Service + account][google.cloud.workflows.v1.Workflow.service_account] + - [Workflow code to be + executed][google.cloud.workflows.v1.Workflow.source_contents] The format is "000001-a4d", where the first 6 characters define the zero-padded revision ordinal number. They are diff --git a/src/google/events/firebase/remoteconfig_v1/types/data.py b/src/google/events/firebase/remoteconfig_v1/types/data.py index 940a6b3..ba49973 100644 --- a/src/google/events/firebase/remoteconfig_v1/types/data.py +++ b/src/google/events/firebase/remoteconfig_v1/types/data.py @@ -64,7 +64,7 @@ class RemoteConfigUpdateType(proto.Enum): INCREMENTAL_UPDATE (1): A regular incremental update. FORCED_UPDATE (2): - A forced update. The ETag was specified as "*" in an + A forced update. The ETag was specified as "\*" in an UpdateRemoteConfigRequest request or the "Force Update" button was pressed on the console. ROLLBACK (3):