|
229 | 229 | ],
|
230 | 230 | "parameters": {
|
231 | 231 | "capacityCommitmentId": {
|
232 |
| - "description": "The optional capacity commitment ID. Capacity commitment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dash. Max length is 64 characters. NOTE: this ID won't be kept if the capacity commitment is split or merged.", |
| 232 | + "description": "The optional capacity commitment ID. Capacity commitment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. The first and last character cannot be a dash. Max length is 64 characters. NOTE: this ID won't be kept if the capacity commitment is split or merged.", |
233 | 233 | "location": "query",
|
234 | 234 | "type": "string"
|
235 | 235 | },
|
|
391 | 391 | ],
|
392 | 392 | "parameters": {
|
393 | 393 | "name": {
|
394 |
| - "description": "Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123`", |
| 394 | + "description": "Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` For the commitment id, it must only contain lower case alphanumeric characters or dashes.It must start with a letter and must not end with a dash. Its maximum length is 64 characters.", |
395 | 395 | "location": "path",
|
396 | 396 | "pattern": "^projects/[^/]+/locations/[^/]+/capacityCommitments/[^/]+$",
|
397 | 397 | "required": true,
|
|
466 | 466 | "type": "string"
|
467 | 467 | },
|
468 | 468 | "reservationId": {
|
469 |
| - "description": "The reservation ID. This field must only contain lower case alphanumeric characters or dash. Max length is 64 characters.", |
| 469 | + "description": "The reservation ID. It must only contain lower case alphanumeric characters or dashes.It must start with a letter and must not end with a dash. Its maximum length is 64 characters.", |
470 | 470 | "location": "query",
|
471 | 471 | "type": "string"
|
472 | 472 | }
|
|
587 | 587 | ],
|
588 | 588 | "parameters": {
|
589 | 589 | "name": {
|
590 |
| - "description": "The resource name of the reservation, e.g., `projects/*/locations/*/reservations/team1-prod`.", |
| 590 | + "description": "The resource name of the reservation, e.g., `projects/*/locations/*/reservations/team1-prod`. For the reservation id, it must only contain lower case alphanumeric characters or dashes.It must start with a letter and must not end with a dash. Its maximum length is 64 characters.", |
591 | 591 | "location": "path",
|
592 | 592 | "pattern": "^projects/[^/]+/locations/[^/]+/reservations/[^/]+$",
|
593 | 593 | "required": true,
|
|
626 | 626 | ],
|
627 | 627 | "parameters": {
|
628 | 628 | "assignmentId": {
|
629 |
| - "description": "The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dash. Max length is 64 characters.", |
| 629 | + "description": "The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. Max length is 64 characters.", |
630 | 630 | "location": "query",
|
631 | 631 | "type": "string"
|
632 | 632 | },
|
|
752 | 752 | ],
|
753 | 753 | "parameters": {
|
754 | 754 | "name": {
|
755 |
| - "description": "Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.", |
| 755 | + "description": "Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.", |
756 | 756 | "location": "path",
|
757 | 757 | "pattern": "^projects/[^/]+/locations/[^/]+/reservations/[^/]+/assignments/[^/]+$",
|
758 | 758 | "required": true,
|
|
786 | 786 | }
|
787 | 787 | }
|
788 | 788 | },
|
789 |
| - "revision": "20211015", |
| 789 | + "revision": "20220226", |
790 | 790 | "rootUrl": "https://bigqueryreservation.googleapis.com/",
|
791 | 791 | "schemas": {
|
792 | 792 | "Assignment": {
|
|
814 | 814 | "type": "string"
|
815 | 815 | },
|
816 | 816 | "name": {
|
817 |
| - "description": "Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.", |
| 817 | + "description": "Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.", |
818 | 818 | "readOnly": true,
|
819 | 819 | "type": "string"
|
820 | 820 | },
|
|
879 | 879 | "description": "Output only. For FAILED commitment plan, provides the reason of failure.",
|
880 | 880 | "readOnly": true
|
881 | 881 | },
|
| 882 | + "multiRegionAuxiliary": { |
| 883 | + "description": "Applicable only for commitments located within one of the BigQuery multi-regions (US or EU). If set to true, this commitment is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this commitment is placed in the organization's default region.", |
| 884 | + "type": "boolean" |
| 885 | + }, |
882 | 886 | "name": {
|
883 |
| - "description": "Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123`", |
| 887 | + "description": "Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` For the commitment id, it must only contain lower case alphanumeric characters or dashes.It must start with a letter and must not end with a dash. Its maximum length is 64 characters.", |
884 | 888 | "readOnly": true,
|
885 | 889 | "type": "string"
|
886 | 890 | },
|
|
1034 | 1038 | "description": "A reservation is a mechanism used to guarantee slots to users.",
|
1035 | 1039 | "id": "Reservation",
|
1036 | 1040 | "properties": {
|
| 1041 | + "concurrency": { |
| 1042 | + "description": "Maximum number of queries that are allowed to run concurrently in this reservation. This is a soft limit due to asynchronous nature of the system and various optimizations for small queries. Default value is 0 which means that concurrency will be automatically set based on the reservation size.", |
| 1043 | + "format": "int64", |
| 1044 | + "type": "string" |
| 1045 | + }, |
1037 | 1046 | "creationTime": {
|
1038 | 1047 | "description": "Output only. Creation time of the reservation.",
|
1039 | 1048 | "format": "google-datetime",
|
|
1044 | 1053 | "description": "If false, any query or pipeline job using this reservation will use idle slots from other reservations within the same admin project. If true, a query or pipeline job using this reservation will execute with the slot capacity specified in the slot_capacity field at most.",
|
1045 | 1054 | "type": "boolean"
|
1046 | 1055 | },
|
| 1056 | + "multiRegionAuxiliary": { |
| 1057 | + "description": "Applicable only for reservations located within one of the BigQuery multi-regions (US or EU). If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.", |
| 1058 | + "type": "boolean" |
| 1059 | + }, |
1047 | 1060 | "name": {
|
1048 |
| - "description": "The resource name of the reservation, e.g., `projects/*/locations/*/reservations/team1-prod`.", |
| 1061 | + "description": "The resource name of the reservation, e.g., `projects/*/locations/*/reservations/team1-prod`. For the reservation id, it must only contain lower case alphanumeric characters or dashes.It must start with a letter and must not end with a dash. Its maximum length is 64 characters.", |
1049 | 1062 | "type": "string"
|
1050 | 1063 | },
|
1051 | 1064 | "slotCapacity": {
|
|
0 commit comments