Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 16, 2022
1 parent 292129c commit a657f19
Show file tree
Hide file tree
Showing 132 changed files with 19,589 additions and 2,183 deletions.
4 changes: 2 additions & 2 deletions accesscontextmanager/v1/accesscontextmanager-api.json
Expand Up @@ -1083,7 +1083,7 @@
}
}
},
"revision": "20220826",
"revision": "20221107",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -1944,7 +1944,7 @@
"PERIMETER_TYPE_BRIDGE"
],
"enumDescriptions": [
"Regular Perimeter.",
"Regular Perimeter. When no value is specified, the perimeter uses this type.",
"Perimeter Bridge."
],
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion accesscontextmanager/v1/accesscontextmanager-gen.go

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

4 changes: 2 additions & 2 deletions accesscontextmanager/v1beta/accesscontextmanager-api.json
Expand Up @@ -609,7 +609,7 @@
}
}
},
"revision": "20210814",
"revision": "20221107",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -976,7 +976,7 @@
"PERIMETER_TYPE_BRIDGE"
],
"enumDescriptions": [
"Regular Perimeter.",
"Regular Perimeter. When no value is specified, the perimeter uses this type.",
"Perimeter Bridge."
],
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion accesscontextmanager/v1beta/accesscontextmanager-gen.go

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

32 changes: 16 additions & 16 deletions admin/datatransfer/v1/admin-api.json
Expand Up @@ -202,7 +202,7 @@
]
},
"insert": {
"description": "Inserts a data transfer request.",
"description": "Inserts a data transfer request. See the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference for specific application requirements.",
"flatPath": "admin/datatransfer/v1/transfers",
"httpMethod": "POST",
"id": "datatransfer.transfers.insert",
Expand Down Expand Up @@ -272,19 +272,19 @@
}
}
},
"revision": "20210720",
"revision": "20221109",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Application": {
"description": "Applications resources represent applications installed on the domain that support transferring ownership of user data.",
"description": "Application resources represent applications installed on the domain that support transferring ownership of user data.",
"id": "Application",
"properties": {
"etag": {
"description": "Etag of the resource.",
"type": "string"
},
"id": {
"description": "The application's ID.",
"description": "The application's ID. Retrievable by using the [`applications.list()`](/admin-sdk/data-transfer/reference/rest/v1/applications/list) method.",
"format": "int64",
"type": "string"
},
Expand All @@ -298,7 +298,7 @@
"type": "string"
},
"transferParams": {
"description": "The list of all possible transfer parameters for this application. These parameters can be used to select the data of the user in this application to be transferred.",
"description": "The list of all possible transfer parameters for this application. These parameters select which categories of the user's data to transfer.",
"items": {
"$ref": "ApplicationTransferParam"
},
Expand All @@ -317,14 +317,14 @@
"type": "string"
},
"applicationTransferParams": {
"description": "The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application.",
"description": "The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference.",
"items": {
"$ref": "ApplicationTransferParam"
},
"type": "array"
},
"applicationTransferStatus": {
"description": "Current status of transfer for this application. (Read-only)",
"description": "Read-only. Current status of transfer for this application.",
"type": "string"
}
},
Expand All @@ -335,11 +335,11 @@
"id": "ApplicationTransferParam",
"properties": {
"key": {
"description": "The type of the transfer parameter. eg: 'PRIVACY_LEVEL'",
"description": "The type of the transfer parameter, such as `PRIVACY_LEVEL`.",
"type": "string"
},
"value": {
"description": "The value of the corresponding transfer parameter. eg: 'PRIVATE' or 'SHARED'",
"description": "The value of the transfer parameter, such as `PRIVATE` or `SHARED`.",
"items": {
"type": "string"
},
Expand All @@ -353,7 +353,7 @@
"id": "ApplicationsListResponse",
"properties": {
"applications": {
"description": "List of applications that support data transfer and are also installed for the customer.",
"description": "The list of applications that support data transfer and are also installed for the customer.",
"items": {
"$ref": "Application"
},
Expand All @@ -369,7 +369,7 @@
"type": "string"
},
"nextPageToken": {
"description": "Continuation token which will be used to specify next page in list API.",
"description": "Token to specify the next page in the list.",
"type": "string"
}
},
Expand All @@ -380,7 +380,7 @@
"id": "DataTransfer",
"properties": {
"applicationDataTransfers": {
"description": "List of per application data transfer resources. It contains data transfer details of the applications associated with this transfer resource. Note that this list is also used to specify the applications for which data transfer has to be done at the time of the transfer resource creation.",
"description": "The list of per-application data transfer resources. It contains details of the applications associated with this transfer resource, and also specifies the applications for which data transfer has to be done at the time of the transfer resource creation.",
"items": {
"$ref": "ApplicationDataTransfer"
},
Expand All @@ -391,7 +391,7 @@
"type": "string"
},
"id": {
"description": "The transfer's ID (Read-only).",
"description": "Read-only. The transfer's ID.",
"type": "string"
},
"kind": {
Expand All @@ -408,11 +408,11 @@
"type": "string"
},
"overallTransferStatusCode": {
"description": "Overall transfer status (Read-only).",
"description": "Read-only. Overall transfer status.",
"type": "string"
},
"requestTime": {
"description": "The time at which the data transfer was requested (Read-only).",
"description": "Read-only. The time at which the data transfer was requested.",
"format": "date-time",
"type": "string"
}
Expand Down Expand Up @@ -440,7 +440,7 @@
"type": "string"
},
"nextPageToken": {
"description": "Continuation token which will be used to specify next page in list API.",
"description": "Token to specify the next page in the list.",
"type": "string"
}
},
Expand Down
60 changes: 33 additions & 27 deletions admin/datatransfer/v1/admin-gen.go

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

0 comments on commit a657f19

Please sign in to comment.