google-api-python-client 2.152.0__py2.py3-none-any.whl → 2.153.0__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/METADATA +1 -1
- {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/RECORD +57 -57
- googleapiclient/discovery_cache/documents/accesscontextmanager.v1.json +7 -52
- googleapiclient/discovery_cache/documents/addressvalidation.v1.json +3 -3
- googleapiclient/discovery_cache/documents/androidmanagement.v1.json +2 -2
- googleapiclient/discovery_cache/documents/assuredworkloads.v1.json +57 -5
- googleapiclient/discovery_cache/documents/assuredworkloads.v1beta1.json +57 -5
- googleapiclient/discovery_cache/documents/backupdr.v1.json +2 -2
- googleapiclient/discovery_cache/documents/bigquery.v2.json +8 -8
- googleapiclient/discovery_cache/documents/calendar.v3.json +24 -1
- googleapiclient/discovery_cache/documents/chat.v1.json +61 -56
- googleapiclient/discovery_cache/documents/chromemanagement.v1.json +5 -3
- googleapiclient/discovery_cache/documents/cloudchannel.v1.json +52 -7
- googleapiclient/discovery_cache/documents/compute.alpha.json +13 -43
- googleapiclient/discovery_cache/documents/compute.beta.json +8 -61
- googleapiclient/discovery_cache/documents/compute.v1.json +8 -58
- googleapiclient/discovery_cache/documents/container.v1.json +98 -5
- googleapiclient/discovery_cache/documents/container.v1beta1.json +98 -5
- googleapiclient/discovery_cache/documents/css.v1.json +2 -2
- googleapiclient/discovery_cache/documents/dataplex.v1.json +31 -6
- googleapiclient/discovery_cache/documents/deploymentmanager.alpha.json +393 -8
- googleapiclient/discovery_cache/documents/deploymentmanager.v2.json +345 -8
- googleapiclient/discovery_cache/documents/deploymentmanager.v2beta.json +389 -8
- googleapiclient/discovery_cache/documents/discoveryengine.v1.json +139 -17
- googleapiclient/discovery_cache/documents/discoveryengine.v1alpha.json +139 -17
- googleapiclient/discovery_cache/documents/discoveryengine.v1beta.json +139 -17
- googleapiclient/discovery_cache/documents/fcm.v1.json +5 -1
- googleapiclient/discovery_cache/documents/firebase.v1beta1.json +33 -33
- googleapiclient/discovery_cache/documents/firebasedataconnect.v1beta.json +3 -3
- googleapiclient/discovery_cache/documents/firebaseml.v2beta.json +2 -1
- googleapiclient/discovery_cache/documents/integrations.v1.json +22 -2
- googleapiclient/discovery_cache/documents/language.v1.json +18 -21
- googleapiclient/discovery_cache/documents/language.v1beta2.json +24 -27
- googleapiclient/discovery_cache/documents/language.v2.json +22 -25
- googleapiclient/discovery_cache/documents/merchantapi.accounts_v1beta.json +14 -8
- googleapiclient/discovery_cache/documents/merchantapi.datasources_v1beta.json +6 -3
- googleapiclient/discovery_cache/documents/merchantapi.inventories_v1beta.json +7 -4
- googleapiclient/discovery_cache/documents/merchantapi.lfp_v1beta.json +6 -3
- googleapiclient/discovery_cache/documents/merchantapi.notifications_v1beta.json +6 -3
- googleapiclient/discovery_cache/documents/merchantapi.products_v1beta.json +16 -7
- googleapiclient/discovery_cache/documents/merchantapi.promotions_v1beta.json +16 -7
- googleapiclient/discovery_cache/documents/merchantapi.quota_v1beta.json +7 -4
- googleapiclient/discovery_cache/documents/networkconnectivity.v1.json +171 -11
- googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json +5 -1
- googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json +118 -1
- googleapiclient/discovery_cache/documents/places.v1.json +65 -1
- googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json +2 -2
- googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json +2 -2
- googleapiclient/discovery_cache/documents/searchads360.v0.json +102 -1
- googleapiclient/discovery_cache/documents/servicenetworking.v1.json +6 -2
- googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json +6 -2
- googleapiclient/discovery_cache/documents/testing.v1.json +24 -2
- googleapiclient/discovery_cache/documents/youtube.v3.json +2 -2
- googleapiclient/version.py +1 -1
- {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/LICENSE +0 -0
- {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/WHEEL +0 -0
- {google_api_python_client-2.152.0.dist-info → google_api_python_client-2.153.0.dist-info}/top_level.txt +0 -0
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"availableProjects": {
|
|
118
118
|
"methods": {
|
|
119
119
|
"list": {
|
|
120
|
-
"description": "Lists each [Google Cloud
|
|
120
|
+
"description": "Lists each [Google Cloud `Project`](https://cloud.google.com/resource-manager/reference/rest/v1/projects) that can have Firebase resources added and Firebase services enabled. A Project will only be listed if: - The caller has sufficient [Google IAM](https://cloud.google.com/iam) permissions to call AddFirebase. - The Project is not already a FirebaseProject. - The Project is not in an Organization which has policies that prevent Firebase resources from being added. ",
|
|
121
121
|
"flatPath": "v1beta1/availableProjects",
|
|
122
122
|
"httpMethod": "GET",
|
|
123
123
|
"id": "firebase.availableProjects.list",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"projects": {
|
|
184
184
|
"methods": {
|
|
185
185
|
"addFirebase": {
|
|
186
|
-
"description": "Adds Firebase resources
|
|
186
|
+
"description": "Adds Firebase resources and enables Firebase services in the specified existing [Google Cloud `Project`](https://cloud.google.com/resource-manager/reference/rest/v1/projects). Since a FirebaseProject is actually also a Google Cloud `Project`, a `FirebaseProject` has the same underlying Google Cloud identifiers (`projectNumber` and `projectId`). This allows for easy interop with Google APIs. The result of this call is an [`Operation`](../../v1beta1/operations). Poll the `Operation` to track the provisioning process by calling GetOperation until [`done`](../../v1beta1/operations#Operation.FIELDS.done) is `true`. When `done` is `true`, the `Operation` has either succeeded or failed. If the `Operation` succeeded, its [`response`](../../v1beta1/operations#Operation.FIELDS.response) is set to a FirebaseProject; if the `Operation` failed, its [`error`](../../v1beta1/operations#Operation.FIELDS.error) is set to a google.rpc.Status. The `Operation` is automatically deleted after completion, so there is no need to call DeleteOperation. This method does not modify any billing account information on the underlying Google Cloud `Project`. To call `AddFirebase`, a project member or service account must have the following permissions (the IAM roles of Editor and Owner contain these permissions): `firebase.projects.update`, `resourcemanager.projects.get`, `serviceusage.services.enable`, and `serviceusage.services.get`.",
|
|
187
187
|
"flatPath": "v1beta1/projects/{projectsId}:addFirebase",
|
|
188
188
|
"httpMethod": "POST",
|
|
189
189
|
"id": "firebase.projects.addFirebase",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
],
|
|
193
193
|
"parameters": {
|
|
194
194
|
"project": {
|
|
195
|
-
"description": "The resource name of the
|
|
195
|
+
"description": "The resource name of the Google Cloud `Project` in which Firebase resources will be added and Firebase services enabled, in the format: projects/ PROJECT_IDENTIFIER Refer to the `FirebaseProject` [`name`](../projects#FirebaseProject.FIELDS.name) field for details about PROJECT_IDENTIFIER values. After calling `AddFirebase`, the unique Project identifiers ( [`projectNumber`](https://cloud.google.com/resource-manager/reference/rest/v1/projects#Project.FIELDS.project_number) and [`projectId`](https://cloud.google.com/resource-manager/reference/rest/v1/projects#Project.FIELDS.project_id)) of the underlying Google Cloud `Project` are also the identifiers of the FirebaseProject.",
|
|
196
196
|
"location": "path",
|
|
197
197
|
"pattern": "^projects/[^/]+$",
|
|
198
198
|
"required": true,
|
|
@@ -794,7 +794,7 @@
|
|
|
794
794
|
"methods": {
|
|
795
795
|
"list": {
|
|
796
796
|
"deprecated": true,
|
|
797
|
-
"description": "**
|
|
797
|
+
"description": "**DECOMMISSIONED.** **If called, this endpoint will return a 404 error.** _Instead, use the applicable resource-specific REST API (or associated documentation, as needed) to determine valid locations for each resource used in your Project._ Lists the valid [\"locations for default Google Cloud resources\"](https://firebase.google.com/docs/projects/locations#default-cloud-location) for the specified Project (including a FirebaseProject). One of these locations can be selected as the Project's location for default Google Cloud resources, which is the geographical location where the Project's resources associated with Google App Engine (such as the default Cloud Firestore instance) will be provisioned by default. However, if the location for default Google Cloud resources has already been set for the Project, then this setting cannot be changed. This call checks for any possible [location restrictions](https://cloud.google.com/resource-manager/docs/organization-policy/defining-locations) for the specified Project and, thus, might return a subset of all possible locations. To list all locations (regardless of any restrictions), call the endpoint without specifying a unique project identifier (that is, `/v1beta1/{parent=projects/-}/listAvailableLocations`). To call `ListAvailableLocations` with a specified project, a member must be at minimum a Viewer of the Project. Calls without a specified project do not require any specific project permissions.",
|
|
798
798
|
"flatPath": "v1beta1/projects/{projectsId}/availableLocations",
|
|
799
799
|
"httpMethod": "GET",
|
|
800
800
|
"id": "firebase.projects.availableLocations.list",
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
"type": "string"
|
|
815
815
|
},
|
|
816
816
|
"parent": {
|
|
817
|
-
"description": "The FirebaseProject for which to list
|
|
817
|
+
"description": "The FirebaseProject for which to list [locations for default Google Cloud resources](https://firebase.google.com/docs/projects/locations#default-cloud-location), in the format: projects/PROJECT_IDENTIFIER Refer to the `FirebaseProject` [`name`](../projects#FirebaseProject.FIELDS.name) field for details about PROJECT_IDENTIFIER values. If no unique project identifier is specified (that is, `projects/-`), the returned list does not take into account org-specific or project-specific location restrictions.",
|
|
818
818
|
"location": "path",
|
|
819
819
|
"pattern": "^projects/[^/]+$",
|
|
820
820
|
"required": true,
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
"methods": {
|
|
840
840
|
"finalize": {
|
|
841
841
|
"deprecated": true,
|
|
842
|
-
"description": "**
|
|
842
|
+
"description": "**DECOMMISSIONED.** **If called, this endpoint will return a 404 error.** _Instead, use the applicable resource-specific REST API to set the location for each resource used in your Project._ Sets the [\"location for default Google Cloud resources\"](https://firebase.google.com/docs/projects/locations#default-cloud-location) for the specified FirebaseProject. This method creates a Google App Engine application with a [default Cloud Storage bucket](https://cloud.google.com/appengine/docs/standard/python/googlecloudstorageclient/setting-up-cloud-storage#activating_a_cloud_storage_bucket), located in the specified [`locationId`](#body.request_body.FIELDS.location_id). This location must be one of the available [App Engine locations](https://cloud.google.com/about/locations#region). After the location for default Google Cloud resources is finalized, or if it was already set, it cannot be changed. The location for default Google Cloud resources for the specified `FirebaseProject` might already be set because either the underlying Google Cloud `Project` already has an App Engine application or `FinalizeDefaultLocation` was previously called with a specified `locationId`. The result of this call is an [`Operation`](../../v1beta1/operations), which can be used to track the provisioning process. The [`response`](../../v1beta1/operations#Operation.FIELDS.response) type of the `Operation` is google.protobuf.Empty. The `Operation` can be polled by its `name` using GetOperation until `done` is true. When `done` is true, the `Operation` has either succeeded or failed. If the `Operation` has succeeded, its [`response`](../../v1beta1/operations#Operation.FIELDS.response) will be set to a google.protobuf.Empty; if the `Operation` has failed, its `error` will be set to a google.rpc.Status. The `Operation` is automatically deleted after completion, so there is no need to call DeleteOperation. All fields listed in the [request body](#request-body) are required. To call `FinalizeDefaultLocation`, a member must be an Owner of the Project.",
|
|
843
843
|
"flatPath": "v1beta1/projects/{projectsId}/defaultLocation:finalize",
|
|
844
844
|
"httpMethod": "POST",
|
|
845
845
|
"id": "firebase.projects.defaultLocation.finalize",
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
],
|
|
849
849
|
"parameters": {
|
|
850
850
|
"parent": {
|
|
851
|
-
"description": "The resource name of the FirebaseProject for which the default
|
|
851
|
+
"description": "The resource name of the FirebaseProject for which the [\"location for default Google Cloud resources\"](https://firebase.google.com/docs/projects/locations#default-cloud-location) will be set, in the format: projects/PROJECT_IDENTIFIER Refer to the `FirebaseProject` [`name`](../projects#FirebaseProject.FIELDS.name) field for details about PROJECT_IDENTIFIER values.",
|
|
852
852
|
"location": "path",
|
|
853
853
|
"pattern": "^projects/[^/]+$",
|
|
854
854
|
"required": true,
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
}
|
|
1325
1325
|
}
|
|
1326
1326
|
},
|
|
1327
|
-
"revision": "
|
|
1327
|
+
"revision": "20241107",
|
|
1328
1328
|
"rootUrl": "https://firebase.googleapis.com/",
|
|
1329
1329
|
"schemas": {
|
|
1330
1330
|
"AddFirebaseRequest": {
|
|
@@ -1332,7 +1332,7 @@
|
|
|
1332
1332
|
"id": "AddFirebaseRequest",
|
|
1333
1333
|
"properties": {
|
|
1334
1334
|
"locationId": {
|
|
1335
|
-
"description": "
|
|
1335
|
+
"description": "**DEPRECATED.** _Instead, use product-specific REST APIs to work with the location of each resource in a Project. This field may be ignored, especially for newly provisioned projects after October 30, 2024._ The ID of the Project's [\"location for default Google Cloud resources\"](https://firebase.google.com/docs/projects/locations#default-cloud-location), which are resources associated with Google App Engine. The location must be one of the available [Google App Engine locations](https://cloud.google.com/about/locations#region).",
|
|
1336
1336
|
"type": "string"
|
|
1337
1337
|
}
|
|
1338
1338
|
},
|
|
@@ -1357,12 +1357,12 @@
|
|
|
1357
1357
|
"properties": {
|
|
1358
1358
|
"databaseURL": {
|
|
1359
1359
|
"deprecated": true,
|
|
1360
|
-
"description": "**DEPRECATED.** _Instead, find the default
|
|
1360
|
+
"description": "**DEPRECATED.** _Instead, find the URL of the default Realtime Database instance using the [list endpoint](https://firebase.google.com/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances/list) within the Firebase Realtime Database REST API. If the default instance for the Project has not yet been provisioned, the return might not contain a default instance. Note that the config that's generated for the Firebase console or the Firebase CLI uses the Realtime Database endpoint to populate this value for that config._ The URL of the default Firebase Realtime Database instance.",
|
|
1361
1361
|
"type": "string"
|
|
1362
1362
|
},
|
|
1363
1363
|
"locationId": {
|
|
1364
1364
|
"deprecated": true,
|
|
1365
|
-
"description": "**DEPRECATED.** _Instead, use product-specific REST APIs to find the location of
|
|
1365
|
+
"description": "**DEPRECATED.** _Instead, use product-specific REST APIs to find the location of each resource in a Project. This field may not be populated, especially for newly provisioned projects after October 30, 2024._ The ID of the Project's [\"location for default Google Cloud resources\"](https://firebase.google.com/docs/projects/locations#default-cloud-location), which are resources associated with Google App Engine. The location is one of the available [App Engine locations](https://cloud.google.com/about/locations#region). This field is omitted if the location for default Google Cloud resources has not been set.",
|
|
1366
1366
|
"type": "string"
|
|
1367
1367
|
},
|
|
1368
1368
|
"projectId": {
|
|
@@ -1371,7 +1371,7 @@
|
|
|
1371
1371
|
},
|
|
1372
1372
|
"storageBucket": {
|
|
1373
1373
|
"deprecated": true,
|
|
1374
|
-
"description": "**DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket using the [list endpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for Firebase REST API.
|
|
1374
|
+
"description": "**DEPRECATED.** _Instead, find the name of the default Cloud Storage for Firebase bucket using the [list endpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for Firebase REST API. If the default bucket for the Project has not yet been provisioned, the return might not contain a default bucket. Note that the config that's generated for the Firebase console or the Firebase CLI uses the Cloud Storage for Firebase endpoint to populate this value for that config._ The name of the default Cloud Storage for Firebase bucket.",
|
|
1375
1375
|
"type": "string"
|
|
1376
1376
|
}
|
|
1377
1377
|
},
|
|
@@ -1509,25 +1509,25 @@
|
|
|
1509
1509
|
"properties": {
|
|
1510
1510
|
"hostingSite": {
|
|
1511
1511
|
"deprecated": true,
|
|
1512
|
-
"description": "Output only. **DEPRECATED.** _Instead, find the default Firebase Hosting site
|
|
1512
|
+
"description": "Output only. **DEPRECATED.** _Instead, find the name of the default Firebase Hosting site using [ListSites](https://firebase.google.com/docs/reference/hosting/rest/v1beta1/projects.sites/list) within the Firebase Hosting REST API. If the default Hosting site for the Project has not yet been provisioned, the return might not contain a default site._ The name of the default Firebase Hosting site, in the format: PROJECT_ID Though rare, your `projectId` might already be used as the name for an existing Hosting site in another project (learn more about creating non-default, [additional sites](https://firebase.google.com/docs/hosting/multisites)). In these cases, your `projectId` is appended with a hyphen then five alphanumeric characters to create your default Hosting site name. For example, if your `projectId` is `myproject123`, your default Hosting site name might be: `myproject123-a5c16`",
|
|
1513
1513
|
"readOnly": true,
|
|
1514
1514
|
"type": "string"
|
|
1515
1515
|
},
|
|
1516
1516
|
"locationId": {
|
|
1517
1517
|
"deprecated": true,
|
|
1518
|
-
"description": "Output only. **DEPRECATED.** _Instead, use product-specific REST APIs to find the location of
|
|
1518
|
+
"description": "Output only. **DEPRECATED.** _Instead, use product-specific REST APIs to find the location of each resource in a Project. This field may not be populated, especially for newly provisioned projects after October 30, 2024._ The ID of the Project's [\"location for default Google Cloud resources\"](https://firebase.google.com/docs/projects/locations#default-cloud-location), which are resources associated with Google App Engine. The location is one of the available [Google App Engine locations](https://cloud.google.com/about/locations#region). This field is omitted if the location for default Google Cloud resources has not been set.",
|
|
1519
1519
|
"readOnly": true,
|
|
1520
1520
|
"type": "string"
|
|
1521
1521
|
},
|
|
1522
1522
|
"realtimeDatabaseInstance": {
|
|
1523
1523
|
"deprecated": true,
|
|
1524
|
-
"description": "Output only. **DEPRECATED.** _Instead, find the default
|
|
1524
|
+
"description": "Output only. **DEPRECATED.** _Instead, find the name of the default Realtime Database instance using the [list endpoint](https://firebase.google.com/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances/list) within the Firebase Realtime Database REST API. If the default Realtime Database instance for a Project has not yet been provisioned, the return might not contain a default instance._ The default Firebase Realtime Database instance name, in the format: PROJECT_ID Though rare, your `projectId` might already be used as the name for an existing Realtime Database instance in another project (learn more about [database sharding](https://firebase.google.com/docs/database/usage/sharding)). In these cases, your `projectId` is appended with a hyphen then five alphanumeric characters to create your default Realtime Database instance name. For example, if your `projectId` is `myproject123`, your default database instance name might be: `myproject123-a5c16`",
|
|
1525
1525
|
"readOnly": true,
|
|
1526
1526
|
"type": "string"
|
|
1527
1527
|
},
|
|
1528
1528
|
"storageBucket": {
|
|
1529
1529
|
"deprecated": true,
|
|
1530
|
-
"description": "Output only. **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket using the [list endpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for Firebase REST API.
|
|
1530
|
+
"description": "Output only. **DEPRECATED.** _Instead, find the name of the default Cloud Storage for Firebase bucket using the [list endpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for Firebase REST API. If the default bucket for the Project has not yet been provisioned, the return might not contain a default bucket._ The name of the default Cloud Storage for Firebase bucket, in one of the following formats: * If provisioned _before_ October 30, 2024: PROJECT_ID.firebasestorage.app * If provisioned _on or after_ October 30, 2024: PROJECT_ID.firebasestorage.app",
|
|
1531
1531
|
"readOnly": true,
|
|
1532
1532
|
"type": "string"
|
|
1533
1533
|
}
|
|
@@ -1545,7 +1545,7 @@
|
|
|
1545
1545
|
"id": "FinalizeDefaultLocationRequest",
|
|
1546
1546
|
"properties": {
|
|
1547
1547
|
"locationId": {
|
|
1548
|
-
"description": "The ID of the Project's default
|
|
1548
|
+
"description": "**DEPRECATED** The ID of the Project's [\"location for default Google Cloud resources\"](https://firebase.google.com/docs/projects/locations#default-cloud-location), which are resources associated with Google App Engine. The location must be one of the available [Google App Engine locations](https://cloud.google.com/about/locations#region).",
|
|
1549
1549
|
"type": "string"
|
|
1550
1550
|
}
|
|
1551
1551
|
},
|
|
@@ -1618,7 +1618,7 @@
|
|
|
1618
1618
|
"type": "object"
|
|
1619
1619
|
},
|
|
1620
1620
|
"FirebaseProject": {
|
|
1621
|
-
"description": "A `FirebaseProject` is the top-level Firebase entity. It is the container for Firebase Apps, Firebase Hosting sites, storage systems (Firebase Realtime Database, Cloud Firestore, Cloud Storage buckets), and other Firebase and Google Cloud
|
|
1621
|
+
"description": "A `FirebaseProject` is the top-level Firebase entity. It is the container for Firebase Apps, Firebase Hosting sites, storage systems (Firebase Realtime Database, Cloud Firestore, Cloud Storage buckets), and other Firebase and Google Cloud resources. You create a `FirebaseProject` by calling AddFirebase and specifying an *existing* [Google Cloud `Project`](https://cloud.google.com/resource-manager/reference/rest/v1/projects). This adds Firebase resources to the existing Google Cloud `Project`. Since a FirebaseProject is actually also a Google Cloud `Project`, a `FirebaseProject` has the same underlying Google Cloud identifiers (`projectNumber` and `projectId`). This allows for easy interop with Google APIs.",
|
|
1622
1622
|
"id": "FirebaseProject",
|
|
1623
1623
|
"properties": {
|
|
1624
1624
|
"annotations": {
|
|
@@ -1800,7 +1800,7 @@
|
|
|
1800
1800
|
"type": "string"
|
|
1801
1801
|
},
|
|
1802
1802
|
"projectInfo": {
|
|
1803
|
-
"description": "The list of
|
|
1803
|
+
"description": "The list of Google Cloud `Projects` which can have Firebase resources added to them.",
|
|
1804
1804
|
"items": {
|
|
1805
1805
|
"$ref": "ProjectInfo"
|
|
1806
1806
|
},
|
|
@@ -1875,11 +1875,11 @@
|
|
|
1875
1875
|
},
|
|
1876
1876
|
"Location": {
|
|
1877
1877
|
"deprecated": true,
|
|
1878
|
-
"description": "**DEPRECATED.** _This Location is no longer used to determine Firebase resource locations. Instead, consult product documentation to determine valid locations for each resource used in your Project._ A
|
|
1878
|
+
"description": "**DEPRECATED.** _This Location is no longer used to determine Firebase resource locations. Instead, consult product documentation to determine valid locations for each resource used in your Project._ A [\"location for default Google Cloud resources\"](https://firebase.google.com/docs/projects/locations#default-cloud-location) that can be selected for a FirebaseProject. These are resources associated with Google App Engine.",
|
|
1879
1879
|
"id": "Location",
|
|
1880
1880
|
"properties": {
|
|
1881
1881
|
"features": {
|
|
1882
|
-
"description": "Products and services that are available in the
|
|
1882
|
+
"description": "Products and services that are available in the location for default Google Cloud resources.",
|
|
1883
1883
|
"items": {
|
|
1884
1884
|
"enum": [
|
|
1885
1885
|
"LOCATION_FEATURE_UNSPECIFIED",
|
|
@@ -1889,8 +1889,8 @@
|
|
|
1889
1889
|
],
|
|
1890
1890
|
"enumDescriptions": [
|
|
1891
1891
|
"Used internally for distinguishing unset values and is not intended for external use.",
|
|
1892
|
-
"This location supports Cloud Firestore database instances. App Engine is available in this location, so it can be a Project's
|
|
1893
|
-
"This location supports default Cloud Storage buckets. App Engine is available in this location, so it can be a Project's
|
|
1892
|
+
"This location supports Cloud Firestore database instances. Google App Engine is available in this location, so it can be a Project's location for default Google Cloud resources.",
|
|
1893
|
+
"This location supports default Cloud Storage buckets. Google App Engine is available in this location, so it can be a Project's location for default Google Cloud resources.",
|
|
1894
1894
|
"Cloud Functions for Firebase is available in this location."
|
|
1895
1895
|
],
|
|
1896
1896
|
"type": "string"
|
|
@@ -1898,11 +1898,11 @@
|
|
|
1898
1898
|
"type": "array"
|
|
1899
1899
|
},
|
|
1900
1900
|
"locationId": {
|
|
1901
|
-
"description": "The ID of the
|
|
1901
|
+
"description": "The ID of the Project's location for default Google Cloud resources. It will be one of the available [Google App Engine locations](https://cloud.google.com/about/locations#region).",
|
|
1902
1902
|
"type": "string"
|
|
1903
1903
|
},
|
|
1904
1904
|
"type": {
|
|
1905
|
-
"description": "Indicates whether the
|
|
1905
|
+
"description": "Indicates whether the location for default Google Cloud resources is a [regional or multi-regional location](https://firebase.google.com/docs/projects/locations#types) for data replication.",
|
|
1906
1906
|
"enum": [
|
|
1907
1907
|
"LOCATION_TYPE_UNSPECIFIED",
|
|
1908
1908
|
"REGIONAL",
|
|
@@ -1980,19 +1980,19 @@
|
|
|
1980
1980
|
"type": "object"
|
|
1981
1981
|
},
|
|
1982
1982
|
"ProjectInfo": {
|
|
1983
|
-
"description": "A reference to a Google Cloud
|
|
1983
|
+
"description": "A reference to a Google Cloud `Project`.",
|
|
1984
1984
|
"id": "ProjectInfo",
|
|
1985
1985
|
"properties": {
|
|
1986
1986
|
"displayName": {
|
|
1987
|
-
"description": "The user-assigned display name of the
|
|
1987
|
+
"description": "The user-assigned display name of the Google Cloud `Project`, for example: `My App`.",
|
|
1988
1988
|
"type": "string"
|
|
1989
1989
|
},
|
|
1990
1990
|
"locationId": {
|
|
1991
|
-
"description": "The ID of the Project's default
|
|
1991
|
+
"description": "**DEPRECATED** _Instead, use product-specific REST APIs to work with the location of each resource in a Project. This field may not be populated, especially for newly provisioned projects after October 30, 2024._ The ID of the Project's [\"location for default Google Cloud resources\"](https://firebase.google.com/docs/projects/locations#default-cloud-location). The location is one of the available [Google App Engine locations](https://cloud.google.com/about/locations#region). Not all Projects will have this field populated. If it is not populated, it means that the Project does not yet have a location for default Google Cloud resources.",
|
|
1992
1992
|
"type": "string"
|
|
1993
1993
|
},
|
|
1994
1994
|
"project": {
|
|
1995
|
-
"description": "The resource name of the
|
|
1995
|
+
"description": "The resource name of the Google Cloud `Project` to which Firebase resources can be added, in the format: projects/PROJECT_IDENTIFIER Refer to the `FirebaseProject` [`name`](../projects#FirebaseProject.FIELDS.name) field for details about PROJECT_IDENTIFIER values.",
|
|
1996
1996
|
"type": "string"
|
|
1997
1997
|
}
|
|
1998
1998
|
},
|
|
@@ -2323,12 +2323,12 @@
|
|
|
2323
2323
|
},
|
|
2324
2324
|
"databaseURL": {
|
|
2325
2325
|
"deprecated": true,
|
|
2326
|
-
"description": "**DEPRECATED.** _Instead, find the default
|
|
2326
|
+
"description": "**DEPRECATED.** _Instead, find the URL of the default Realtime Database instance using the [list endpoint](https://firebase.google.com/docs/reference/rest/database/database-management/rest/v1beta/projects.locations.instances/list) within the Firebase Realtime Database REST API. If the default instance for the Project has not yet been provisioned, the return might not contain a default instance. Note that the config that's generated for the Firebase console or the Firebase CLI uses the Realtime Database endpoint to populate this value for that config._ The URL of the default Firebase Realtime Database instance.",
|
|
2327
2327
|
"type": "string"
|
|
2328
2328
|
},
|
|
2329
2329
|
"locationId": {
|
|
2330
2330
|
"deprecated": true,
|
|
2331
|
-
"description": "**DEPRECATED.** _Instead, use product-specific REST APIs to find the location of
|
|
2331
|
+
"description": "**DEPRECATED.** _Instead, use product-specific REST APIs to find the location of each resource in a Project. This field may not be populated, especially for newly provisioned projects after October 30, 2024._ The ID of the Project's [\"location for default Google Cloud resources\"](https://firebase.google.com/docs/projects/locations#default-cloud-location), which are resources associated with Google App Engine. The location is one of the available [App Engine locations](https://cloud.google.com/about/locations#region). This field is omitted if the location for default Google Cloud resources has not been set.",
|
|
2332
2332
|
"type": "string"
|
|
2333
2333
|
},
|
|
2334
2334
|
"measurementId": {
|
|
@@ -2349,12 +2349,12 @@
|
|
|
2349
2349
|
"type": "string"
|
|
2350
2350
|
},
|
|
2351
2351
|
"realtimeDatabaseUrl": {
|
|
2352
|
-
"description": "Optional. Duplicate field for the URL of the default
|
|
2352
|
+
"description": "Optional. Duplicate field for the URL of the default Realtime Database instances (if the default instance has been provisioned). If the request asks for the V2 config format, this field will be populated instead of `realtime_database_instance_uri`.",
|
|
2353
2353
|
"type": "string"
|
|
2354
2354
|
},
|
|
2355
2355
|
"storageBucket": {
|
|
2356
2356
|
"deprecated": true,
|
|
2357
|
-
"description": "**DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket using the [list endpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for Firebase REST API.
|
|
2357
|
+
"description": "**DEPRECATED.** _Instead, find the name of the default Cloud Storage for Firebase bucket using the [list endpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for Firebase REST API. If the default bucket for the Project has not yet been provisioned, the return might not contain a default bucket. Note that the config that's generated for the Firebase console or the Firebase CLI uses the Cloud Storage for Firebase endpoint to populate this value for that config._ The name of the default Cloud Storage for Firebase bucket.",
|
|
2358
2358
|
"type": "string"
|
|
2359
2359
|
},
|
|
2360
2360
|
"version": {
|
|
@@ -1070,7 +1070,7 @@
|
|
|
1070
1070
|
}
|
|
1071
1071
|
}
|
|
1072
1072
|
},
|
|
1073
|
-
"revision": "
|
|
1073
|
+
"revision": "20241108",
|
|
1074
1074
|
"rootUrl": "https://firebasedataconnect.googleapis.com/",
|
|
1075
1075
|
"schemas": {
|
|
1076
1076
|
"CancelOperationRequest": {
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
"type": "object"
|
|
1385
1385
|
},
|
|
1386
1386
|
"ListConnectorsResponse": {
|
|
1387
|
-
"description": "Message for response to listing Connectors.",
|
|
1387
|
+
"description": "Message for response to listing Connectors. By default, `connectors.source` will not be included in the response. To specify the fields included in the response, the response field mask can be provided by using the query parameter `$fields` or the header `X-Goog-FieldMask`.",
|
|
1388
1388
|
"id": "ListConnectorsResponse",
|
|
1389
1389
|
"properties": {
|
|
1390
1390
|
"connectors": {
|
|
@@ -1445,7 +1445,7 @@
|
|
|
1445
1445
|
"type": "object"
|
|
1446
1446
|
},
|
|
1447
1447
|
"ListSchemasResponse": {
|
|
1448
|
-
"description": "Message for response to listing Schemas.",
|
|
1448
|
+
"description": "Message for response to listing Schemas. By default, `schemas.source` will not be included in the response. To specify the fields included in the response, the response field mask can be provided by using the query parameter `$fields` or the header `X-Goog-FieldMask`.",
|
|
1449
1449
|
"id": "ListSchemasResponse",
|
|
1450
1450
|
"properties": {
|
|
1451
1451
|
"nextPageToken": {
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
},
|
|
209
|
-
"revision": "
|
|
209
|
+
"revision": "20241101",
|
|
210
210
|
"rootUrl": "https://firebaseml.googleapis.com/",
|
|
211
211
|
"schemas": {
|
|
212
212
|
"Date": {
|
|
@@ -1576,6 +1576,7 @@
|
|
|
1576
1576
|
"type": "integer"
|
|
1577
1577
|
},
|
|
1578
1578
|
"vectorDistanceThreshold": {
|
|
1579
|
+
"deprecated": true,
|
|
1579
1580
|
"description": "Optional. Only return results with vector distance smaller than the threshold.",
|
|
1580
1581
|
"format": "double",
|
|
1581
1582
|
"type": "number"
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
],
|
|
1420
1420
|
"parameters": {
|
|
1421
1421
|
"name": {
|
|
1422
|
-
"description": "Required. Next ID:
|
|
1422
|
+
"description": "Required. Next ID: 5 The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration}/executions/{execution_id}",
|
|
1423
1423
|
"location": "path",
|
|
1424
1424
|
"pattern": "^projects/[^/]+/locations/[^/]+/integrations/[^/]+/executions/[^/]+$",
|
|
1425
1425
|
"required": true,
|
|
@@ -4497,7 +4497,7 @@
|
|
|
4497
4497
|
}
|
|
4498
4498
|
}
|
|
4499
4499
|
},
|
|
4500
|
-
"revision": "
|
|
4500
|
+
"revision": "20241028",
|
|
4501
4501
|
"rootUrl": "https://integrations.googleapis.com/",
|
|
4502
4502
|
"schemas": {
|
|
4503
4503
|
"CrmlogErrorCode": {
|
|
@@ -9876,6 +9876,11 @@ false
|
|
|
9876
9876
|
"$ref": "GoogleCloudConnectorsV1EventingRuntimeDataWebhookData",
|
|
9877
9877
|
"description": "Output only. Webhook data.",
|
|
9878
9878
|
"readOnly": true
|
|
9879
|
+
},
|
|
9880
|
+
"webhookSubscriptions": {
|
|
9881
|
+
"$ref": "GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions",
|
|
9882
|
+
"description": "Output only. Webhook subscriptions.",
|
|
9883
|
+
"readOnly": true
|
|
9879
9884
|
}
|
|
9880
9885
|
},
|
|
9881
9886
|
"type": "object"
|
|
@@ -9923,6 +9928,21 @@ false
|
|
|
9923
9928
|
},
|
|
9924
9929
|
"type": "object"
|
|
9925
9930
|
},
|
|
9931
|
+
"GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions": {
|
|
9932
|
+
"description": "WebhookSubscriptions has details of webhook subscriptions.",
|
|
9933
|
+
"id": "GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions",
|
|
9934
|
+
"properties": {
|
|
9935
|
+
"webhookData": {
|
|
9936
|
+
"description": "Output only. Webhook data.",
|
|
9937
|
+
"items": {
|
|
9938
|
+
"$ref": "GoogleCloudConnectorsV1EventingRuntimeDataWebhookData"
|
|
9939
|
+
},
|
|
9940
|
+
"readOnly": true,
|
|
9941
|
+
"type": "array"
|
|
9942
|
+
}
|
|
9943
|
+
},
|
|
9944
|
+
"type": "object"
|
|
9945
|
+
},
|
|
9926
9946
|
"GoogleCloudConnectorsV1EventingStatus": {
|
|
9927
9947
|
"description": "EventingStatus indicates the state of eventing.",
|
|
9928
9948
|
"id": "GoogleCloudConnectorsV1EventingStatus",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
248
|
},
|
|
249
|
-
"revision": "
|
|
249
|
+
"revision": "20241103",
|
|
250
250
|
"rootUrl": "https://language.googleapis.com/",
|
|
251
251
|
"schemas": {
|
|
252
252
|
"AnalyzeEntitiesRequest": {
|
|
@@ -1790,7 +1790,7 @@
|
|
|
1790
1790
|
"type": "object"
|
|
1791
1791
|
},
|
|
1792
1792
|
"InfraUsage": {
|
|
1793
|
-
"description": "Infra Usage of billing metrics.
|
|
1793
|
+
"description": "Infra Usage of billing metrics.",
|
|
1794
1794
|
"id": "InfraUsage",
|
|
1795
1795
|
"properties": {
|
|
1796
1796
|
"cpuMetrics": {
|
|
@@ -2889,7 +2889,6 @@
|
|
|
2889
2889
|
"type": "object"
|
|
2890
2890
|
},
|
|
2891
2891
|
"XPSColumnSpecForecastingMetadata": {
|
|
2892
|
-
"description": "=========================================================================== # The fields below are used exclusively for Forecasting.",
|
|
2893
2892
|
"id": "XPSColumnSpecForecastingMetadata",
|
|
2894
2893
|
"properties": {
|
|
2895
2894
|
"columnType": {
|
|
@@ -3382,11 +3381,11 @@
|
|
|
3382
3381
|
"type": "boolean"
|
|
3383
3382
|
},
|
|
3384
3383
|
"outputGcrUri": {
|
|
3385
|
-
"description": "The Google Contained Registry
|
|
3384
|
+
"description": "The Google Contained Registry path the exported files to be pushed to. This location is set if the exported format is DOCKDER.",
|
|
3386
3385
|
"type": "string"
|
|
3387
3386
|
},
|
|
3388
3387
|
"outputGcsUri": {
|
|
3389
|
-
"description": "The Google Cloud Storage
|
|
3388
|
+
"description": "The Google Cloud Storage directory where XPS will output the exported models and related files. Format: gs://bucket/directory",
|
|
3390
3389
|
"type": "string"
|
|
3391
3390
|
},
|
|
3392
3391
|
"tfJsFormat": {
|
|
@@ -3402,7 +3401,7 @@
|
|
|
3402
3401
|
"type": "object"
|
|
3403
3402
|
},
|
|
3404
3403
|
"XPSFileSpec": {
|
|
3405
|
-
"description": "Spec of input and output files, on external file systems (
|
|
3404
|
+
"description": "Spec of input and output files, on external file systems (for example, Colossus Namespace System or Google Cloud Storage).",
|
|
3406
3405
|
"id": "XPSFileSpec",
|
|
3407
3406
|
"properties": {
|
|
3408
3407
|
"directoryPath": {
|
|
@@ -3430,7 +3429,7 @@ false
|
|
|
3430
3429
|
"enumDescriptions": [
|
|
3431
3430
|
"",
|
|
3432
3431
|
"",
|
|
3433
|
-
"Internal format for parallel text data used by Google Translate.
|
|
3432
|
+
"Internal format for parallel text data used by Google Translate.",
|
|
3434
3433
|
"",
|
|
3435
3434
|
"Only the lexicographically first file described by the file_spec contains the header line.",
|
|
3436
3435
|
""
|
|
@@ -3559,7 +3558,7 @@ false
|
|
|
3559
3558
|
"id": "XPSImageExportModelSpec",
|
|
3560
3559
|
"properties": {
|
|
3561
3560
|
"exportModelOutputConfig": {
|
|
3562
|
-
"description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the
|
|
3561
|
+
"description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.",
|
|
3563
3562
|
"items": {
|
|
3564
3563
|
"$ref": "XPSExportModelOutputConfig"
|
|
3565
3564
|
},
|
|
@@ -3584,7 +3583,7 @@ false
|
|
|
3584
3583
|
"type": "array"
|
|
3585
3584
|
},
|
|
3586
3585
|
"labelGcsUri": {
|
|
3587
|
-
"description": "
|
|
3586
|
+
"description": "Google Cloud Storage URI of decoded labels file for model export 'dict.txt'.",
|
|
3588
3587
|
"type": "string"
|
|
3589
3588
|
},
|
|
3590
3589
|
"servingArtifact": {
|
|
@@ -3592,11 +3591,11 @@ false
|
|
|
3592
3591
|
"description": "The default model binary file used for serving (e.g. online predict, batch predict) via public Cloud AI Platform API."
|
|
3593
3592
|
},
|
|
3594
3593
|
"tfJsBinaryGcsPrefix": {
|
|
3595
|
-
"description": "
|
|
3594
|
+
"description": "Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'. Deprecated.",
|
|
3596
3595
|
"type": "string"
|
|
3597
3596
|
},
|
|
3598
3597
|
"tfLiteMetadataGcsUri": {
|
|
3599
|
-
"description": "
|
|
3598
|
+
"description": "Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.",
|
|
3600
3599
|
"type": "string"
|
|
3601
3600
|
}
|
|
3602
3601
|
},
|
|
@@ -3688,7 +3687,7 @@ false
|
|
|
3688
3687
|
"",
|
|
3689
3688
|
"The default partition.",
|
|
3690
3689
|
"It has significantly lower replication than partition-0 and is located in the US only. It also has a larger model size limit and higher default RAM quota than partition-0. Customers with batch traffic, US-based traffic, or very large models should use this partition. Capacity in this partition is significantly cheaper than partition-0.",
|
|
3691
|
-
"To be used by customers with Jellyfish-accelerated ops.
|
|
3690
|
+
"To be used by customers with Jellyfish-accelerated ops.",
|
|
3692
3691
|
"The partition used by regionalized servomatic cloud regions.",
|
|
3693
3692
|
"The partition used for loading models from custom storage."
|
|
3694
3693
|
],
|
|
@@ -3948,14 +3947,13 @@ false
|
|
|
3948
3947
|
"type": "string"
|
|
3949
3948
|
},
|
|
3950
3949
|
"gcsUri": {
|
|
3951
|
-
"description": "The Google Cloud Storage
|
|
3950
|
+
"description": "The Google Cloud Storage URI that stores the model binary files.",
|
|
3952
3951
|
"type": "string"
|
|
3953
3952
|
}
|
|
3954
3953
|
},
|
|
3955
3954
|
"type": "object"
|
|
3956
3955
|
},
|
|
3957
3956
|
"XPSPreprocessResponse": {
|
|
3958
|
-
"description": "Next ID: 8",
|
|
3959
3957
|
"id": "XPSPreprocessResponse",
|
|
3960
3958
|
"properties": {
|
|
3961
3959
|
"outputExampleSet": {
|
|
@@ -4129,7 +4127,7 @@ false
|
|
|
4129
4127
|
},
|
|
4130
4128
|
"XPSResponseExplanationSpec": {
|
|
4131
4129
|
"deprecated": true,
|
|
4132
|
-
"description": "Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated
|
|
4130
|
+
"description": "Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated.",
|
|
4133
4131
|
"id": "XPSResponseExplanationSpec",
|
|
4134
4132
|
"properties": {
|
|
4135
4133
|
"explanationType": {
|
|
@@ -4585,7 +4583,7 @@ false
|
|
|
4585
4583
|
"type": "object"
|
|
4586
4584
|
},
|
|
4587
4585
|
"XPSTablesDatasetMetadata": {
|
|
4588
|
-
"description": "Metadata for a dataset used for AutoML Tables.
|
|
4586
|
+
"description": "Metadata for a dataset used for AutoML Tables.",
|
|
4589
4587
|
"id": "XPSTablesDatasetMetadata",
|
|
4590
4588
|
"properties": {
|
|
4591
4589
|
"mlUseColumnId": {
|
|
@@ -4829,7 +4827,7 @@ false
|
|
|
4829
4827
|
"type": "object"
|
|
4830
4828
|
},
|
|
4831
4829
|
"XPSTextComponentModel": {
|
|
4832
|
-
"description": "Component model.
|
|
4830
|
+
"description": "Component model.",
|
|
4833
4831
|
"id": "XPSTextComponentModel",
|
|
4834
4832
|
"properties": {
|
|
4835
4833
|
"batchPredictionModelGcsUri": {
|
|
@@ -4854,7 +4852,7 @@ false
|
|
|
4854
4852
|
"",
|
|
4855
4853
|
"The default partition.",
|
|
4856
4854
|
"It has significantly lower replication than partition-0 and is located in the US only. It also has a larger model size limit and higher default RAM quota than partition-0. Customers with batch traffic, US-based traffic, or very large models should use this partition. Capacity in this partition is significantly cheaper than partition-0.",
|
|
4857
|
-
"To be used by customers with Jellyfish-accelerated ops.
|
|
4855
|
+
"To be used by customers with Jellyfish-accelerated ops.",
|
|
4858
4856
|
"The partition used by regionalized servomatic cloud regions.",
|
|
4859
4857
|
"The partition used for loading models from custom storage."
|
|
4860
4858
|
],
|
|
@@ -4899,7 +4897,7 @@ false
|
|
|
4899
4897
|
"",
|
|
4900
4898
|
"Model type for entity extraction.",
|
|
4901
4899
|
"Model type for relationship extraction.",
|
|
4902
|
-
"A composite model represents a set of component models that have to be used together for prediction. A composite model appears to be a single model to the model user. It may contain only one component model.
|
|
4900
|
+
"A composite model represents a set of component models that have to be used together for prediction. A composite model appears to be a single model to the model user. It may contain only one component model.",
|
|
4903
4901
|
"Model type used to train default, MA, and ATC models in a single batch worker pipeline.",
|
|
4904
4902
|
"BERT pipeline needs a specific model type, since it uses a different TFX configuration compared with DEFAULT (despite sharing most of the code).",
|
|
4905
4903
|
"Model type for EncPaLM."
|
|
@@ -5134,7 +5132,6 @@ false
|
|
|
5134
5132
|
"type": "object"
|
|
5135
5133
|
},
|
|
5136
5134
|
"XPSTrainResponse": {
|
|
5137
|
-
"description": "Next ID: 18",
|
|
5138
5135
|
"id": "XPSTrainResponse",
|
|
5139
5136
|
"properties": {
|
|
5140
5137
|
"deployedModelSizeBytes": {
|
|
@@ -5411,7 +5408,7 @@ false
|
|
|
5411
5408
|
"id": "XPSVideoExportModelSpec",
|
|
5412
5409
|
"properties": {
|
|
5413
5410
|
"exportModelOutputConfig": {
|
|
5414
|
-
"description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the
|
|
5411
|
+
"description": "Contains the model format and internal location of the model files to be exported/downloaded. Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.",
|
|
5415
5412
|
"items": {
|
|
5416
5413
|
"$ref": "XPSExportModelOutputConfig"
|
|
5417
5414
|
},
|