Skip to content

Commit 467ba99

Browse files
feat: Run the code generator (#309)
* feat: Run the code generator (25ccd9b) * feat: Run the code generator (25ccd9b) * feat: Run the code generator (25ccd9b) * feat: Run the code generator (25ccd9b)
1 parent e70bd0e commit 467ba99

File tree

322 files changed

+932
-934
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+932
-934
lines changed

src/google/events/cloud/alloydb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2024 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

src/google/events/cloud/alloydb/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2024 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

src/google/events/cloud/alloydb_v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2024 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

src/google/events/cloud/alloydb_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2024 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

src/google/events/cloud/alloydb_v1/services/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2024 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

src/google/events/cloud/alloydb_v1/types/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2024 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

src/google/events/cloud/alloydb_v1/types/data.py

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2024 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -432,7 +432,7 @@ class BackupSource(proto.Message):
432432
backup_name (str):
433433
Required. The name of the backup resource with the format:
434434
435-
- projects/{project}/locations/{region}/backups/{backup_id}
435+
- projects/{project}/locations/{region}/backups/{backup_id}
436436
"""
437437

438438
backup_uid: str = proto.Field(
@@ -472,12 +472,12 @@ class Cluster(proto.Message):
472472
Output only. The name of the cluster resource with the
473473
format:
474474
475-
- projects/{project}/locations/{region}/clusters/{cluster_id}
476-
where the cluster ID segment should satisfy the regex
477-
expression ``[a-z0-9-]+``. For more details see
478-
https://google.aip.dev/122. The prefix of the cluster
479-
resource name is the name of the parent resource:
480-
- projects/{project}/locations/{region}
475+
- projects/{project}/locations/{region}/clusters/{cluster_id}
476+
where the cluster ID segment should satisfy the regex
477+
expression ``[a-z0-9-]+``. For more details see
478+
https://google.aip.dev/122. The prefix of the cluster
479+
resource name is the name of the parent resource:
480+
- projects/{project}/locations/{region}
481481
display_name (str):
482482
User-settable and human-readable display name
483483
for the Cluster.
@@ -637,7 +637,7 @@ class SecondaryConfig(proto.Message):
637637
primary_cluster_name (str):
638638
The name of the primary cluster name with the format:
639639
640-
- projects/{project}/locations/{region}/clusters/{cluster_id}
640+
- projects/{project}/locations/{region}/clusters/{cluster_id}
641641
"""
642642

643643
primary_cluster_name: str = proto.Field(
@@ -779,15 +779,15 @@ class Instance(proto.Message):
779779
Output only. The name of the instance resource with the
780780
format:
781781
782-
- projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id}
783-
where the cluster and instance ID segments should satisfy
784-
the regex expression ``[a-z]([a-z0-9-]{0,61}[a-z0-9])?``,
785-
e.g. 1-63 characters of lowercase letters, numbers, and
786-
dashes, starting with a letter, and ending with a letter
787-
or number. For more details see
788-
https://google.aip.dev/122. The prefix of the instance
789-
resource name is the name of the parent resource:
790-
- projects/{project}/locations/{region}/clusters/{cluster_id}
782+
- projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id}
783+
where the cluster and instance ID segments should satisfy
784+
the regex expression ``[a-z]([a-z0-9-]{0,61}[a-z0-9])?``,
785+
e.g. 1-63 characters of lowercase letters, numbers, and
786+
dashes, starting with a letter, and ending with a letter
787+
or number. For more details see
788+
https://google.aip.dev/122. The prefix of the instance
789+
resource name is the name of the parent resource:
790+
- projects/{project}/locations/{region}/clusters/{cluster_id}
791791
display_name (str):
792792
User-settable and human-readable display name
793793
for the Instance.
@@ -832,12 +832,12 @@ class Instance(proto.Message):
832832
database_flags (MutableMapping[str, str]):
833833
Database flags. Set at instance level.
834834
835-
- They are copied from primary instance on read instance
836-
creation.
837-
- Read instances can set new or override existing flags
838-
that are relevant for reads, e.g. for enabling columnar
839-
cache on a read instance. Flags set on read instance may
840-
or may not be present on primary.
835+
- They are copied from primary instance on read instance
836+
creation.
837+
- Read instances can set new or override existing flags that
838+
are relevant for reads, e.g. for enabling columnar cache
839+
on a read instance. Flags set on read instance may or may
840+
not be present on primary.
841841
842842
This is a list of "key": "value" pairs. "key": The name of
843843
the flag. These flags are passed at instance setup time, so
@@ -933,10 +933,10 @@ class InstanceType(proto.Enum):
933933
READ POOL instances support read operations only. Each read
934934
pool instance consists of one or more homogeneous nodes.
935935
936-
- Read pool of size 1 can only have zonal availability.
937-
- Read pools with node count of 2 or more can have regional
938-
availability (nodes are present in 2 or more zones in a
939-
region).
936+
- Read pool of size 1 can only have zonal availability.
937+
- Read pools with node count of 2 or more can have regional
938+
availability (nodes are present in 2 or more zones in a
939+
region).
940940
SECONDARY (3):
941941
SECONDARY instances support read operations
942942
only. SECONDARY instance is a cross-region read
@@ -1193,15 +1193,15 @@ class Backup(proto.Message):
11931193
Output only. The name of the backup resource with the
11941194
format:
11951195
1196-
- projects/{project}/locations/{region}/backups/{backup_id}
1197-
where the cluster and backup ID segments should satisfy
1198-
the regex expression ``[a-z]([a-z0-9-]{0,61}[a-z0-9])?``,
1199-
e.g. 1-63 characters of lowercase letters, numbers, and
1200-
dashes, starting with a letter, and ending with a letter
1201-
or number. For more details see
1202-
https://google.aip.dev/122. The prefix of the backup
1203-
resource name is the name of the parent resource:
1204-
- projects/{project}/locations/{region}
1196+
- projects/{project}/locations/{region}/backups/{backup_id}
1197+
where the cluster and backup ID segments should satisfy
1198+
the regex expression ``[a-z]([a-z0-9-]{0,61}[a-z0-9])?``,
1199+
e.g. 1-63 characters of lowercase letters, numbers, and
1200+
dashes, starting with a letter, and ending with a letter
1201+
or number. For more details see
1202+
https://google.aip.dev/122. The prefix of the backup
1203+
resource name is the name of the parent resource:
1204+
- projects/{project}/locations/{region}
12051205
display_name (str):
12061206
User-settable and human-readable display name
12071207
for the Backup.

src/google/events/cloud/apigateway/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2024 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

src/google/events/cloud/apigateway/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2024 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

src/google/events/cloud/apigateway_v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2024 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)