|
1 | 1 | # -*- coding: utf-8 -*- |
2 | | -# Copyright 2024 Google LLC |
| 2 | +# Copyright 2025 Google LLC |
3 | 3 | # |
4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
5 | 5 | # you may not use this file except in compliance with the License. |
@@ -432,7 +432,7 @@ class BackupSource(proto.Message): |
432 | 432 | backup_name (str): |
433 | 433 | Required. The name of the backup resource with the format: |
434 | 434 |
|
435 | | - - projects/{project}/locations/{region}/backups/{backup_id} |
| 435 | + - projects/{project}/locations/{region}/backups/{backup_id} |
436 | 436 | """ |
437 | 437 |
|
438 | 438 | backup_uid: str = proto.Field( |
@@ -472,12 +472,12 @@ class Cluster(proto.Message): |
472 | 472 | Output only. The name of the cluster resource with the |
473 | 473 | format: |
474 | 474 |
|
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} |
481 | 481 | display_name (str): |
482 | 482 | User-settable and human-readable display name |
483 | 483 | for the Cluster. |
@@ -637,7 +637,7 @@ class SecondaryConfig(proto.Message): |
637 | 637 | primary_cluster_name (str): |
638 | 638 | The name of the primary cluster name with the format: |
639 | 639 |
|
640 | | - - projects/{project}/locations/{region}/clusters/{cluster_id} |
| 640 | + - projects/{project}/locations/{region}/clusters/{cluster_id} |
641 | 641 | """ |
642 | 642 |
|
643 | 643 | primary_cluster_name: str = proto.Field( |
@@ -779,15 +779,15 @@ class Instance(proto.Message): |
779 | 779 | Output only. The name of the instance resource with the |
780 | 780 | format: |
781 | 781 |
|
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} |
791 | 791 | display_name (str): |
792 | 792 | User-settable and human-readable display name |
793 | 793 | for the Instance. |
@@ -832,12 +832,12 @@ class Instance(proto.Message): |
832 | 832 | database_flags (MutableMapping[str, str]): |
833 | 833 | Database flags. Set at instance level. |
834 | 834 |
|
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. |
841 | 841 |
|
842 | 842 | This is a list of "key": "value" pairs. "key": The name of |
843 | 843 | the flag. These flags are passed at instance setup time, so |
@@ -933,10 +933,10 @@ class InstanceType(proto.Enum): |
933 | 933 | READ POOL instances support read operations only. Each read |
934 | 934 | pool instance consists of one or more homogeneous nodes. |
935 | 935 |
|
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). |
940 | 940 | SECONDARY (3): |
941 | 941 | SECONDARY instances support read operations |
942 | 942 | only. SECONDARY instance is a cross-region read |
@@ -1193,15 +1193,15 @@ class Backup(proto.Message): |
1193 | 1193 | Output only. The name of the backup resource with the |
1194 | 1194 | format: |
1195 | 1195 |
|
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} |
1205 | 1205 | display_name (str): |
1206 | 1206 | User-settable and human-readable display name |
1207 | 1207 | for the Backup. |
|
0 commit comments