Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 9, 2023
1 parent 161a8e5 commit e5e778a
Show file tree
Hide file tree
Showing 39 changed files with 6,304 additions and 213 deletions.
89 changes: 85 additions & 4 deletions alloydb/v1beta/alloydb-api.json
Expand Up @@ -1486,7 +1486,7 @@
}
}
},
"revision": "20231109",
"revision": "20231128",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AutomatedBackupPolicy": {
Expand Down Expand Up @@ -1636,6 +1636,11 @@
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"sizeBytes": {
"description": "Output only. The size of the backup in bytes.",
"format": "int64",
Expand Down Expand Up @@ -1887,6 +1892,11 @@
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"secondaryConfig": {
"$ref": "SecondaryConfig",
"description": "Cross Region replication config specific to SECONDARY cluster."
Expand Down Expand Up @@ -2397,6 +2407,11 @@
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"state": {
"description": "Output only. The current serving state of the instance.",
"enum": [
Expand Down Expand Up @@ -3190,7 +3205,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\". For GCP provided resources, number should be project number.",
"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 \"projects/123\". For GCP provided resources, number should be project number.",
"type": "string"
},
"resourceName": {
Expand Down Expand Up @@ -3517,13 +3532,35 @@
"description": "The type of the instance. Specified at creation time.",
"enum": [
"INSTANCE_TYPE_UNSPECIFIED",
"SUB_RESOURCE_TYPE_UNSPECIFIED",
"PRIMARY",
"SECONDARY",
"READ_REPLICA",
"OTHER"
"OTHER",
"SUB_RESOURCE_TYPE_PRIMARY",
"SUB_RESOURCE_TYPE_SECONDARY",
"SUB_RESOURCE_TYPE_READ_REPLICA",
"SUB_RESOURCE_TYPE_OTHER"
],
"enumDeprecated": [
true,
false,
true,
true,
true,
true,
false,
false,
false,
false
],
"enumDescriptions": [
"",
"For rest of the other categories.",
"A regular primary database instance.",
"A cluster or an instance acting as a secondary.",
"An instance acting as a read-replica.",
"For rest of the other categories.",
"A regular primary database instance.",
"A cluster or an instance acting as a secondary.",
"An instance acting as a read-replica.",
Expand All @@ -3544,7 +3581,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\". For GCP provided resources, number should be project number.",
"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 \"/\", such as \"projects/123\". For GCP provided resources, number should be project number.",
"type": "string"
},
"resourceName": {
Expand Down Expand Up @@ -3619,20 +3656,44 @@
"description": "The specific engine that the underlying database is running.",
"enum": [
"ENGINE_UNSPECIFIED",
"ENGINE_MYSQL",
"MYSQL",
"ENGINE_POSTGRES",
"POSTGRES",
"ENGINE_SQL_SERVER",
"SQL_SERVER",
"ENGINE_NATIVE",
"NATIVE",
"ENGINE_CLOUD_SPANNER_WITH_POSTGRES_DIALECT",
"SPANGRES",
"ENGINE_OTHER"
],
"enumDeprecated": [
false,
false,
true,
false,
true,
false,
true,
false,
true,
false,
true,
false
],
"enumDescriptions": [
"UNSPECIFIED means engine type is not known or available.",
"MySQL binary running as an engine in the database instance.",
"MySQL binary running as engine in database instance.",
"Postgres binary running as engine in database instance.",
"Postgres binary running as engine in database instance.",
"SQLServer binary running as engine in database instance.",
"SQLServer binary running as engine in database instance.",
"Native database binary running as engine in instance.",
"Native database binary running as engine in instance.",
"Cloud Spanner with Postgres dialect.",
"Cloud Spanner with Postgres dialect.",
"Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum."
],
"type": "string"
Expand All @@ -3641,18 +3702,38 @@
"description": "Type of specific database product. It could be CloudSQL, AlloyDB etc..",
"enum": [
"PRODUCT_TYPE_UNSPECIFIED",
"PRODUCT_TYPE_CLOUD_SQL",
"CLOUD_SQL",
"PRODUCT_TYPE_ALLOYDB",
"ALLOYDB",
"PRODUCT_TYPE_SPANNER",
"SPANNER",
"PRODUCT_TYPE_ON_PREM",
"ON_PREM",
"PRODUCT_TYPE_OTHER"
],
"enumDeprecated": [
false,
false,
true,
false,
true,
false,
true,
false,
true,
false
],
"enumDescriptions": [
"UNSPECIFIED means product type is not known or available.",
"Cloud SQL product area in GCP",
"Cloud SQL product area in GCP",
"AlloyDB product area in GCP",
"AlloyDB product area in GCP",
"Spanner product area in GCP",
"Spanner product area in GCP",
"On premises database product.",
"On premises database product.",
"Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum."
],
"type": "string"
Expand Down
36 changes: 33 additions & 3 deletions alloydb/v1beta/alloydb-gen.go

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

15 changes: 15 additions & 0 deletions api-list.json
Expand Up @@ -2946,6 +2946,21 @@
"documentationLink": "https://firebase.google.com/docs/app-check",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "firebaseappdistribution:v1alpha",
"name": "firebaseappdistribution",
"version": "v1alpha",
"title": "Firebase App Distribution API",
"description": "",
"discoveryRestUrl": "https://firebaseappdistribution.googleapis.com/$discovery/rest?version=v1alpha",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://firebase.google.com/products/app-distribution",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "firebaseappdistribution:v1",
Expand Down
18 changes: 9 additions & 9 deletions contactcenterinsights/v1/contactcenterinsights-api.json
Expand Up @@ -1412,7 +1412,7 @@
}
}
},
"revision": "20231113",
"revision": "20231206",
"rootUrl": "https://contactcenterinsights.googleapis.com/",
"schemas": {
"GoogleCloudContactcenterinsightsV1Analysis": {
Expand Down Expand Up @@ -2112,7 +2112,7 @@
"type": "object"
},
"GoogleCloudContactcenterinsightsV1ConversationDataSource": {
"description": "The conversation source, which is a combination of transcript, audio, and metadata.",
"description": "The conversation source, which is a combination of transcript and audio.",
"id": "GoogleCloudContactcenterinsightsV1ConversationDataSource",
"properties": {
"dialogflowSource": {
Expand Down Expand Up @@ -2887,7 +2887,7 @@
"AUDIO"
],
"enumDescriptions": [
"The object type is unspecified and will default to TRANSCRIPT.",
"The object type is unspecified and will default to `TRANSCRIPT`.",
"The object is a transcript.",
"The object is an audio file."
],
Expand Down Expand Up @@ -3777,11 +3777,11 @@
},
"redactionConfig": {
"$ref": "GoogleCloudContactcenterinsightsV1RedactionConfig",
"description": "Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings."
"description": "Optional. DLP settings for transcript redaction. Will default to the config specified in Settings."
},
"speechConfig": {
"$ref": "GoogleCloudContactcenterinsightsV1SpeechConfig",
"description": "Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings."
"description": "Optional. Speech-to-Text configuration. Will default to the config specified in Settings."
}
},
"type": "object"
Expand Down Expand Up @@ -4409,7 +4409,7 @@
"type": "object"
},
"GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource": {
"description": "The conversation source, which is a combination of transcript, audio, and metadata.",
"description": "The conversation source, which is a combination of transcript and audio.",
"id": "GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource",
"properties": {
"dialogflowSource": {
Expand Down Expand Up @@ -5173,7 +5173,7 @@
"AUDIO"
],
"enumDescriptions": [
"The object type is unspecified and will default to TRANSCRIPT.",
"The object type is unspecified and will default to `TRANSCRIPT`.",
"The object is a transcript.",
"The object is an audio file."
],
Expand Down Expand Up @@ -5713,11 +5713,11 @@
},
"redactionConfig": {
"$ref": "GoogleCloudContactcenterinsightsV1alpha1RedactionConfig",
"description": "Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings."
"description": "Optional. DLP settings for transcript redaction. Will default to the config specified in Settings."
},
"speechConfig": {
"$ref": "GoogleCloudContactcenterinsightsV1alpha1SpeechConfig",
"description": "Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings."
"description": "Optional. Speech-to-Text configuration. Will default to the config specified in Settings."
}
},
"type": "object"
Expand Down

0 comments on commit e5e778a

Please sign in to comment.