|
31 | 31 | "type": "string",
|
32 | 32 | "id": 1
|
33 | 33 | },
|
| 34 | + "uid": { |
| 35 | + "type": "string", |
| 36 | + "id": 3, |
| 37 | + "options": { |
| 38 | + "(google.api.field_behavior)": "OUTPUT_ONLY" |
| 39 | + } |
| 40 | + }, |
| 41 | + "createTime": { |
| 42 | + "type": "google.protobuf.Timestamp", |
| 43 | + "id": 5, |
| 44 | + "options": { |
| 45 | + "(google.api.field_behavior)": "OUTPUT_ONLY" |
| 46 | + } |
| 47 | + }, |
| 48 | + "updateTime": { |
| 49 | + "type": "google.protobuf.Timestamp", |
| 50 | + "id": 6, |
| 51 | + "options": { |
| 52 | + "(google.api.field_behavior)": "OUTPUT_ONLY" |
| 53 | + } |
| 54 | + }, |
34 | 55 | "locationId": {
|
35 | 56 | "type": "string",
|
36 | 57 | "id": 9
|
|
43 | 64 | "type": "ConcurrencyMode",
|
44 | 65 | "id": 15
|
45 | 66 | },
|
| 67 | + "versionRetentionPeriod": { |
| 68 | + "type": "google.protobuf.Duration", |
| 69 | + "id": 17, |
| 70 | + "options": { |
| 71 | + "(google.api.field_behavior)": "OUTPUT_ONLY" |
| 72 | + } |
| 73 | + }, |
| 74 | + "earliestVersionTime": { |
| 75 | + "type": "google.protobuf.Timestamp", |
| 76 | + "id": 18, |
| 77 | + "options": { |
| 78 | + "(google.api.field_behavior)": "OUTPUT_ONLY" |
| 79 | + } |
| 80 | + }, |
| 81 | + "pointInTimeRecoveryEnablement": { |
| 82 | + "type": "PointInTimeRecoveryEnablement", |
| 83 | + "id": 21 |
| 84 | + }, |
46 | 85 | "appEngineIntegrationMode": {
|
47 | 86 | "type": "AppEngineIntegrationMode",
|
48 | 87 | "id": 19
|
|
54 | 93 | "(google.api.field_behavior)": "OUTPUT_ONLY"
|
55 | 94 | }
|
56 | 95 | },
|
| 96 | + "deleteProtectionState": { |
| 97 | + "type": "DeleteProtectionState", |
| 98 | + "id": 22 |
| 99 | + }, |
57 | 100 | "etag": {
|
58 | 101 | "type": "string",
|
59 | 102 | "id": 99
|
|
75 | 118 | "OPTIMISTIC_WITH_ENTITY_GROUPS": 3
|
76 | 119 | }
|
77 | 120 | },
|
| 121 | + "PointInTimeRecoveryEnablement": { |
| 122 | + "values": { |
| 123 | + "POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED": 0, |
| 124 | + "POINT_IN_TIME_RECOVERY_ENABLED": 1, |
| 125 | + "POINT_IN_TIME_RECOVERY_DISABLED": 2 |
| 126 | + } |
| 127 | + }, |
78 | 128 | "AppEngineIntegrationMode": {
|
79 | 129 | "values": {
|
80 | 130 | "APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED": 0,
|
81 | 131 | "ENABLED": 1,
|
82 | 132 | "DISABLED": 2
|
83 | 133 | }
|
| 134 | + }, |
| 135 | + "DeleteProtectionState": { |
| 136 | + "values": { |
| 137 | + "DELETE_PROTECTION_STATE_UNSPECIFIED": 0, |
| 138 | + "DELETE_PROTECTION_DISABLED": 1, |
| 139 | + "DELETE_PROTECTION_ENABLED": 2 |
| 140 | + } |
84 | 141 | }
|
85 | 142 | }
|
86 | 143 | },
|
|
450 | 507 | }
|
451 | 508 | }
|
452 | 509 | ]
|
| 510 | + }, |
| 511 | + "DeleteDatabase": { |
| 512 | + "requestType": "DeleteDatabaseRequest", |
| 513 | + "responseType": "google.longrunning.Operation", |
| 514 | + "options": { |
| 515 | + "(google.api.http).delete": "/v1/{name=projects/*/databases/*}", |
| 516 | + "(google.api.method_signature)": "name", |
| 517 | + "(google.longrunning.operation_info).response_type": "Database", |
| 518 | + "(google.longrunning.operation_info).metadata_type": "DeleteDatabaseMetadata" |
| 519 | + }, |
| 520 | + "parsedOptions": [ |
| 521 | + { |
| 522 | + "(google.api.http)": { |
| 523 | + "delete": "/v1/{name=projects/*/databases/*}" |
| 524 | + } |
| 525 | + }, |
| 526 | + { |
| 527 | + "(google.api.method_signature)": "name" |
| 528 | + }, |
| 529 | + { |
| 530 | + "(google.longrunning.operation_info)": { |
| 531 | + "response_type": "Database", |
| 532 | + "metadata_type": "DeleteDatabaseMetadata" |
| 533 | + } |
| 534 | + } |
| 535 | + ] |
453 | 536 | }
|
454 | 537 | }
|
455 | 538 | },
|
|
500 | 583 | "rule": "repeated",
|
501 | 584 | "type": "Database",
|
502 | 585 | "id": 1
|
| 586 | + }, |
| 587 | + "unreachable": { |
| 588 | + "rule": "repeated", |
| 589 | + "type": "string", |
| 590 | + "id": 3 |
503 | 591 | }
|
504 | 592 | }
|
505 | 593 | },
|
|
533 | 621 | "UpdateDatabaseMetadata": {
|
534 | 622 | "fields": {}
|
535 | 623 | },
|
| 624 | + "DeleteDatabaseRequest": { |
| 625 | + "fields": { |
| 626 | + "name": { |
| 627 | + "type": "string", |
| 628 | + "id": 1, |
| 629 | + "options": { |
| 630 | + "(google.api.field_behavior)": "REQUIRED", |
| 631 | + "(google.api.resource_reference).type": "firestore.googleapis.com/Database" |
| 632 | + } |
| 633 | + }, |
| 634 | + "etag": { |
| 635 | + "type": "string", |
| 636 | + "id": 3 |
| 637 | + } |
| 638 | + } |
| 639 | + }, |
| 640 | + "DeleteDatabaseMetadata": { |
| 641 | + "fields": {} |
| 642 | + }, |
536 | 643 | "CreateIndexRequest": {
|
537 | 644 | "fields": {
|
538 | 645 | "parent": {
|
|
695 | 802 | "outputUriPrefix": {
|
696 | 803 | "type": "string",
|
697 | 804 | "id": 3
|
| 805 | + }, |
| 806 | + "namespaceIds": { |
| 807 | + "rule": "repeated", |
| 808 | + "type": "string", |
| 809 | + "id": 4 |
| 810 | + }, |
| 811 | + "snapshotTime": { |
| 812 | + "type": "google.protobuf.Timestamp", |
| 813 | + "id": 5 |
698 | 814 | }
|
699 | 815 | }
|
700 | 816 | },
|
|
716 | 832 | "inputUriPrefix": {
|
717 | 833 | "type": "string",
|
718 | 834 | "id": 3
|
| 835 | + }, |
| 836 | + "namespaceIds": { |
| 837 | + "rule": "repeated", |
| 838 | + "type": "string", |
| 839 | + "id": 4 |
719 | 840 | }
|
720 | 841 | }
|
721 | 842 | },
|
|
949 | 1070 | "outputUriPrefix": {
|
950 | 1071 | "type": "string",
|
951 | 1072 | "id": 7
|
| 1073 | + }, |
| 1074 | + "namespaceIds": { |
| 1075 | + "rule": "repeated", |
| 1076 | + "type": "string", |
| 1077 | + "id": 8 |
| 1078 | + }, |
| 1079 | + "snapshotTime": { |
| 1080 | + "type": "google.protobuf.Timestamp", |
| 1081 | + "id": 9 |
952 | 1082 | }
|
953 | 1083 | }
|
954 | 1084 | },
|
|
982 | 1112 | "inputUriPrefix": {
|
983 | 1113 | "type": "string",
|
984 | 1114 | "id": 7
|
| 1115 | + }, |
| 1116 | + "namespaceIds": { |
| 1117 | + "rule": "repeated", |
| 1118 | + "type": "string", |
| 1119 | + "id": 8 |
985 | 1120 | }
|
986 | 1121 | }
|
987 | 1122 | },
|
|
1346 | 1481 | "longRunning": {
|
1347 | 1482 | "type": "LongRunning",
|
1348 | 1483 | "id": 2
|
| 1484 | + }, |
| 1485 | + "autoPopulatedFields": { |
| 1486 | + "rule": "repeated", |
| 1487 | + "type": "string", |
| 1488 | + "id": 3 |
1349 | 1489 | }
|
1350 | 1490 | },
|
1351 | 1491 | "nested": {
|
|
1405 | 1545 | "INPUT_ONLY": 4,
|
1406 | 1546 | "IMMUTABLE": 5,
|
1407 | 1547 | "UNORDERED_LIST": 6,
|
1408 |
| - "NON_EMPTY_DEFAULT": 7 |
| 1548 | + "NON_EMPTY_DEFAULT": 7, |
| 1549 | + "IDENTIFIER": 8 |
1409 | 1550 | }
|
1410 | 1551 | },
|
1411 | 1552 | "LaunchStage": {
|
|
0 commit comments