Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 17, 2022
1 parent d1de029 commit db51ba4
Show file tree
Hide file tree
Showing 19 changed files with 1,149 additions and 143 deletions.
7 changes: 6 additions & 1 deletion apigee/v1/apigee-api.json
Expand Up @@ -7588,7 +7588,7 @@
}
}
},
"revision": "20220303",
"revision": "20220310",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -9947,6 +9947,11 @@
"description": "Required. ID of the attached environment.",
"type": "string"
},
"environmentGroupId": {
"description": "Output only. ID of the environment group.",
"readOnly": true,
"type": "string"
},
"name": {
"description": "ID of the environment group attachment.",
"type": "string"
Expand Down
3 changes: 3 additions & 0 deletions apigee/v1/apigee-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion documentai/v1/documentai-api.json
Expand Up @@ -1029,7 +1029,7 @@
}
}
},
"revision": "20220307",
"revision": "20220311",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
Expand Down Expand Up @@ -1071,6 +1071,22 @@
],
"type": "string"
},
"destSplitType": {
"description": "The destination dataset split type.",
"enum": [
"DATASET_SPLIT_TYPE_UNSPECIFIED",
"DATASET_SPLIT_TRAIN",
"DATASET_SPLIT_TEST",
"DATASET_SPLIT_UNASSIGNED"
],
"enumDescriptions": [
"Default value if the enum is not set. go/protodosdonts#do-include-an-unspecified-value-in-an-enum",
"Identifies the train documents.",
"Identifies the test documents.",
"Identifies the unassigned documents."
],
"type": "string"
},
"individualBatchMoveStatuses": {
"description": "The list of response details of each document.",
"items": {
Expand Down
10 changes: 10 additions & 0 deletions documentai/v1/documentai-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion documentai/v1beta2/documentai-api.json
Expand Up @@ -292,7 +292,7 @@
}
}
},
"revision": "20220307",
"revision": "20220311",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
Expand Down Expand Up @@ -334,6 +334,22 @@
],
"type": "string"
},
"destSplitType": {
"description": "The destination dataset split type.",
"enum": [
"DATASET_SPLIT_TYPE_UNSPECIFIED",
"DATASET_SPLIT_TRAIN",
"DATASET_SPLIT_TEST",
"DATASET_SPLIT_UNASSIGNED"
],
"enumDescriptions": [
"Default value if the enum is not set. go/protodosdonts#do-include-an-unspecified-value-in-an-enum",
"Identifies the train documents.",
"Identifies the test documents.",
"Identifies the unassigned documents."
],
"type": "string"
},
"individualBatchMoveStatuses": {
"description": "The list of response details of each document.",
"items": {
Expand Down
10 changes: 10 additions & 0 deletions documentai/v1beta2/documentai-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion documentai/v1beta3/documentai-api.json
Expand Up @@ -796,7 +796,7 @@
}
}
},
"revision": "20220307",
"revision": "20220311",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
Expand Down Expand Up @@ -838,6 +838,22 @@
],
"type": "string"
},
"destSplitType": {
"description": "The destination dataset split type.",
"enum": [
"DATASET_SPLIT_TYPE_UNSPECIFIED",
"DATASET_SPLIT_TRAIN",
"DATASET_SPLIT_TEST",
"DATASET_SPLIT_UNASSIGNED"
],
"enumDescriptions": [
"Default value if the enum is not set. go/protodosdonts#do-include-an-unspecified-value-in-an-enum",
"Identifies the train documents.",
"Identifies the test documents.",
"Identifies the unassigned documents."
],
"type": "string"
},
"individualBatchMoveStatuses": {
"description": "The list of response details of each document.",
"items": {
Expand Down
10 changes: 10 additions & 0 deletions documentai/v1beta3/documentai-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 2 additions & 16 deletions prod_tt_sasportal/v1alpha1/prod_tt_sasportal-api.json
Expand Up @@ -2484,7 +2484,7 @@
}
}
},
"revision": "20220314",
"revision": "20220316",
"rootUrl": "https://prod-tt-sasportal.googleapis.com/",
"schemas": {
"SasPortalAssignment": {
Expand Down Expand Up @@ -3186,7 +3186,7 @@
"type": "object"
},
"SasPortalNrqzValidation": {
"description": "Information about National Radio Quiet Zone validation.",
"description": "Information about National Radio Quiet Zone validation. The presence of the field indicates the device has been validated.",
"id": "SasPortalNrqzValidation",
"properties": {
"caseId": {
Expand All @@ -3206,20 +3206,6 @@
"description": "Device longitude associated with the validation.",
"format": "double",
"type": "number"
},
"state": {
"description": "State of the NRQZ validation info.",
"enum": [
"STATE_UNSPECIFIED",
"DRAFT",
"FINAL"
],
"enumDescriptions": [
"Unspecified state.",
"Draft state.",
"Final state."
],
"type": "string"
}
},
"type": "object"
Expand Down
11 changes: 2 additions & 9 deletions prod_tt_sasportal/v1alpha1/prod_tt_sasportal-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db51ba4

Please sign in to comment.