mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update all APIs
Like documented in the README ``` rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8 ```
This commit is contained in:
@@ -343,6 +343,35 @@
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/cloud-platform.read-only"
|
||||
]
|
||||
},
|
||||
"unenrollDataSources": {
|
||||
"description": "Unenroll data sources in a user project. This allows users to remove transfer configurations for these data sources. They will no longer appear in the ListDataSources RPC and will also no longer appear in the [BigQuery UI](https://console.cloud.google.com/bigquery). Data transfers configurations of unenrolled data sources will not be scheduled.",
|
||||
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}:unenrollDataSources",
|
||||
"httpMethod": "POST",
|
||||
"id": "bigquerydatatransfer.projects.locations.unenrollDataSources",
|
||||
"parameterOrder": [
|
||||
"name"
|
||||
],
|
||||
"parameters": {
|
||||
"name": {
|
||||
"description": "The name of the project resource in the form: `projects/{project_id}`",
|
||||
"location": "path",
|
||||
"pattern": "^projects/[^/]+/locations/[^/]+$",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"path": "v1/{+name}:unenrollDataSources",
|
||||
"request": {
|
||||
"$ref": "UnenrollDataSourcesRequest"
|
||||
},
|
||||
"response": {
|
||||
"$ref": "Empty"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/bigquery",
|
||||
"https://www.googleapis.com/auth/cloud-platform"
|
||||
]
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
@@ -469,7 +498,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"serviceAccountName": {
|
||||
"description": "Optional service account name. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).",
|
||||
"description": "Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -602,14 +631,14 @@
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
|
||||
"description": "The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
|
||||
"location": "path",
|
||||
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+$",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
"serviceAccountName": {
|
||||
"description": "Optional service account name. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).",
|
||||
"description": "Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -637,6 +666,7 @@
|
||||
]
|
||||
},
|
||||
"scheduleRuns": {
|
||||
"deprecated": true,
|
||||
"description": "Creates transfer runs for a time range [start_time, end_time]. For each date - or whatever granularity the data source supports - in the range, one transfer run is created. Note that runs are created per UTC time in the time range. DEPRECATED: use StartManualTransferRuns instead.",
|
||||
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}:scheduleRuns",
|
||||
"httpMethod": "POST",
|
||||
@@ -916,7 +946,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"serviceAccountName": {
|
||||
"description": "Optional service account name. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).",
|
||||
"description": "Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1049,14 +1079,14 @@
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
|
||||
"description": "The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
|
||||
"location": "path",
|
||||
"pattern": "^projects/[^/]+/transferConfigs/[^/]+$",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
"serviceAccountName": {
|
||||
"description": "Optional service account name. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).",
|
||||
"description": "Optional service account email. If this field is set, the transfer config will be created with this service account's credentials. It requires that the requesting user calling this API has permissions to act as this service account. Note that not all data sources support service account credentials when creating a transfer config. For the latest list of data sources, read about [using service accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1084,6 +1114,7 @@
|
||||
]
|
||||
},
|
||||
"scheduleRuns": {
|
||||
"deprecated": true,
|
||||
"description": "Creates transfer runs for a time range [start_time, end_time]. For each date - or whatever granularity the data source supports - in the range, one transfer run is created. Note that runs are created per UTC time in the time range. DEPRECATED: use StartManualTransferRuns instead.",
|
||||
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}:scheduleRuns",
|
||||
"httpMethod": "POST",
|
||||
@@ -1340,7 +1371,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20230115",
|
||||
"revision": "20240227",
|
||||
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
|
||||
"schemas": {
|
||||
"CheckValidCredsRequest": {
|
||||
@@ -1456,10 +1487,12 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"supportsMultipleTransfers": {
|
||||
"deprecated": true,
|
||||
"description": "Deprecated. This field has no effect.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"transferType": {
|
||||
"deprecated": true,
|
||||
"description": "Deprecated. This field has no effect.",
|
||||
"enum": [
|
||||
"TRANSFER_TYPE_UNSPECIFIED",
|
||||
@@ -1550,7 +1583,8 @@
|
||||
"DOUBLE",
|
||||
"BOOLEAN",
|
||||
"RECORD",
|
||||
"PLUS_PAGE"
|
||||
"PLUS_PAGE",
|
||||
"LIST"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Type unspecified.",
|
||||
@@ -1559,7 +1593,8 @@
|
||||
"Double precision floating point parameter.",
|
||||
"Boolean parameter.",
|
||||
"Deprecated. This field has no effect.",
|
||||
"Page ID for a Google+ Page."
|
||||
"Page ID for a Google+ Page.",
|
||||
"List of strings parameter."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1595,6 +1630,17 @@
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
},
|
||||
"EncryptionConfiguration": {
|
||||
"description": "Represents the encryption configuration for a transfer.",
|
||||
"id": "EncryptionConfiguration",
|
||||
"properties": {
|
||||
"kmsKeyName": {
|
||||
"description": "The name of the KMS key used for encrypting BigQuery data.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"EnrollDataSourcesRequest": {
|
||||
"description": "A request to enroll a set of data sources so they are visible in the BigQuery UI's `Transfer` tab.",
|
||||
"id": "EnrollDataSourcesRequest",
|
||||
@@ -1707,7 +1753,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"Location": {
|
||||
"description": "A resource that represents Google Cloud Platform location.",
|
||||
"description": "A resource that represents a Google Cloud location.",
|
||||
"id": "Location",
|
||||
"properties": {
|
||||
"displayName": {
|
||||
@@ -1749,12 +1795,12 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"endTime": {
|
||||
"description": "Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.",
|
||||
"description": "Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option.",
|
||||
"format": "google-datetime",
|
||||
"type": "string"
|
||||
},
|
||||
"startTime": {
|
||||
"description": "Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.",
|
||||
"description": "Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option.",
|
||||
"format": "google-datetime",
|
||||
"type": "string"
|
||||
}
|
||||
@@ -1797,13 +1843,13 @@
|
||||
"id": "StartManualTransferRunsRequest",
|
||||
"properties": {
|
||||
"requestedRunTime": {
|
||||
"description": "Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.",
|
||||
"description": "A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values.",
|
||||
"format": "google-datetime",
|
||||
"type": "string"
|
||||
},
|
||||
"requestedTimeRange": {
|
||||
"$ref": "TimeRange",
|
||||
"description": "Time range for the transfer runs that should be started."
|
||||
"description": "A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -1889,7 +1935,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"disabled": {
|
||||
"description": "Is this config disabled. When set to true, no runs are scheduled for a given transfer.",
|
||||
"description": "Is this config disabled. When set to true, no runs will be scheduled for this transfer config.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"displayName": {
|
||||
@@ -1900,8 +1946,12 @@
|
||||
"$ref": "EmailPreferences",
|
||||
"description": "Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config."
|
||||
},
|
||||
"encryptionConfiguration": {
|
||||
"$ref": "EncryptionConfiguration",
|
||||
"description": "The encryption configuration part. Currently, it is only used for the optional KMS key name. The BigQuery service account of your project must be granted permissions to use the key. Read methods will return the key name applied in effect. Write methods will apply the key if it is present, or otherwise try to apply project default keys if it is absent."
|
||||
},
|
||||
"name": {
|
||||
"description": "The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
|
||||
"description": "The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
|
||||
"type": "string"
|
||||
},
|
||||
"nextRunTime": {
|
||||
@@ -1911,7 +1961,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"notificationPubsubTopic": {
|
||||
"description": "Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: `projects/{project}/topics/{topic}`",
|
||||
"description": "Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: `projects/{project_id}/topics/{topic_id}`",
|
||||
"type": "string"
|
||||
},
|
||||
"ownerInfo": {
|
||||
@@ -2036,7 +2086,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"notificationPubsubTopic": {
|
||||
"description": "Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: `projects/{project}/topics/{topic}`",
|
||||
"description": "Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: `projects/{project_id}/topics/{topic_id}`",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
@@ -2104,6 +2154,20 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"UnenrollDataSourcesRequest": {
|
||||
"description": "A request to unenroll a set of data sources so they are no longer visible in the BigQuery UI's `Transfer` tab.",
|
||||
"id": "UnenrollDataSourcesRequest",
|
||||
"properties": {
|
||||
"dataSourceIds": {
|
||||
"description": "Data sources that are unenrolled. It is required to provide at least one data source id.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"UserInfo": {
|
||||
"description": "Information about a user.",
|
||||
"id": "UserInfo",
|
||||
|
||||
Reference in New Issue
Block a user