Skip to content

Commit

Permalink
feat(alloydb): update the API
Browse files Browse the repository at this point in the history
#### alloydb:v1alpha

The following keys were added:
- schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.properties.resourceId.deprecated

The following keys were changed:
- schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.properties.resourceId.description
- schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.properties.resourceContainer.description
- schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.resourceContainer.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 20, 2023
1 parent 6056a6e commit 64fe305
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions discovery/alloydb-v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@
}
}
},
"revision": "20231006",
"revision": "20231011",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AutomatedBackupPolicy": {
Expand Down Expand Up @@ -3146,7 +3146,8 @@
},
"resourceId": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId",
"description": "Required. Primary key associated with the Resource"
"deprecated": true,
"description": "Primary key associated with the Resource. resource_id is available in individual feed level as well."
},
"resourceMetadata": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata"
Expand Down Expand Up @@ -3213,7 +3214,7 @@
"type": "string"
},
"resourceContainer": {
"description": "Closest parent container of this resource. In GCP, 'container' refers to a Cloud Resource Manager project. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\".",
"description": "Closest parent container of this resource. In GCP, 'container' refers to a Cloud Resource Manager project. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\". For GCP provided resources, number should be project number.",
"type": "string"
},
"resourceName": {
Expand Down Expand Up @@ -3509,7 +3510,7 @@
"description": "The product this resource represents."
},
"resourceContainer": {
"description": "Closest parent Cloud Resource Manager container of this resource. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\".",
"description": "Closest parent Cloud Resource Manager container of this resource. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\". For GCP provided resources, number should be project number.",
"type": "string"
},
"resourceName": {
Expand Down
6 changes: 3 additions & 3 deletions src/apis/alloydb/v1alpha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ export namespace alloydb_v1alpha {
*/
resourceHealthSignalData?: Schema$StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData;
/**
* Required. Primary key associated with the Resource
* Primary key associated with the Resource. resource_id is available in individual feed level as well.
*/
resourceId?: Schema$StorageDatabasecenterPartnerapiV1mainDatabaseResourceId;
resourceMetadata?: Schema$StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata;
Expand Down Expand Up @@ -1235,7 +1235,7 @@ export namespace alloydb_v1alpha {
*/
provider?: string | null;
/**
* Closest parent container of this resource. In GCP, 'container' refers to a Cloud Resource Manager project. It must be resource name of a Cloud Resource Manager project with the format of "provider//", such as "gcp/projects/123".
* Closest parent container of this resource. In GCP, 'container' refers to a Cloud Resource Manager project. It must be resource name of a Cloud Resource Manager project with the format of "provider//", such as "gcp/projects/123". For GCP provided resources, number should be project number.
*/
resourceContainer?: string | null;
/**
Expand Down Expand Up @@ -1330,7 +1330,7 @@ export namespace alloydb_v1alpha {
*/
product?: Schema$StorageDatabasecenterProtoCommonProduct;
/**
* Closest parent Cloud Resource Manager container of this resource. It must be resource name of a Cloud Resource Manager project with the format of "provider//", such as "gcp/projects/123".
* Closest parent Cloud Resource Manager container of this resource. It must be resource name of a Cloud Resource Manager project with the format of "provider//", such as "gcp/projects/123". For GCP provided resources, number should be project number.
*/
resourceContainer?: string | null;
/**
Expand Down

0 comments on commit 64fe305

Please sign in to comment.