Skip to content

Commit

Permalink
feat(metastore): update the api
Browse files Browse the repository at this point in the history
#### metastore:v1

The following keys were deleted:
- resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete (Total Keys: 13)

#### metastore:v1alpha

The following keys were deleted:
- resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete (Total Keys: 13)

#### metastore:v1beta

The following keys were deleted:
- resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete (Total Keys: 13)
  • Loading branch information
yoshi-automation committed Mar 26, 2024
1 parent 339d1ec commit 4dc6bca
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 120 deletions.
5 changes: 0 additions & 5 deletions docs/dyn/metastore_v1.projects.locations.services.html
Expand Up @@ -84,11 +84,6 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the metadataImports Resource.</p>

<p class="toc_element">
<code><a href="metastore_v1.projects.locations.services.migrationExecutions.html">migrationExecutions()</a></code>
</p>
<p class="firstline">Returns the migrationExecutions Resource.</p>

<p class="toc_element">
<code><a href="#alterLocation">alterLocation(service, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Alter metadata resource location. The metadata resource can be a database, table, or partition. This functionality only updates the parent directory for the respective metadata resource and does not transfer any existing data to the new location.</p>
Expand Down
5 changes: 0 additions & 5 deletions docs/dyn/metastore_v1alpha.projects.locations.services.html
Expand Up @@ -89,11 +89,6 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the metadataImports Resource.</p>

<p class="toc_element">
<code><a href="metastore_v1alpha.projects.locations.services.migrationExecutions.html">migrationExecutions()</a></code>
</p>
<p class="firstline">Returns the migrationExecutions Resource.</p>

<p class="toc_element">
<code><a href="#alterLocation">alterLocation(service, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Alter metadata resource location. The metadata resource can be a database, table, or partition. This functionality only updates the parent directory for the respective metadata resource and does not transfer any existing data to the new location.</p>
Expand Down
5 changes: 0 additions & 5 deletions docs/dyn/metastore_v1beta.projects.locations.services.html
Expand Up @@ -89,11 +89,6 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the metadataImports Resource.</p>

<p class="toc_element">
<code><a href="metastore_v1beta.projects.locations.services.migrationExecutions.html">migrationExecutions()</a></code>
</p>
<p class="firstline">Returns the migrationExecutions Resource.</p>

<p class="toc_element">
<code><a href="#alterLocation">alterLocation(service, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Alter metadata resource location. The metadata resource can be a database, table, or partition. This functionality only updates the parent directory for the respective metadata resource and does not transfer any existing data to the new location.</p>
Expand Down
36 changes: 1 addition & 35 deletions googleapiclient/discovery_cache/documents/metastore.v1.json
Expand Up @@ -1359,40 +1359,6 @@
]
}
}
},
"migrationExecutions": {
"methods": {
"delete": {
"description": "Deletes a single migration execution.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/migrationExecutions/{migrationExecutionsId}",
"httpMethod": "DELETE",
"id": "metastore.projects.locations.services.migrationExecutions.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The relative resource name of the migrationExecution to delete, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/migrationExecutions/{migration_execution_id}.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+/migrationExecutions/[^/]+$",
"required": true,
"type": "string"
},
"requestId": {
"description": "Optional. A request ID. Specify a unique request ID to allow the server to ignore the request if it has completed. The server will ignore subsequent requests that provide a duplicate request ID for at least 60 minutes after the first request.For example, if an initial request times out, followed by another request with the same request ID, the server ignores the second request to prevent the creation of duplicate commitments.The request ID must be a valid UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.",
"location": "query",
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
}
Expand All @@ -1401,7 +1367,7 @@
}
}
},
"revision": "20240305",
"revision": "20240312",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down
36 changes: 1 addition & 35 deletions googleapiclient/discovery_cache/documents/metastore.v1alpha.json
Expand Up @@ -1599,40 +1599,6 @@
]
}
}
},
"migrationExecutions": {
"methods": {
"delete": {
"description": "Deletes a single migration execution.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/migrationExecutions/{migrationExecutionsId}",
"httpMethod": "DELETE",
"id": "metastore.projects.locations.services.migrationExecutions.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The relative resource name of the migrationExecution to delete, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/migrationExecutions/{migration_execution_id}.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+/migrationExecutions/[^/]+$",
"required": true,
"type": "string"
},
"requestId": {
"description": "Optional. A request ID. Specify a unique request ID to allow the server to ignore the request if it has completed. The server will ignore subsequent requests that provide a duplicate request ID for at least 60 minutes after the first request.For example, if an initial request times out, followed by another request with the same request ID, the server ignores the second request to prevent the creation of duplicate commitments.The request ID must be a valid UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.",
"location": "query",
"type": "string"
}
},
"path": "v1alpha/{+name}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
}
Expand All @@ -1641,7 +1607,7 @@
}
}
},
"revision": "20240305",
"revision": "20240312",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down
36 changes: 1 addition & 35 deletions googleapiclient/discovery_cache/documents/metastore.v1beta.json
Expand Up @@ -1599,40 +1599,6 @@
]
}
}
},
"migrationExecutions": {
"methods": {
"delete": {
"description": "Deletes a single migration execution.",
"flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/migrationExecutions/{migrationExecutionsId}",
"httpMethod": "DELETE",
"id": "metastore.projects.locations.services.migrationExecutions.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The relative resource name of the migrationExecution to delete, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/migrationExecutions/{migration_execution_id}.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+/migrationExecutions/[^/]+$",
"required": true,
"type": "string"
},
"requestId": {
"description": "Optional. A request ID. Specify a unique request ID to allow the server to ignore the request if it has completed. The server will ignore subsequent requests that provide a duplicate request ID for at least 60 minutes after the first request.For example, if an initial request times out, followed by another request with the same request ID, the server ignores the second request to prevent the creation of duplicate commitments.The request ID must be a valid UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.",
"location": "query",
"type": "string"
}
},
"path": "v1beta/{+name}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
}
Expand All @@ -1641,7 +1607,7 @@
}
}
},
"revision": "20240305",
"revision": "20240312",
"rootUrl": "https://metastore.googleapis.com/",
"schemas": {
"AlterMetadataResourceLocationRequest": {
Expand Down

0 comments on commit 4dc6bca

Please sign in to comment.