diff --git a/src/google/events/cloud/alloydb/__init__.py b/src/google/events/cloud/alloydb/__init__.py index fd1ed2e..6e69b7c 100644 --- a/src/google/events/cloud/alloydb/__init__.py +++ b/src/google/events/cloud/alloydb/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/alloydb/gapic_version.py b/src/google/events/cloud/alloydb/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/alloydb/gapic_version.py +++ b/src/google/events/cloud/alloydb/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/alloydb_v1/__init__.py b/src/google/events/cloud/alloydb_v1/__init__.py index 386924d..17a1ba8 100644 --- a/src/google/events/cloud/alloydb_v1/__init__.py +++ b/src/google/events/cloud/alloydb_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/alloydb_v1/gapic_version.py b/src/google/events/cloud/alloydb_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/alloydb_v1/gapic_version.py +++ b/src/google/events/cloud/alloydb_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/alloydb_v1/services/__init__.py b/src/google/events/cloud/alloydb_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/alloydb_v1/services/__init__.py +++ b/src/google/events/cloud/alloydb_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/alloydb_v1/types/__init__.py b/src/google/events/cloud/alloydb_v1/types/__init__.py index ad3a48a..fcfc426 100644 --- a/src/google/events/cloud/alloydb_v1/types/__init__.py +++ b/src/google/events/cloud/alloydb_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/alloydb_v1/types/data.py b/src/google/events/cloud/alloydb_v1/types/data.py index 85d734c..19c5f9e 100644 --- a/src/google/events/cloud/alloydb_v1/types/data.py +++ b/src/google/events/cloud/alloydb_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -91,7 +91,8 @@ class MigrationSource(proto.Message): Attributes: host_port (str): Output only. The host and port of the - on-premises instance in host:port format + on-premises instance in host:port + format reference_id (str): Output only. Place holder for the external source identifier(e.g DMS job name) that created @@ -522,13 +523,13 @@ class Cluster(proto.Message): from labels. https://google.aip.dev/128 reconciling (bool): Output only. Reconciling - (https://google.aip.dev/128#reconciliation). Set - to true if the current state of Cluster does not - match the user's intended state, and the service - is actively updating the resource to reconcile - them. This can happen due to user-triggered - updates or system actions like failover or - maintenance. + (https://google.aip.dev/128#reconciliation). + Set to true if the current state of Cluster does + not match the user's intended state, and the + service is actively updating the resource to + reconcile them. This can happen due to + user-triggered updates or system actions like + failover or maintenance. automated_backup_policy (google.events.cloud.alloydb_v1.types.AutomatedBackupPolicy): The automated backup policy for this cluster. If no policy is provided then the default policy @@ -859,10 +860,10 @@ class Instance(proto.Message): application. reconciling (bool): Output only. Reconciling - (https://google.aip.dev/128#reconciliation). Set - to true if the current state of Instance does - not match the user's intended state, and the - service is actively updating the resource to + (https://google.aip.dev/128#reconciliation). + Set to true if the current state of Instance + does not match the user's intended state, and + the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance. @@ -946,9 +947,9 @@ class InstanceType(proto.Enum): class AvailabilityType(proto.Enum): r"""The Availability type of an instance. Potential values: - ZONAL: The instance serves data from only one zone. Outages in - that zone affect instance availability. + that zone affect instance availability. - REGIONAL: The instance can serve data from more than one zone - in a region (it is highly available). + in a region (it is highly available). Values: AVAILABILITY_TYPE_UNSPECIFIED (0): diff --git a/src/google/events/cloud/apigateway/__init__.py b/src/google/events/cloud/apigateway/__init__.py index f61d17a..e06f3fc 100644 --- a/src/google/events/cloud/apigateway/__init__.py +++ b/src/google/events/cloud/apigateway/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigateway/gapic_version.py b/src/google/events/cloud/apigateway/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/apigateway/gapic_version.py +++ b/src/google/events/cloud/apigateway/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigateway_v1/__init__.py b/src/google/events/cloud/apigateway_v1/__init__.py index 570d66c..d517a00 100644 --- a/src/google/events/cloud/apigateway_v1/__init__.py +++ b/src/google/events/cloud/apigateway_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigateway_v1/gapic_version.py b/src/google/events/cloud/apigateway_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/apigateway_v1/gapic_version.py +++ b/src/google/events/cloud/apigateway_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigateway_v1/services/__init__.py b/src/google/events/cloud/apigateway_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/apigateway_v1/services/__init__.py +++ b/src/google/events/cloud/apigateway_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigateway_v1/types/__init__.py b/src/google/events/cloud/apigateway_v1/types/__init__.py index 85d49ff..702124a 100644 --- a/src/google/events/cloud/apigateway_v1/types/__init__.py +++ b/src/google/events/cloud/apigateway_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigateway_v1/types/data.py b/src/google/events/cloud/apigateway_v1/types/data.py index 0ddd707..6adf715 100644 --- a/src/google/events/cloud/apigateway_v1/types/data.py +++ b/src/google/events/cloud/apigateway_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigeeregistry/__init__.py b/src/google/events/cloud/apigeeregistry/__init__.py index 1499ef5..b7127bb 100644 --- a/src/google/events/cloud/apigeeregistry/__init__.py +++ b/src/google/events/cloud/apigeeregistry/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigeeregistry/gapic_version.py b/src/google/events/cloud/apigeeregistry/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/apigeeregistry/gapic_version.py +++ b/src/google/events/cloud/apigeeregistry/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigeeregistry_v1/__init__.py b/src/google/events/cloud/apigeeregistry_v1/__init__.py index 7b72837..259e7e4 100644 --- a/src/google/events/cloud/apigeeregistry_v1/__init__.py +++ b/src/google/events/cloud/apigeeregistry_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigeeregistry_v1/gapic_version.py b/src/google/events/cloud/apigeeregistry_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/apigeeregistry_v1/gapic_version.py +++ b/src/google/events/cloud/apigeeregistry_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigeeregistry_v1/services/__init__.py b/src/google/events/cloud/apigeeregistry_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/apigeeregistry_v1/services/__init__.py +++ b/src/google/events/cloud/apigeeregistry_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigeeregistry_v1/types/__init__.py b/src/google/events/cloud/apigeeregistry_v1/types/__init__.py index 6c18c57..0917f0a 100644 --- a/src/google/events/cloud/apigeeregistry_v1/types/__init__.py +++ b/src/google/events/cloud/apigeeregistry_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/apigeeregistry_v1/types/data.py b/src/google/events/cloud/apigeeregistry_v1/types/data.py index 56eac07..e35a242 100644 --- a/src/google/events/cloud/apigeeregistry_v1/types/data.py +++ b/src/google/events/cloud/apigeeregistry_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -357,7 +357,8 @@ class ApiSpec(proto.Message): when the represented revision was created. revision_update_time (google.protobuf.timestamp_pb2.Timestamp): Output only. Last update timestamp: when the - represented revision was last modified. + represented revision was last + modified. mime_type (str): A style (format) descriptor for this spec that is specified as a Media Type (https://en.wikipedia.org/wiki/Media_type). @@ -493,7 +494,8 @@ class ApiDeployment(proto.Message): when the represented revision was created. revision_update_time (google.protobuf.timestamp_pb2.Timestamp): Output only. Last update timestamp: when the - represented revision was last modified. + represented revision was last + modified. api_spec_revision (str): The full resource name (including revision ID) of the spec of the API being served by the deployment. Changes to this diff --git a/src/google/events/cloud/audit/__init__.py b/src/google/events/cloud/audit/__init__.py index 97a0945..8778c6f 100644 --- a/src/google/events/cloud/audit/__init__.py +++ b/src/google/events/cloud/audit/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/audit/gapic_version.py b/src/google/events/cloud/audit/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/audit/gapic_version.py +++ b/src/google/events/cloud/audit/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/audit_v1/__init__.py b/src/google/events/cloud/audit_v1/__init__.py index 422216f..1c936d1 100644 --- a/src/google/events/cloud/audit_v1/__init__.py +++ b/src/google/events/cloud/audit_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/audit_v1/gapic_version.py b/src/google/events/cloud/audit_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/audit_v1/gapic_version.py +++ b/src/google/events/cloud/audit_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/audit_v1/services/__init__.py b/src/google/events/cloud/audit_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/audit_v1/services/__init__.py +++ b/src/google/events/cloud/audit_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/audit_v1/types/__init__.py b/src/google/events/cloud/audit_v1/types/__init__.py index d78228f..4a17990 100644 --- a/src/google/events/cloud/audit_v1/types/__init__.py +++ b/src/google/events/cloud/audit_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/audit_v1/types/data.py b/src/google/events/cloud/audit_v1/types/data.py index 889bd91..a07b9ca 100644 --- a/src/google/events/cloud/audit_v1/types/data.py +++ b/src/google/events/cloud/audit_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -465,6 +465,7 @@ class AuthorizationInfo(proto.Message): resource (str): The resource being accessed, as a REST-style string. For example: + bigquery.googleapis.com/projects/PROJECTID/datasets/DATASETID permission (str): The required IAM permission. diff --git a/src/google/events/cloud/beyondcorp/appconnections/__init__.py b/src/google/events/cloud/beyondcorp/appconnections/__init__.py index b66cfd4..2e21919 100644 --- a/src/google/events/cloud/beyondcorp/appconnections/__init__.py +++ b/src/google/events/cloud/beyondcorp/appconnections/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnections/gapic_version.py b/src/google/events/cloud/beyondcorp/appconnections/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/beyondcorp/appconnections/gapic_version.py +++ b/src/google/events/cloud/beyondcorp/appconnections/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnections_v1/__init__.py b/src/google/events/cloud/beyondcorp/appconnections_v1/__init__.py index 9dfc886..10c0dae 100644 --- a/src/google/events/cloud/beyondcorp/appconnections_v1/__init__.py +++ b/src/google/events/cloud/beyondcorp/appconnections_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnections_v1/gapic_version.py b/src/google/events/cloud/beyondcorp/appconnections_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/beyondcorp/appconnections_v1/gapic_version.py +++ b/src/google/events/cloud/beyondcorp/appconnections_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnections_v1/services/__init__.py b/src/google/events/cloud/beyondcorp/appconnections_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/beyondcorp/appconnections_v1/services/__init__.py +++ b/src/google/events/cloud/beyondcorp/appconnections_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnections_v1/types/__init__.py b/src/google/events/cloud/beyondcorp/appconnections_v1/types/__init__.py index feea6d5..4e0e03b 100644 --- a/src/google/events/cloud/beyondcorp/appconnections_v1/types/__init__.py +++ b/src/google/events/cloud/beyondcorp/appconnections_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnections_v1/types/data.py b/src/google/events/cloud/beyondcorp/appconnections_v1/types/data.py index 1e6ff69..e4997d0 100644 --- a/src/google/events/cloud/beyondcorp/appconnections_v1/types/data.py +++ b/src/google/events/cloud/beyondcorp/appconnections_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnectors/__init__.py b/src/google/events/cloud/beyondcorp/appconnectors/__init__.py index 59e1059..75de38e 100644 --- a/src/google/events/cloud/beyondcorp/appconnectors/__init__.py +++ b/src/google/events/cloud/beyondcorp/appconnectors/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnectors/gapic_version.py b/src/google/events/cloud/beyondcorp/appconnectors/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/beyondcorp/appconnectors/gapic_version.py +++ b/src/google/events/cloud/beyondcorp/appconnectors/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnectors_v1/__init__.py b/src/google/events/cloud/beyondcorp/appconnectors_v1/__init__.py index 10aa0e5..2ad0255 100644 --- a/src/google/events/cloud/beyondcorp/appconnectors_v1/__init__.py +++ b/src/google/events/cloud/beyondcorp/appconnectors_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnectors_v1/gapic_version.py b/src/google/events/cloud/beyondcorp/appconnectors_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/beyondcorp/appconnectors_v1/gapic_version.py +++ b/src/google/events/cloud/beyondcorp/appconnectors_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnectors_v1/services/__init__.py b/src/google/events/cloud/beyondcorp/appconnectors_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/beyondcorp/appconnectors_v1/services/__init__.py +++ b/src/google/events/cloud/beyondcorp/appconnectors_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appconnectors_v1/types/__init__.py b/src/google/events/cloud/beyondcorp/appconnectors_v1/types/__init__.py index 071cbb3..dcf67e3 100644 --- a/src/google/events/cloud/beyondcorp/appconnectors_v1/types/__init__.py +++ b/src/google/events/cloud/beyondcorp/appconnectors_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. 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 6de0a7a..5e268f6 100644 --- a/src/google/events/cloud/beyondcorp/appconnectors_v1/types/data.py +++ b/src/google/events/cloud/beyondcorp/appconnectors_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appgateways/__init__.py b/src/google/events/cloud/beyondcorp/appgateways/__init__.py index 41b9c87..6edb3c3 100644 --- a/src/google/events/cloud/beyondcorp/appgateways/__init__.py +++ b/src/google/events/cloud/beyondcorp/appgateways/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appgateways/gapic_version.py b/src/google/events/cloud/beyondcorp/appgateways/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/beyondcorp/appgateways/gapic_version.py +++ b/src/google/events/cloud/beyondcorp/appgateways/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appgateways_v1/__init__.py b/src/google/events/cloud/beyondcorp/appgateways_v1/__init__.py index 956814d..9a44196 100644 --- a/src/google/events/cloud/beyondcorp/appgateways_v1/__init__.py +++ b/src/google/events/cloud/beyondcorp/appgateways_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appgateways_v1/gapic_version.py b/src/google/events/cloud/beyondcorp/appgateways_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/beyondcorp/appgateways_v1/gapic_version.py +++ b/src/google/events/cloud/beyondcorp/appgateways_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appgateways_v1/services/__init__.py b/src/google/events/cloud/beyondcorp/appgateways_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/beyondcorp/appgateways_v1/services/__init__.py +++ b/src/google/events/cloud/beyondcorp/appgateways_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appgateways_v1/types/__init__.py b/src/google/events/cloud/beyondcorp/appgateways_v1/types/__init__.py index e346eec..3ab0b13 100644 --- a/src/google/events/cloud/beyondcorp/appgateways_v1/types/__init__.py +++ b/src/google/events/cloud/beyondcorp/appgateways_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/appgateways_v1/types/data.py b/src/google/events/cloud/beyondcorp/appgateways_v1/types/data.py index f91014f..7907767 100644 --- a/src/google/events/cloud/beyondcorp/appgateways_v1/types/data.py +++ b/src/google/events/cloud/beyondcorp/appgateways_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientconnectorservices/__init__.py b/src/google/events/cloud/beyondcorp/clientconnectorservices/__init__.py index 134bfd2..15836d6 100644 --- a/src/google/events/cloud/beyondcorp/clientconnectorservices/__init__.py +++ b/src/google/events/cloud/beyondcorp/clientconnectorservices/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientconnectorservices/gapic_version.py b/src/google/events/cloud/beyondcorp/clientconnectorservices/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/beyondcorp/clientconnectorservices/gapic_version.py +++ b/src/google/events/cloud/beyondcorp/clientconnectorservices/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/__init__.py b/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/__init__.py index 2076268..d5803bf 100644 --- a/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/__init__.py +++ b/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/gapic_version.py b/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/gapic_version.py +++ b/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/services/__init__.py b/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/services/__init__.py +++ b/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/types/__init__.py b/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/types/__init__.py index bbfbac5..74a6166 100644 --- a/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/types/__init__.py +++ b/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. 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 4c57245..2cb5c46 100644 --- a/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/types/data.py +++ b/src/google/events/cloud/beyondcorp/clientconnectorservices_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientgateways/__init__.py b/src/google/events/cloud/beyondcorp/clientgateways/__init__.py index 4157ced..af7e846 100644 --- a/src/google/events/cloud/beyondcorp/clientgateways/__init__.py +++ b/src/google/events/cloud/beyondcorp/clientgateways/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientgateways/gapic_version.py b/src/google/events/cloud/beyondcorp/clientgateways/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/beyondcorp/clientgateways/gapic_version.py +++ b/src/google/events/cloud/beyondcorp/clientgateways/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientgateways_v1/__init__.py b/src/google/events/cloud/beyondcorp/clientgateways_v1/__init__.py index 0ea86dc..8c7c1be 100644 --- a/src/google/events/cloud/beyondcorp/clientgateways_v1/__init__.py +++ b/src/google/events/cloud/beyondcorp/clientgateways_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientgateways_v1/gapic_version.py b/src/google/events/cloud/beyondcorp/clientgateways_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/beyondcorp/clientgateways_v1/gapic_version.py +++ b/src/google/events/cloud/beyondcorp/clientgateways_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientgateways_v1/services/__init__.py b/src/google/events/cloud/beyondcorp/clientgateways_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/beyondcorp/clientgateways_v1/services/__init__.py +++ b/src/google/events/cloud/beyondcorp/clientgateways_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientgateways_v1/types/__init__.py b/src/google/events/cloud/beyondcorp/clientgateways_v1/types/__init__.py index 616120b..925c0a6 100644 --- a/src/google/events/cloud/beyondcorp/clientgateways_v1/types/__init__.py +++ b/src/google/events/cloud/beyondcorp/clientgateways_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/beyondcorp/clientgateways_v1/types/data.py b/src/google/events/cloud/beyondcorp/clientgateways_v1/types/data.py index c0126a2..55c161a 100644 --- a/src/google/events/cloud/beyondcorp/clientgateways_v1/types/data.py +++ b/src/google/events/cloud/beyondcorp/clientgateways_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/certificatemanager/__init__.py b/src/google/events/cloud/certificatemanager/__init__.py index 110335c..1446729 100644 --- a/src/google/events/cloud/certificatemanager/__init__.py +++ b/src/google/events/cloud/certificatemanager/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/certificatemanager/gapic_version.py b/src/google/events/cloud/certificatemanager/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/certificatemanager/gapic_version.py +++ b/src/google/events/cloud/certificatemanager/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/certificatemanager_v1/__init__.py b/src/google/events/cloud/certificatemanager_v1/__init__.py index 655f3b2..39a3fa9 100644 --- a/src/google/events/cloud/certificatemanager_v1/__init__.py +++ b/src/google/events/cloud/certificatemanager_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/certificatemanager_v1/gapic_version.py b/src/google/events/cloud/certificatemanager_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/certificatemanager_v1/gapic_version.py +++ b/src/google/events/cloud/certificatemanager_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/certificatemanager_v1/services/__init__.py b/src/google/events/cloud/certificatemanager_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/certificatemanager_v1/services/__init__.py +++ b/src/google/events/cloud/certificatemanager_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/certificatemanager_v1/types/__init__.py b/src/google/events/cloud/certificatemanager_v1/types/__init__.py index e652249..bffa37d 100644 --- a/src/google/events/cloud/certificatemanager_v1/types/__init__.py +++ b/src/google/events/cloud/certificatemanager_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/certificatemanager_v1/types/data.py b/src/google/events/cloud/certificatemanager_v1/types/data.py index 39d2a73..f868c90 100644 --- a/src/google/events/cloud/certificatemanager_v1/types/data.py +++ b/src/google/events/cloud/certificatemanager_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/cloudbuild/__init__.py b/src/google/events/cloud/cloudbuild/__init__.py index f2175f3..2c46924 100644 --- a/src/google/events/cloud/cloudbuild/__init__.py +++ b/src/google/events/cloud/cloudbuild/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/cloudbuild/gapic_version.py b/src/google/events/cloud/cloudbuild/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/cloudbuild/gapic_version.py +++ b/src/google/events/cloud/cloudbuild/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/cloudbuild_v1/__init__.py b/src/google/events/cloud/cloudbuild_v1/__init__.py index 28dd662..f0d96dd 100644 --- a/src/google/events/cloud/cloudbuild_v1/__init__.py +++ b/src/google/events/cloud/cloudbuild_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/cloudbuild_v1/gapic_version.py b/src/google/events/cloud/cloudbuild_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/cloudbuild_v1/gapic_version.py +++ b/src/google/events/cloud/cloudbuild_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/cloudbuild_v1/services/__init__.py b/src/google/events/cloud/cloudbuild_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/cloudbuild_v1/services/__init__.py +++ b/src/google/events/cloud/cloudbuild_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/cloudbuild_v1/types/__init__.py b/src/google/events/cloud/cloudbuild_v1/types/__init__.py index 905274f..8e5e497 100644 --- a/src/google/events/cloud/cloudbuild_v1/types/__init__.py +++ b/src/google/events/cloud/cloudbuild_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/cloudbuild_v1/types/data.py b/src/google/events/cloud/cloudbuild_v1/types/data.py index 6141e13..927853a 100644 --- a/src/google/events/cloud/cloudbuild_v1/types/data.py +++ b/src/google/events/cloud/cloudbuild_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/clouddms/__init__.py b/src/google/events/cloud/clouddms/__init__.py index 58e19ac..d35344e 100644 --- a/src/google/events/cloud/clouddms/__init__.py +++ b/src/google/events/cloud/clouddms/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/clouddms/gapic_version.py b/src/google/events/cloud/clouddms/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/clouddms/gapic_version.py +++ b/src/google/events/cloud/clouddms/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/clouddms_v1/__init__.py b/src/google/events/cloud/clouddms_v1/__init__.py index ede8654..273058e 100644 --- a/src/google/events/cloud/clouddms_v1/__init__.py +++ b/src/google/events/cloud/clouddms_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/clouddms_v1/gapic_version.py b/src/google/events/cloud/clouddms_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/clouddms_v1/gapic_version.py +++ b/src/google/events/cloud/clouddms_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/clouddms_v1/services/__init__.py b/src/google/events/cloud/clouddms_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/clouddms_v1/services/__init__.py +++ b/src/google/events/cloud/clouddms_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/clouddms_v1/types/__init__.py b/src/google/events/cloud/clouddms_v1/types/__init__.py index 8738a4e..44e5b37 100644 --- a/src/google/events/cloud/clouddms_v1/types/__init__.py +++ b/src/google/events/cloud/clouddms_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/clouddms_v1/types/data.py b/src/google/events/cloud/clouddms_v1/types/data.py index 8bff12e..1bae814 100644 --- a/src/google/events/cloud/clouddms_v1/types/data.py +++ b/src/google/events/cloud/clouddms_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataflow/__init__.py b/src/google/events/cloud/dataflow/__init__.py index e17cc43..12303c9 100644 --- a/src/google/events/cloud/dataflow/__init__.py +++ b/src/google/events/cloud/dataflow/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataflow/gapic_version.py b/src/google/events/cloud/dataflow/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/dataflow/gapic_version.py +++ b/src/google/events/cloud/dataflow/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataflow_v1beta3/__init__.py b/src/google/events/cloud/dataflow_v1beta3/__init__.py index ad71839..dea7c68 100644 --- a/src/google/events/cloud/dataflow_v1beta3/__init__.py +++ b/src/google/events/cloud/dataflow_v1beta3/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataflow_v1beta3/gapic_version.py b/src/google/events/cloud/dataflow_v1beta3/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/dataflow_v1beta3/gapic_version.py +++ b/src/google/events/cloud/dataflow_v1beta3/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataflow_v1beta3/services/__init__.py b/src/google/events/cloud/dataflow_v1beta3/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/dataflow_v1beta3/services/__init__.py +++ b/src/google/events/cloud/dataflow_v1beta3/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataflow_v1beta3/types/__init__.py b/src/google/events/cloud/dataflow_v1beta3/types/__init__.py index 0910d65..2c6d808 100644 --- a/src/google/events/cloud/dataflow_v1beta3/types/__init__.py +++ b/src/google/events/cloud/dataflow_v1beta3/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataflow_v1beta3/types/data.py b/src/google/events/cloud/dataflow_v1beta3/types/data.py index 05faaaa..1b993a8 100644 --- a/src/google/events/cloud/dataflow_v1beta3/types/data.py +++ b/src/google/events/cloud/dataflow_v1beta3/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -69,12 +69,12 @@ class JobType(proto.Enum): unknown. JOB_TYPE_BATCH (1): A batch job with a well-defined end point: - data is read, data is processed, data is - written, and the job is done. + data is read, data is + processed, data is written, and the job is done. JOB_TYPE_STREAMING (2): A continuously streaming job with no end: - data is read, processed, and written - continuously. + data is read, + processed, and written continuously. """ JOB_TYPE_UNKNOWN = 0 JOB_TYPE_BATCH = 1 @@ -482,6 +482,7 @@ class Package(proto.Message): location (str): The resource to read the package from. The supported resource type is: + Google Cloud Storage: storage.googleapis.com/{bucket} diff --git a/src/google/events/cloud/datafusion/__init__.py b/src/google/events/cloud/datafusion/__init__.py index 7545574..b3af728 100644 --- a/src/google/events/cloud/datafusion/__init__.py +++ b/src/google/events/cloud/datafusion/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datafusion/gapic_version.py b/src/google/events/cloud/datafusion/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/datafusion/gapic_version.py +++ b/src/google/events/cloud/datafusion/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datafusion_v1/__init__.py b/src/google/events/cloud/datafusion_v1/__init__.py index 39daa8f..7f35728 100644 --- a/src/google/events/cloud/datafusion_v1/__init__.py +++ b/src/google/events/cloud/datafusion_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datafusion_v1/gapic_version.py b/src/google/events/cloud/datafusion_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/datafusion_v1/gapic_version.py +++ b/src/google/events/cloud/datafusion_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datafusion_v1/services/__init__.py b/src/google/events/cloud/datafusion_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/datafusion_v1/services/__init__.py +++ b/src/google/events/cloud/datafusion_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datafusion_v1/types/__init__.py b/src/google/events/cloud/datafusion_v1/types/__init__.py index 816bc96..0d4a87b 100644 --- a/src/google/events/cloud/datafusion_v1/types/__init__.py +++ b/src/google/events/cloud/datafusion_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datafusion_v1/types/data.py b/src/google/events/cloud/datafusion_v1/types/data.py index b0c338c..1c767fe 100644 --- a/src/google/events/cloud/datafusion_v1/types/data.py +++ b/src/google/events/cloud/datafusion_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataplex/__init__.py b/src/google/events/cloud/dataplex/__init__.py index c0b24e8..40f7d9a 100644 --- a/src/google/events/cloud/dataplex/__init__.py +++ b/src/google/events/cloud/dataplex/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataplex/gapic_version.py b/src/google/events/cloud/dataplex/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/dataplex/gapic_version.py +++ b/src/google/events/cloud/dataplex/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataplex_v1/__init__.py b/src/google/events/cloud/dataplex_v1/__init__.py index 620339f..2d192f8 100644 --- a/src/google/events/cloud/dataplex_v1/__init__.py +++ b/src/google/events/cloud/dataplex_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataplex_v1/gapic_version.py b/src/google/events/cloud/dataplex_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/dataplex_v1/gapic_version.py +++ b/src/google/events/cloud/dataplex_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataplex_v1/services/__init__.py b/src/google/events/cloud/dataplex_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/dataplex_v1/services/__init__.py +++ b/src/google/events/cloud/dataplex_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataplex_v1/types/__init__.py b/src/google/events/cloud/dataplex_v1/types/__init__.py index 6ea61ac..a483688 100644 --- a/src/google/events/cloud/dataplex_v1/types/__init__.py +++ b/src/google/events/cloud/dataplex_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/dataplex_v1/types/data.py b/src/google/events/cloud/dataplex_v1/types/data.py index 99848ee..bc949fa 100644 --- a/src/google/events/cloud/dataplex_v1/types/data.py +++ b/src/google/events/cloud/dataplex_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -2526,12 +2526,12 @@ class DataAttribute(proto.Message): has an up-to-date value before proceeding. resource_access_spec (google.events.cloud.dataplex_v1.types.ResourceAccessSpec): Optional. Specified when applied to a - resource (eg: Cloud Storage bucket, BigQuery - dataset, BigQuery table). + resource (eg: Cloud Storage bucket, + BigQuery dataset, BigQuery table). data_access_spec (google.events.cloud.dataplex_v1.types.DataAccessSpec): Optional. Specified when applied to data - stored on the resource (eg: rows, columns in - BigQuery Tables). + stored on the resource (eg: rows, + columns in BigQuery Tables). """ name: str = proto.Field( @@ -2591,7 +2591,8 @@ class DataAttribute(proto.Message): class DataAttributeBinding(proto.Message): r"""DataAttributeBinding represents binding of attributes to - resources. Eg: Bind 'CustomerInfo' entity with 'PII' attribute. + resources. Eg: Bind + 'CustomerInfo' entity with 'PII' attribute. .. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields diff --git a/src/google/events/cloud/datastore/__init__.py b/src/google/events/cloud/datastore/__init__.py index 89030d9..1a48e30 100644 --- a/src/google/events/cloud/datastore/__init__.py +++ b/src/google/events/cloud/datastore/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastore/gapic_version.py b/src/google/events/cloud/datastore/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/datastore/gapic_version.py +++ b/src/google/events/cloud/datastore/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastore_v1/__init__.py b/src/google/events/cloud/datastore_v1/__init__.py index 8ceb7ec..a9d51e5 100644 --- a/src/google/events/cloud/datastore_v1/__init__.py +++ b/src/google/events/cloud/datastore_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastore_v1/gapic_version.py b/src/google/events/cloud/datastore_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/datastore_v1/gapic_version.py +++ b/src/google/events/cloud/datastore_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastore_v1/services/__init__.py b/src/google/events/cloud/datastore_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/datastore_v1/services/__init__.py +++ b/src/google/events/cloud/datastore_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastore_v1/types/__init__.py b/src/google/events/cloud/datastore_v1/types/__init__.py index 10934d4..0da04ab 100644 --- a/src/google/events/cloud/datastore_v1/types/__init__.py +++ b/src/google/events/cloud/datastore_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastore_v1/types/data.py b/src/google/events/cloud/datastore_v1/types/data.py index 4132357..17f2f6e 100644 --- a/src/google/events/cloud/datastore_v1/types/data.py +++ b/src/google/events/cloud/datastore_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -403,8 +403,8 @@ class Value(proto.Message): entity_value (google.events.cloud.datastore_v1.types.Entity): An entity value. - May have no key. - - May have a key with an incomplete key path. - - May have a reserved/read-only key. + - May have a key with an incomplete key path. + - May have a reserved/read-only key. This field is a member of `oneof`_ ``value_type``. array_value (google.events.cloud.datastore_v1.types.ArrayValue): diff --git a/src/google/events/cloud/datastream/__init__.py b/src/google/events/cloud/datastream/__init__.py index cf3a069..e4237f0 100644 --- a/src/google/events/cloud/datastream/__init__.py +++ b/src/google/events/cloud/datastream/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastream/gapic_version.py b/src/google/events/cloud/datastream/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/datastream/gapic_version.py +++ b/src/google/events/cloud/datastream/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastream_v1/__init__.py b/src/google/events/cloud/datastream_v1/__init__.py index 8aa539f..604a5ad 100644 --- a/src/google/events/cloud/datastream_v1/__init__.py +++ b/src/google/events/cloud/datastream_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastream_v1/gapic_version.py b/src/google/events/cloud/datastream_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/datastream_v1/gapic_version.py +++ b/src/google/events/cloud/datastream_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastream_v1/services/__init__.py b/src/google/events/cloud/datastream_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/datastream_v1/services/__init__.py +++ b/src/google/events/cloud/datastream_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastream_v1/types/__init__.py b/src/google/events/cloud/datastream_v1/types/__init__.py index 8912bd3..e9c0727 100644 --- a/src/google/events/cloud/datastream_v1/types/__init__.py +++ b/src/google/events/cloud/datastream_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/datastream_v1/types/data.py b/src/google/events/cloud/datastream_v1/types/data.py index c8e74f4..6188a7e 100644 --- a/src/google/events/cloud/datastream_v1/types/data.py +++ b/src/google/events/cloud/datastream_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/eventarc/__init__.py b/src/google/events/cloud/eventarc/__init__.py index db98f4f..4d1509b 100644 --- a/src/google/events/cloud/eventarc/__init__.py +++ b/src/google/events/cloud/eventarc/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/eventarc/gapic_version.py b/src/google/events/cloud/eventarc/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/eventarc/gapic_version.py +++ b/src/google/events/cloud/eventarc/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/eventarc_v1/__init__.py b/src/google/events/cloud/eventarc_v1/__init__.py index 3044719..170814c 100644 --- a/src/google/events/cloud/eventarc_v1/__init__.py +++ b/src/google/events/cloud/eventarc_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/eventarc_v1/gapic_version.py b/src/google/events/cloud/eventarc_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/eventarc_v1/gapic_version.py +++ b/src/google/events/cloud/eventarc_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/eventarc_v1/services/__init__.py b/src/google/events/cloud/eventarc_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/eventarc_v1/services/__init__.py +++ b/src/google/events/cloud/eventarc_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/eventarc_v1/types/__init__.py b/src/google/events/cloud/eventarc_v1/types/__init__.py index 1c55f6a..0555185 100644 --- a/src/google/events/cloud/eventarc_v1/types/__init__.py +++ b/src/google/events/cloud/eventarc_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/eventarc_v1/types/data.py b/src/google/events/cloud/eventarc_v1/types/data.py index 9896130..afe73c8 100644 --- a/src/google/events/cloud/eventarc_v1/types/data.py +++ b/src/google/events/cloud/eventarc_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/firestore/__init__.py b/src/google/events/cloud/firestore/__init__.py index 9e97b56..9a45527 100644 --- a/src/google/events/cloud/firestore/__init__.py +++ b/src/google/events/cloud/firestore/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/firestore/gapic_version.py b/src/google/events/cloud/firestore/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/firestore/gapic_version.py +++ b/src/google/events/cloud/firestore/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/firestore_v1/__init__.py b/src/google/events/cloud/firestore_v1/__init__.py index a137e10..540ebc6 100644 --- a/src/google/events/cloud/firestore_v1/__init__.py +++ b/src/google/events/cloud/firestore_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/firestore_v1/gapic_version.py b/src/google/events/cloud/firestore_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/firestore_v1/gapic_version.py +++ b/src/google/events/cloud/firestore_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/firestore_v1/services/__init__.py b/src/google/events/cloud/firestore_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/firestore_v1/services/__init__.py +++ b/src/google/events/cloud/firestore_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/firestore_v1/types/__init__.py b/src/google/events/cloud/firestore_v1/types/__init__.py index 27b158f..d666660 100644 --- a/src/google/events/cloud/firestore_v1/types/__init__.py +++ b/src/google/events/cloud/firestore_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/firestore_v1/types/data.py b/src/google/events/cloud/firestore_v1/types/data.py index afd2328..f2e7761 100644 --- a/src/google/events/cloud/firestore_v1/types/data.py +++ b/src/google/events/cloud/firestore_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/functions/__init__.py b/src/google/events/cloud/functions/__init__.py index c3b790b..484a4cd 100644 --- a/src/google/events/cloud/functions/__init__.py +++ b/src/google/events/cloud/functions/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/functions/gapic_version.py b/src/google/events/cloud/functions/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/functions/gapic_version.py +++ b/src/google/events/cloud/functions/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/functions_v2/__init__.py b/src/google/events/cloud/functions_v2/__init__.py index 52b74eb..d32b905 100644 --- a/src/google/events/cloud/functions_v2/__init__.py +++ b/src/google/events/cloud/functions_v2/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/functions_v2/gapic_version.py b/src/google/events/cloud/functions_v2/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/functions_v2/gapic_version.py +++ b/src/google/events/cloud/functions_v2/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/functions_v2/services/__init__.py b/src/google/events/cloud/functions_v2/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/functions_v2/services/__init__.py +++ b/src/google/events/cloud/functions_v2/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/functions_v2/types/__init__.py b/src/google/events/cloud/functions_v2/types/__init__.py index a8272c8..7860a34 100644 --- a/src/google/events/cloud/functions_v2/types/__init__.py +++ b/src/google/events/cloud/functions_v2/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/functions_v2/types/data.py b/src/google/events/cloud/functions_v2/types/data.py index fc05752..9393d52 100644 --- a/src/google/events/cloud/functions_v2/types/data.py +++ b/src/google/events/cloud/functions_v2/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkebackup/__init__.py b/src/google/events/cloud/gkebackup/__init__.py index 11d8564..a9cb3a9 100644 --- a/src/google/events/cloud/gkebackup/__init__.py +++ b/src/google/events/cloud/gkebackup/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkebackup/gapic_version.py b/src/google/events/cloud/gkebackup/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/gkebackup/gapic_version.py +++ b/src/google/events/cloud/gkebackup/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkebackup_v1/__init__.py b/src/google/events/cloud/gkebackup_v1/__init__.py index db81c33..84f2c5d 100644 --- a/src/google/events/cloud/gkebackup_v1/__init__.py +++ b/src/google/events/cloud/gkebackup_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkebackup_v1/gapic_version.py b/src/google/events/cloud/gkebackup_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/gkebackup_v1/gapic_version.py +++ b/src/google/events/cloud/gkebackup_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkebackup_v1/services/__init__.py b/src/google/events/cloud/gkebackup_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/gkebackup_v1/services/__init__.py +++ b/src/google/events/cloud/gkebackup_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkebackup_v1/types/__init__.py b/src/google/events/cloud/gkebackup_v1/types/__init__.py index 08fd9f8..31c0a24 100644 --- a/src/google/events/cloud/gkebackup_v1/types/__init__.py +++ b/src/google/events/cloud/gkebackup_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkebackup_v1/types/data.py b/src/google/events/cloud/gkebackup_v1/types/data.py index e42842a..5cc97f0 100644 --- a/src/google/events/cloud/gkebackup_v1/types/data.py +++ b/src/google/events/cloud/gkebackup_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -1115,7 +1115,8 @@ class ClusterResourceRestoreScope(proto.Message): Some group kinds are not reasonable choices for a restore, and will cause an error if selected here. Any scope selection that would restore "all valid" resources automatically excludes these - group kinds. - gkebackup.gke.io/BackupJob + group kinds. + - gkebackup.gke.io/BackupJob - gkebackup.gke.io/RestoreJob - metrics.k8s.io/NodeMetrics - migration.k8s.io/StorageState diff --git a/src/google/events/cloud/gkehub/__init__.py b/src/google/events/cloud/gkehub/__init__.py index f9b057c..9d479a3 100644 --- a/src/google/events/cloud/gkehub/__init__.py +++ b/src/google/events/cloud/gkehub/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkehub/gapic_version.py b/src/google/events/cloud/gkehub/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/gkehub/gapic_version.py +++ b/src/google/events/cloud/gkehub/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkehub_v1/__init__.py b/src/google/events/cloud/gkehub_v1/__init__.py index 6ae5fdb..371912b 100644 --- a/src/google/events/cloud/gkehub_v1/__init__.py +++ b/src/google/events/cloud/gkehub_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkehub_v1/gapic_version.py b/src/google/events/cloud/gkehub_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/gkehub_v1/gapic_version.py +++ b/src/google/events/cloud/gkehub_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkehub_v1/services/__init__.py b/src/google/events/cloud/gkehub_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/gkehub_v1/services/__init__.py +++ b/src/google/events/cloud/gkehub_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkehub_v1/types/__init__.py b/src/google/events/cloud/gkehub_v1/types/__init__.py index 2c65ef9..2aa2ea9 100644 --- a/src/google/events/cloud/gkehub_v1/types/__init__.py +++ b/src/google/events/cloud/gkehub_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/gkehub_v1/types/data.py b/src/google/events/cloud/gkehub_v1/types/data.py index 5e6b24b..4e78d3b 100644 --- a/src/google/events/cloud/gkehub_v1/types/data.py +++ b/src/google/events/cloud/gkehub_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -886,6 +886,7 @@ class GkeCluster(proto.Message): resource_link (str): Immutable. Self-link of the GCP resource for the GKE cluster. For example: + //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal clusters are also supported. cluster_missing (bool): diff --git a/src/google/events/cloud/iot/__init__.py b/src/google/events/cloud/iot/__init__.py index fd39f51..923d52a 100644 --- a/src/google/events/cloud/iot/__init__.py +++ b/src/google/events/cloud/iot/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/iot/gapic_version.py b/src/google/events/cloud/iot/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/iot/gapic_version.py +++ b/src/google/events/cloud/iot/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/iot_v1/__init__.py b/src/google/events/cloud/iot_v1/__init__.py index 96626c6..0540c9d 100644 --- a/src/google/events/cloud/iot_v1/__init__.py +++ b/src/google/events/cloud/iot_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/iot_v1/gapic_version.py b/src/google/events/cloud/iot_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/iot_v1/gapic_version.py +++ b/src/google/events/cloud/iot_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/iot_v1/services/__init__.py b/src/google/events/cloud/iot_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/iot_v1/services/__init__.py +++ b/src/google/events/cloud/iot_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/iot_v1/types/__init__.py b/src/google/events/cloud/iot_v1/types/__init__.py index 33474c6..738a63f 100644 --- a/src/google/events/cloud/iot_v1/types/__init__.py +++ b/src/google/events/cloud/iot_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/iot_v1/types/data.py b/src/google/events/cloud/iot_v1/types/data.py index ac0e04e..d1bd94a 100644 --- a/src/google/events/cloud/iot_v1/types/data.py +++ b/src/google/events/cloud/iot_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/memcache/__init__.py b/src/google/events/cloud/memcache/__init__.py index cb373a3..86f50d0 100644 --- a/src/google/events/cloud/memcache/__init__.py +++ b/src/google/events/cloud/memcache/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/memcache/gapic_version.py b/src/google/events/cloud/memcache/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/memcache/gapic_version.py +++ b/src/google/events/cloud/memcache/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/memcache_v1/__init__.py b/src/google/events/cloud/memcache_v1/__init__.py index b10c2ac..c467b8f 100644 --- a/src/google/events/cloud/memcache_v1/__init__.py +++ b/src/google/events/cloud/memcache_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/memcache_v1/gapic_version.py b/src/google/events/cloud/memcache_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/memcache_v1/gapic_version.py +++ b/src/google/events/cloud/memcache_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/memcache_v1/services/__init__.py b/src/google/events/cloud/memcache_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/memcache_v1/services/__init__.py +++ b/src/google/events/cloud/memcache_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/memcache_v1/types/__init__.py b/src/google/events/cloud/memcache_v1/types/__init__.py index 7ce57e0..e18d7d1 100644 --- a/src/google/events/cloud/memcache_v1/types/__init__.py +++ b/src/google/events/cloud/memcache_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/memcache_v1/types/data.py b/src/google/events/cloud/memcache_v1/types/data.py index 3f7ad47..8e07af3 100644 --- a/src/google/events/cloud/memcache_v1/types/data.py +++ b/src/google/events/cloud/memcache_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/metastore/__init__.py b/src/google/events/cloud/metastore/__init__.py index a2c1c64..0c02bc6 100644 --- a/src/google/events/cloud/metastore/__init__.py +++ b/src/google/events/cloud/metastore/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/metastore/gapic_version.py b/src/google/events/cloud/metastore/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/metastore/gapic_version.py +++ b/src/google/events/cloud/metastore/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/metastore_v1/__init__.py b/src/google/events/cloud/metastore_v1/__init__.py index 8e9f352..801eac2 100644 --- a/src/google/events/cloud/metastore_v1/__init__.py +++ b/src/google/events/cloud/metastore_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/metastore_v1/gapic_version.py b/src/google/events/cloud/metastore_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/metastore_v1/gapic_version.py +++ b/src/google/events/cloud/metastore_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/metastore_v1/services/__init__.py b/src/google/events/cloud/metastore_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/metastore_v1/services/__init__.py +++ b/src/google/events/cloud/metastore_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/metastore_v1/types/__init__.py b/src/google/events/cloud/metastore_v1/types/__init__.py index 7711029..3680ae2 100644 --- a/src/google/events/cloud/metastore_v1/types/__init__.py +++ b/src/google/events/cloud/metastore_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/metastore_v1/types/data.py b/src/google/events/cloud/metastore_v1/types/data.py index 579da21..01c9666 100644 --- a/src/google/events/cloud/metastore_v1/types/data.py +++ b/src/google/events/cloud/metastore_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkconnectivity/__init__.py b/src/google/events/cloud/networkconnectivity/__init__.py index 380902f..02788c6 100644 --- a/src/google/events/cloud/networkconnectivity/__init__.py +++ b/src/google/events/cloud/networkconnectivity/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkconnectivity/gapic_version.py b/src/google/events/cloud/networkconnectivity/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/networkconnectivity/gapic_version.py +++ b/src/google/events/cloud/networkconnectivity/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkconnectivity_v1/__init__.py b/src/google/events/cloud/networkconnectivity_v1/__init__.py index 6a4c021..f393dbb 100644 --- a/src/google/events/cloud/networkconnectivity_v1/__init__.py +++ b/src/google/events/cloud/networkconnectivity_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkconnectivity_v1/gapic_version.py b/src/google/events/cloud/networkconnectivity_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/networkconnectivity_v1/gapic_version.py +++ b/src/google/events/cloud/networkconnectivity_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkconnectivity_v1/services/__init__.py b/src/google/events/cloud/networkconnectivity_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/networkconnectivity_v1/services/__init__.py +++ b/src/google/events/cloud/networkconnectivity_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkconnectivity_v1/types/__init__.py b/src/google/events/cloud/networkconnectivity_v1/types/__init__.py index 8390b10..65cf779 100644 --- a/src/google/events/cloud/networkconnectivity_v1/types/__init__.py +++ b/src/google/events/cloud/networkconnectivity_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkconnectivity_v1/types/data.py b/src/google/events/cloud/networkconnectivity_v1/types/data.py index a68d0d5..5b02ae8 100644 --- a/src/google/events/cloud/networkconnectivity_v1/types/data.py +++ b/src/google/events/cloud/networkconnectivity_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -419,7 +419,7 @@ class ServiceConnectionPolicy(proto.Message): The resource path of the consumer network. Example: - - projects/{projectNumOrId}/global/networks/{resourceId}. + projects/{projectNumOrId}/global/networks/{resourceId}. service_class (str): The service class identifier for which this ServiceConnectionPolicy is for. The service diff --git a/src/google/events/cloud/networkmanagement/__init__.py b/src/google/events/cloud/networkmanagement/__init__.py index 9482e36..fddd886 100644 --- a/src/google/events/cloud/networkmanagement/__init__.py +++ b/src/google/events/cloud/networkmanagement/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkmanagement/gapic_version.py b/src/google/events/cloud/networkmanagement/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/networkmanagement/gapic_version.py +++ b/src/google/events/cloud/networkmanagement/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkmanagement_v1/__init__.py b/src/google/events/cloud/networkmanagement_v1/__init__.py index c47091c..30ffce0 100644 --- a/src/google/events/cloud/networkmanagement_v1/__init__.py +++ b/src/google/events/cloud/networkmanagement_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkmanagement_v1/gapic_version.py b/src/google/events/cloud/networkmanagement_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/networkmanagement_v1/gapic_version.py +++ b/src/google/events/cloud/networkmanagement_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkmanagement_v1/services/__init__.py b/src/google/events/cloud/networkmanagement_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/networkmanagement_v1/services/__init__.py +++ b/src/google/events/cloud/networkmanagement_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkmanagement_v1/types/__init__.py b/src/google/events/cloud/networkmanagement_v1/types/__init__.py index a1f7556..4653fcd 100644 --- a/src/google/events/cloud/networkmanagement_v1/types/__init__.py +++ b/src/google/events/cloud/networkmanagement_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/networkmanagement_v1/types/data.py b/src/google/events/cloud/networkmanagement_v1/types/data.py index 9196c9a..8a3548e 100644 --- a/src/google/events/cloud/networkmanagement_v1/types/data.py +++ b/src/google/events/cloud/networkmanagement_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -232,44 +232,52 @@ class State(proto.Enum): Unspecified state. START_FROM_INSTANCE (1): Initial state: packet originating from a - Compute Engine instance. An InstanceInfo is - populated with starting instance information. + Compute Engine instance. + An InstanceInfo is populated with starting + instance information. START_FROM_INTERNET (2): Initial state: packet originating from the - internet. The endpoint information is populated. + internet. + The endpoint information is populated. START_FROM_GOOGLE_SERVICE (27): Initial state: packet originating from a - Google service. Some Google services, such as - health check probers or Identity Aware Proxy use - special routes, outside VPC routing - configuration to reach Compute Engine Instances. + Google service. Some Google + services, such as health check probers or + Identity Aware Proxy use special routes, outside + VPC routing configuration to reach Compute + Engine Instances. START_FROM_PRIVATE_NETWORK (3): Initial state: packet originating from a VPC - or on-premises network with internal source IP. + or on-premises network + with internal source IP. If the source is a VPC network visible to the user, a NetworkInfo is populated with details of the network. START_FROM_GKE_MASTER (21): Initial state: packet originating from a - Google Kubernetes Engine cluster master. A - GKEMasterInfo is populated with starting - instance information. + Google Kubernetes Engine cluster + master. A GKEMasterInfo is populated with + starting instance information. START_FROM_CLOUD_SQL_INSTANCE (22): Initial state: packet originating from a - Cloud SQL instance. A CloudSQLInstanceInfo is - populated with starting instance information. + Cloud SQL instance. + A CloudSQLInstanceInfo is populated with + starting instance information. START_FROM_CLOUD_FUNCTION (23): Initial state: packet originating from a - Cloud Function. A CloudFunctionInfo is populated - with starting function information. + Cloud Function. + A CloudFunctionInfo is populated with starting + function information. START_FROM_APP_ENGINE_VERSION (25): Initial state: packet originating from an App - Engine service version. An AppEngineVersionInfo - is populated with starting version information. + Engine service version. + An AppEngineVersionInfo is populated with + starting version information. START_FROM_CLOUD_RUN_REVISION (26): Initial state: packet originating from a - Cloud Run revision. A CloudRunRevisionInfo is - populated with starting revision information. + Cloud Run revision. + A CloudRunRevisionInfo is populated with + starting revision information. APPLY_INGRESS_FIREWALL_RULE (4): Config checking state: verify ingress firewall rule. @@ -282,7 +290,8 @@ class State(proto.Enum): Config checking state: match forwarding rule. SPOOFING_APPROVED (8): Config checking state: packet sent or - received under foreign IP address and allowed. + received under foreign IP + address and allowed. ARRIVE_AT_INSTANCE (9): Forwarding state: arriving at a Compute Engine instance. @@ -305,21 +314,22 @@ class State(proto.Enum): Transition state: packet header translated. PROXY_CONNECTION (15): Transition state: original connection is - terminated and a new proxied connection is - initiated. + terminated and a new proxied + connection is initiated. DELIVER (16): Final state: packet could be delivered. DROP (17): Final state: packet could be dropped. FORWARD (18): Final state: packet could be forwarded to a - network with an unknown configuration. + network with an unknown + configuration. ABORT (19): Final state: analysis is aborted. VIEWER_PERMISSION_MISSING (20): Special state: viewer of the test result does - not have permission to see the configuration in - this step. + not have permission to + see the configuration in this step. """ STATE_UNSPECIFIED = 0 START_FROM_INSTANCE = 1 @@ -1593,10 +1603,11 @@ class Cause(proto.Enum): hop is a blackhole. ROUTE_WRONG_NETWORK (6): Packet is sent to a wrong (unintended) - network. Example: you trace a packet from - VM1:Network1 to VM2:Network2, however, the route - configured in Network1 sends the packet destined - for VM2's IP addresss to Network3. + network. Example: you trace a + packet from VM1:Network1 to VM2:Network2, + however, the route configured in Network1 sends + the packet destined for VM2's IP addresss to + Network3. PRIVATE_TRAFFIC_TO_INTERNET (7): Packet with internal destination address sent to the internet gateway. diff --git a/src/google/events/cloud/notebooks/__init__.py b/src/google/events/cloud/notebooks/__init__.py index 4b51327..fb87272 100644 --- a/src/google/events/cloud/notebooks/__init__.py +++ b/src/google/events/cloud/notebooks/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/notebooks/gapic_version.py b/src/google/events/cloud/notebooks/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/notebooks/gapic_version.py +++ b/src/google/events/cloud/notebooks/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/notebooks_v1/__init__.py b/src/google/events/cloud/notebooks_v1/__init__.py index 57e1636..7b2cf3c 100644 --- a/src/google/events/cloud/notebooks_v1/__init__.py +++ b/src/google/events/cloud/notebooks_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/notebooks_v1/gapic_version.py b/src/google/events/cloud/notebooks_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/notebooks_v1/gapic_version.py +++ b/src/google/events/cloud/notebooks_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/notebooks_v1/services/__init__.py b/src/google/events/cloud/notebooks_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/notebooks_v1/services/__init__.py +++ b/src/google/events/cloud/notebooks_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/notebooks_v1/types/__init__.py b/src/google/events/cloud/notebooks_v1/types/__init__.py index 4309c78..d65aa55 100644 --- a/src/google/events/cloud/notebooks_v1/types/__init__.py +++ b/src/google/events/cloud/notebooks_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/notebooks_v1/types/data.py b/src/google/events/cloud/notebooks_v1/types/data.py index e7e7b80..e1ce218 100644 --- a/src/google/events/cloud/notebooks_v1/types/data.py +++ b/src/google/events/cloud/notebooks_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/pubsub/__init__.py b/src/google/events/cloud/pubsub/__init__.py index 0cb2614..392a465 100644 --- a/src/google/events/cloud/pubsub/__init__.py +++ b/src/google/events/cloud/pubsub/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/pubsub/gapic_version.py b/src/google/events/cloud/pubsub/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/pubsub/gapic_version.py +++ b/src/google/events/cloud/pubsub/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/pubsub_v1/__init__.py b/src/google/events/cloud/pubsub_v1/__init__.py index aecf983..96592a9 100644 --- a/src/google/events/cloud/pubsub_v1/__init__.py +++ b/src/google/events/cloud/pubsub_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/pubsub_v1/gapic_version.py b/src/google/events/cloud/pubsub_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/pubsub_v1/gapic_version.py +++ b/src/google/events/cloud/pubsub_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/pubsub_v1/services/__init__.py b/src/google/events/cloud/pubsub_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/pubsub_v1/services/__init__.py +++ b/src/google/events/cloud/pubsub_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/pubsub_v1/types/__init__.py b/src/google/events/cloud/pubsub_v1/types/__init__.py index b7db8a5..939491f 100644 --- a/src/google/events/cloud/pubsub_v1/types/__init__.py +++ b/src/google/events/cloud/pubsub_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/pubsub_v1/types/data.py b/src/google/events/cloud/pubsub_v1/types/data.py index e3ee15e..d027875 100644 --- a/src/google/events/cloud/pubsub_v1/types/data.py +++ b/src/google/events/cloud/pubsub_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/redis/__init__.py b/src/google/events/cloud/redis/__init__.py index 01ab7d0..9e53a7b 100644 --- a/src/google/events/cloud/redis/__init__.py +++ b/src/google/events/cloud/redis/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/redis/gapic_version.py b/src/google/events/cloud/redis/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/redis/gapic_version.py +++ b/src/google/events/cloud/redis/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/redis_v1/__init__.py b/src/google/events/cloud/redis_v1/__init__.py index 58b10d7..af3cd09 100644 --- a/src/google/events/cloud/redis_v1/__init__.py +++ b/src/google/events/cloud/redis_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/redis_v1/gapic_version.py b/src/google/events/cloud/redis_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/redis_v1/gapic_version.py +++ b/src/google/events/cloud/redis_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/redis_v1/services/__init__.py b/src/google/events/cloud/redis_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/redis_v1/services/__init__.py +++ b/src/google/events/cloud/redis_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/redis_v1/types/__init__.py b/src/google/events/cloud/redis_v1/types/__init__.py index 23fdda8..82c6e6f 100644 --- a/src/google/events/cloud/redis_v1/types/__init__.py +++ b/src/google/events/cloud/redis_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/redis_v1/types/data.py b/src/google/events/cloud/redis_v1/types/data.py index 0247e72..776f387 100644 --- a/src/google/events/cloud/redis_v1/types/data.py +++ b/src/google/events/cloud/redis_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/scheduler/__init__.py b/src/google/events/cloud/scheduler/__init__.py index 4eb1a7d..d63aa18 100644 --- a/src/google/events/cloud/scheduler/__init__.py +++ b/src/google/events/cloud/scheduler/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/scheduler/gapic_version.py b/src/google/events/cloud/scheduler/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/scheduler/gapic_version.py +++ b/src/google/events/cloud/scheduler/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/scheduler_v1/__init__.py b/src/google/events/cloud/scheduler_v1/__init__.py index 8d2a3ff..1091260 100644 --- a/src/google/events/cloud/scheduler_v1/__init__.py +++ b/src/google/events/cloud/scheduler_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/scheduler_v1/gapic_version.py b/src/google/events/cloud/scheduler_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/scheduler_v1/gapic_version.py +++ b/src/google/events/cloud/scheduler_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/scheduler_v1/services/__init__.py b/src/google/events/cloud/scheduler_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/scheduler_v1/services/__init__.py +++ b/src/google/events/cloud/scheduler_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/scheduler_v1/types/__init__.py b/src/google/events/cloud/scheduler_v1/types/__init__.py index d384f5e..fe7940f 100644 --- a/src/google/events/cloud/scheduler_v1/types/__init__.py +++ b/src/google/events/cloud/scheduler_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/scheduler_v1/types/data.py b/src/google/events/cloud/scheduler_v1/types/data.py index e0e91b2..f47a2f0 100644 --- a/src/google/events/cloud/scheduler_v1/types/data.py +++ b/src/google/events/cloud/scheduler_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/storage/__init__.py b/src/google/events/cloud/storage/__init__.py index 83de3b1..d82fdaa 100644 --- a/src/google/events/cloud/storage/__init__.py +++ b/src/google/events/cloud/storage/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/storage/gapic_version.py b/src/google/events/cloud/storage/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/storage/gapic_version.py +++ b/src/google/events/cloud/storage/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/storage_v1/__init__.py b/src/google/events/cloud/storage_v1/__init__.py index e87598f..ea4cef2 100644 --- a/src/google/events/cloud/storage_v1/__init__.py +++ b/src/google/events/cloud/storage_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/storage_v1/gapic_version.py b/src/google/events/cloud/storage_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/storage_v1/gapic_version.py +++ b/src/google/events/cloud/storage_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/storage_v1/services/__init__.py b/src/google/events/cloud/storage_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/storage_v1/services/__init__.py +++ b/src/google/events/cloud/storage_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/storage_v1/types/__init__.py b/src/google/events/cloud/storage_v1/types/__init__.py index f7b8389..79a2fdf 100644 --- a/src/google/events/cloud/storage_v1/types/__init__.py +++ b/src/google/events/cloud/storage_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/storage_v1/types/data.py b/src/google/events/cloud/storage_v1/types/data.py index d766337..6d17d8f 100644 --- a/src/google/events/cloud/storage_v1/types/data.py +++ b/src/google/events/cloud/storage_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/video/transcoder/__init__.py b/src/google/events/cloud/video/transcoder/__init__.py index 133c103..b753cad 100644 --- a/src/google/events/cloud/video/transcoder/__init__.py +++ b/src/google/events/cloud/video/transcoder/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/video/transcoder/gapic_version.py b/src/google/events/cloud/video/transcoder/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/video/transcoder/gapic_version.py +++ b/src/google/events/cloud/video/transcoder/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/video/transcoder_v1/__init__.py b/src/google/events/cloud/video/transcoder_v1/__init__.py index e0d1e30..d3f2f6c 100644 --- a/src/google/events/cloud/video/transcoder_v1/__init__.py +++ b/src/google/events/cloud/video/transcoder_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/video/transcoder_v1/gapic_version.py b/src/google/events/cloud/video/transcoder_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/video/transcoder_v1/gapic_version.py +++ b/src/google/events/cloud/video/transcoder_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/video/transcoder_v1/services/__init__.py b/src/google/events/cloud/video/transcoder_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/video/transcoder_v1/services/__init__.py +++ b/src/google/events/cloud/video/transcoder_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/video/transcoder_v1/types/__init__.py b/src/google/events/cloud/video/transcoder_v1/types/__init__.py index 758dd4c..fb34680 100644 --- a/src/google/events/cloud/video/transcoder_v1/types/__init__.py +++ b/src/google/events/cloud/video/transcoder_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. 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 87e1ecd..aa47793 100644 --- a/src/google/events/cloud/video/transcoder_v1/types/data.py +++ b/src/google/events/cloud/video/transcoder_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/visionai/__init__.py b/src/google/events/cloud/visionai/__init__.py index a4d6c13..10dda8d 100644 --- a/src/google/events/cloud/visionai/__init__.py +++ b/src/google/events/cloud/visionai/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/visionai/gapic_version.py b/src/google/events/cloud/visionai/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/visionai/gapic_version.py +++ b/src/google/events/cloud/visionai/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/visionai_v1/__init__.py b/src/google/events/cloud/visionai_v1/__init__.py index 494fc51..8e54189 100644 --- a/src/google/events/cloud/visionai_v1/__init__.py +++ b/src/google/events/cloud/visionai_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/visionai_v1/gapic_version.py b/src/google/events/cloud/visionai_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/visionai_v1/gapic_version.py +++ b/src/google/events/cloud/visionai_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/visionai_v1/services/__init__.py b/src/google/events/cloud/visionai_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/visionai_v1/services/__init__.py +++ b/src/google/events/cloud/visionai_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/visionai_v1/types/__init__.py b/src/google/events/cloud/visionai_v1/types/__init__.py index 175f2f7..1bd4943 100644 --- a/src/google/events/cloud/visionai_v1/types/__init__.py +++ b/src/google/events/cloud/visionai_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/visionai_v1/types/data.py b/src/google/events/cloud/visionai_v1/types/data.py index 59182c3..b45f7cc 100644 --- a/src/google/events/cloud/visionai_v1/types/data.py +++ b/src/google/events/cloud/visionai_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -764,9 +764,9 @@ class Process(proto.Message): Optional. Optional: Batch ID of the Process. retry_count (int): Optional. Optional: The number of retries for - a process in submission mode the system should - try before declaring failure. By default, no - retry will be performed. + a process in submission mode + the system should try before declaring failure. + By default, no retry will be performed. """ name: str = proto.Field( diff --git a/src/google/events/cloud/vmmigration/__init__.py b/src/google/events/cloud/vmmigration/__init__.py index 82fd5fa..a0945ac 100644 --- a/src/google/events/cloud/vmmigration/__init__.py +++ b/src/google/events/cloud/vmmigration/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/vmmigration/gapic_version.py b/src/google/events/cloud/vmmigration/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/vmmigration/gapic_version.py +++ b/src/google/events/cloud/vmmigration/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/vmmigration_v1/__init__.py b/src/google/events/cloud/vmmigration_v1/__init__.py index c49e21c..520a49a 100644 --- a/src/google/events/cloud/vmmigration_v1/__init__.py +++ b/src/google/events/cloud/vmmigration_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/vmmigration_v1/gapic_version.py b/src/google/events/cloud/vmmigration_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/vmmigration_v1/gapic_version.py +++ b/src/google/events/cloud/vmmigration_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/vmmigration_v1/services/__init__.py b/src/google/events/cloud/vmmigration_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/vmmigration_v1/services/__init__.py +++ b/src/google/events/cloud/vmmigration_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/vmmigration_v1/types/__init__.py b/src/google/events/cloud/vmmigration_v1/types/__init__.py index 50237a3..8def009 100644 --- a/src/google/events/cloud/vmmigration_v1/types/__init__.py +++ b/src/google/events/cloud/vmmigration_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/vmmigration_v1/types/data.py b/src/google/events/cloud/vmmigration_v1/types/data.py index 773a27b..6b48f08 100644 --- a/src/google/events/cloud/vmmigration_v1/types/data.py +++ b/src/google/events/cloud/vmmigration_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -2229,7 +2229,8 @@ class Type(proto.Enum): class SchedulingNodeAffinity(proto.Message): r"""Node Affinity: the configuration of desired nodes onto which - this Instance could be scheduled. Based on + this Instance + could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling Attributes: diff --git a/src/google/events/cloud/workflows/__init__.py b/src/google/events/cloud/workflows/__init__.py index 392a5dc..a2a0357 100644 --- a/src/google/events/cloud/workflows/__init__.py +++ b/src/google/events/cloud/workflows/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/workflows/gapic_version.py b/src/google/events/cloud/workflows/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/workflows/gapic_version.py +++ b/src/google/events/cloud/workflows/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/workflows_v1/__init__.py b/src/google/events/cloud/workflows_v1/__init__.py index bbf1dfe..c2c684e 100644 --- a/src/google/events/cloud/workflows_v1/__init__.py +++ b/src/google/events/cloud/workflows_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/workflows_v1/gapic_version.py b/src/google/events/cloud/workflows_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/cloud/workflows_v1/gapic_version.py +++ b/src/google/events/cloud/workflows_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/workflows_v1/services/__init__.py b/src/google/events/cloud/workflows_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/cloud/workflows_v1/services/__init__.py +++ b/src/google/events/cloud/workflows_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/workflows_v1/types/__init__.py b/src/google/events/cloud/workflows_v1/types/__init__.py index c6bdeec..0f35820 100644 --- a/src/google/events/cloud/workflows_v1/types/__init__.py +++ b/src/google/events/cloud/workflows_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/cloud/workflows_v1/types/data.py b/src/google/events/cloud/workflows_v1/types/data.py index 7b64240..1c92432 100644 --- a/src/google/events/cloud/workflows_v1/types/data.py +++ b/src/google/events/cloud/workflows_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/analytics/__init__.py b/src/google/events/firebase/analytics/__init__.py index a83350e..8c334ea 100644 --- a/src/google/events/firebase/analytics/__init__.py +++ b/src/google/events/firebase/analytics/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/analytics/gapic_version.py b/src/google/events/firebase/analytics/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/analytics/gapic_version.py +++ b/src/google/events/firebase/analytics/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/analytics_v1/__init__.py b/src/google/events/firebase/analytics_v1/__init__.py index 4f1255d..473ee7f 100644 --- a/src/google/events/firebase/analytics_v1/__init__.py +++ b/src/google/events/firebase/analytics_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/analytics_v1/gapic_version.py b/src/google/events/firebase/analytics_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/analytics_v1/gapic_version.py +++ b/src/google/events/firebase/analytics_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/analytics_v1/services/__init__.py b/src/google/events/firebase/analytics_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/firebase/analytics_v1/services/__init__.py +++ b/src/google/events/firebase/analytics_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/analytics_v1/types/__init__.py b/src/google/events/firebase/analytics_v1/types/__init__.py index b3dd596..a2641d5 100644 --- a/src/google/events/firebase/analytics_v1/types/__init__.py +++ b/src/google/events/firebase/analytics_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/analytics_v1/types/data.py b/src/google/events/firebase/analytics_v1/types/data.py index c256aa6..31ad6e6 100644 --- a/src/google/events/firebase/analytics_v1/types/data.py +++ b/src/google/events/firebase/analytics_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -139,7 +139,8 @@ class UserDimensions(proto.Message): class UserPropertyValue(proto.Message): r"""Predefined (eg: LTV) or custom properties (eg: birthday) - stored on client side and associated with subsequent HitBundles. + stored on client + side and associated with subsequent HitBundles. Attributes: value (google.events.firebase.analytics_v1.types.AnalyticsValue): diff --git a/src/google/events/firebase/auth/__init__.py b/src/google/events/firebase/auth/__init__.py index 3424a59..ca9563d 100644 --- a/src/google/events/firebase/auth/__init__.py +++ b/src/google/events/firebase/auth/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/auth/gapic_version.py b/src/google/events/firebase/auth/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/auth/gapic_version.py +++ b/src/google/events/firebase/auth/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/auth_v1/__init__.py b/src/google/events/firebase/auth_v1/__init__.py index a45b554..512011e 100644 --- a/src/google/events/firebase/auth_v1/__init__.py +++ b/src/google/events/firebase/auth_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/auth_v1/gapic_version.py b/src/google/events/firebase/auth_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/auth_v1/gapic_version.py +++ b/src/google/events/firebase/auth_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/auth_v1/services/__init__.py b/src/google/events/firebase/auth_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/firebase/auth_v1/services/__init__.py +++ b/src/google/events/firebase/auth_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/auth_v1/types/__init__.py b/src/google/events/firebase/auth_v1/types/__init__.py index 5318c3c..03493d2 100644 --- a/src/google/events/firebase/auth_v1/types/__init__.py +++ b/src/google/events/firebase/auth_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/auth_v1/types/data.py b/src/google/events/firebase/auth_v1/types/data.py index 1cad5f1..283c3e9 100644 --- a/src/google/events/firebase/auth_v1/types/data.py +++ b/src/google/events/firebase/auth_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/database/__init__.py b/src/google/events/firebase/database/__init__.py index 2dd4014..372dfa8 100644 --- a/src/google/events/firebase/database/__init__.py +++ b/src/google/events/firebase/database/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/database/gapic_version.py b/src/google/events/firebase/database/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/database/gapic_version.py +++ b/src/google/events/firebase/database/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/database_v1/__init__.py b/src/google/events/firebase/database_v1/__init__.py index 901b744..b58390c 100644 --- a/src/google/events/firebase/database_v1/__init__.py +++ b/src/google/events/firebase/database_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/database_v1/gapic_version.py b/src/google/events/firebase/database_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/database_v1/gapic_version.py +++ b/src/google/events/firebase/database_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/database_v1/services/__init__.py b/src/google/events/firebase/database_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/firebase/database_v1/services/__init__.py +++ b/src/google/events/firebase/database_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/database_v1/types/__init__.py b/src/google/events/firebase/database_v1/types/__init__.py index 20d0964..8ce4686 100644 --- a/src/google/events/firebase/database_v1/types/__init__.py +++ b/src/google/events/firebase/database_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/database_v1/types/data.py b/src/google/events/firebase/database_v1/types/data.py index e81b240..9c18778 100644 --- a/src/google/events/firebase/database_v1/types/data.py +++ b/src/google/events/firebase/database_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/firebasealerts/__init__.py b/src/google/events/firebase/firebasealerts/__init__.py index 219aae1..e896feb 100644 --- a/src/google/events/firebase/firebasealerts/__init__.py +++ b/src/google/events/firebase/firebasealerts/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/firebasealerts/gapic_version.py b/src/google/events/firebase/firebasealerts/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/firebasealerts/gapic_version.py +++ b/src/google/events/firebase/firebasealerts/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/firebasealerts_v1/__init__.py b/src/google/events/firebase/firebasealerts_v1/__init__.py index 4801226..a8660d8 100644 --- a/src/google/events/firebase/firebasealerts_v1/__init__.py +++ b/src/google/events/firebase/firebasealerts_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/firebasealerts_v1/gapic_version.py b/src/google/events/firebase/firebasealerts_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/firebasealerts_v1/gapic_version.py +++ b/src/google/events/firebase/firebasealerts_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/firebasealerts_v1/services/__init__.py b/src/google/events/firebase/firebasealerts_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/firebase/firebasealerts_v1/services/__init__.py +++ b/src/google/events/firebase/firebasealerts_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/firebasealerts_v1/types/__init__.py b/src/google/events/firebase/firebasealerts_v1/types/__init__.py index 06f2a2e..b597a65 100644 --- a/src/google/events/firebase/firebasealerts_v1/types/__init__.py +++ b/src/google/events/firebase/firebasealerts_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/firebasealerts_v1/types/data.py b/src/google/events/firebase/firebasealerts_v1/types/data.py index bbf0813..f9bc0e4 100644 --- a/src/google/events/firebase/firebasealerts_v1/types/data.py +++ b/src/google/events/firebase/firebasealerts_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/remoteconfig/__init__.py b/src/google/events/firebase/remoteconfig/__init__.py index 148a9b9..f1b696f 100644 --- a/src/google/events/firebase/remoteconfig/__init__.py +++ b/src/google/events/firebase/remoteconfig/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/remoteconfig/gapic_version.py b/src/google/events/firebase/remoteconfig/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/remoteconfig/gapic_version.py +++ b/src/google/events/firebase/remoteconfig/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/remoteconfig_v1/__init__.py b/src/google/events/firebase/remoteconfig_v1/__init__.py index 07f4919..ecc313d 100644 --- a/src/google/events/firebase/remoteconfig_v1/__init__.py +++ b/src/google/events/firebase/remoteconfig_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/remoteconfig_v1/gapic_version.py b/src/google/events/firebase/remoteconfig_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/remoteconfig_v1/gapic_version.py +++ b/src/google/events/firebase/remoteconfig_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/remoteconfig_v1/services/__init__.py b/src/google/events/firebase/remoteconfig_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/firebase/remoteconfig_v1/services/__init__.py +++ b/src/google/events/firebase/remoteconfig_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/remoteconfig_v1/types/__init__.py b/src/google/events/firebase/remoteconfig_v1/types/__init__.py index 992e772..3ae9dbb 100644 --- a/src/google/events/firebase/remoteconfig_v1/types/__init__.py +++ b/src/google/events/firebase/remoteconfig_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/remoteconfig_v1/types/data.py b/src/google/events/firebase/remoteconfig_v1/types/data.py index 96b25da..139b790 100644 --- a/src/google/events/firebase/remoteconfig_v1/types/data.py +++ b/src/google/events/firebase/remoteconfig_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/testlab/__init__.py b/src/google/events/firebase/testlab/__init__.py index 9e29b45..54c2754 100644 --- a/src/google/events/firebase/testlab/__init__.py +++ b/src/google/events/firebase/testlab/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/testlab/gapic_version.py b/src/google/events/firebase/testlab/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/testlab/gapic_version.py +++ b/src/google/events/firebase/testlab/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/testlab_v1/__init__.py b/src/google/events/firebase/testlab_v1/__init__.py index 4279912..38836a2 100644 --- a/src/google/events/firebase/testlab_v1/__init__.py +++ b/src/google/events/firebase/testlab_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/testlab_v1/gapic_version.py b/src/google/events/firebase/testlab_v1/gapic_version.py index 30274cc..360a0d1 100644 --- a/src/google/events/firebase/testlab_v1/gapic_version.py +++ b/src/google/events/firebase/testlab_v1/gapic_version.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/testlab_v1/services/__init__.py b/src/google/events/firebase/testlab_v1/services/__init__.py index e8e1c38..89a37dc 100644 --- a/src/google/events/firebase/testlab_v1/services/__init__.py +++ b/src/google/events/firebase/testlab_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/testlab_v1/types/__init__.py b/src/google/events/firebase/testlab_v1/types/__init__.py index af8e874..fef5fed 100644 --- a/src/google/events/firebase/testlab_v1/types/__init__.py +++ b/src/google/events/firebase/testlab_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/events/firebase/testlab_v1/types/data.py b/src/google/events/firebase/testlab_v1/types/data.py index 2587fd2..d4a01de 100644 --- a/src/google/events/firebase/testlab_v1/types/data.py +++ b/src/google/events/firebase/testlab_v1/types/data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -72,9 +72,10 @@ class OutcomeSummary(proto.Enum): state is omitted. SUCCESS (1): The test matrix run was successful, for - instance: - All test cases passed. + instance: + - All test cases passed. - No crash of the application under test was - detected. + detected. FAILURE (2): A run failed, for instance: - One or more test case failed.