Skip to content

Commit e5e778a

Browse files
feat(all): auto-regenerate discovery clients (#2297)
1 parent 161a8e5 commit e5e778a

39 files changed

+6304
-213
lines changed

alloydb/v1beta/alloydb-api.json

Lines changed: 85 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@
14861486
}
14871487
}
14881488
},
1489-
"revision": "20231109",
1489+
"revision": "20231128",
14901490
"rootUrl": "https://alloydb.googleapis.com/",
14911491
"schemas": {
14921492
"AutomatedBackupPolicy": {
@@ -1636,6 +1636,11 @@
16361636
"readOnly": true,
16371637
"type": "boolean"
16381638
},
1639+
"satisfiesPzs": {
1640+
"description": "Output only. Reserved for future use.",
1641+
"readOnly": true,
1642+
"type": "boolean"
1643+
},
16391644
"sizeBytes": {
16401645
"description": "Output only. The size of the backup in bytes.",
16411646
"format": "int64",
@@ -1887,6 +1892,11 @@
18871892
"readOnly": true,
18881893
"type": "boolean"
18891894
},
1895+
"satisfiesPzs": {
1896+
"description": "Output only. Reserved for future use.",
1897+
"readOnly": true,
1898+
"type": "boolean"
1899+
},
18901900
"secondaryConfig": {
18911901
"$ref": "SecondaryConfig",
18921902
"description": "Cross Region replication config specific to SECONDARY cluster."
@@ -2397,6 +2407,11 @@
23972407
"readOnly": true,
23982408
"type": "boolean"
23992409
},
2410+
"satisfiesPzs": {
2411+
"description": "Output only. Reserved for future use.",
2412+
"readOnly": true,
2413+
"type": "boolean"
2414+
},
24002415
"state": {
24012416
"description": "Output only. The current serving state of the instance.",
24022417
"enum": [
@@ -3190,7 +3205,7 @@
31903205
"type": "string"
31913206
},
31923207
"resourceContainer": {
3193-
"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.",
3208+
"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.",
31943209
"type": "string"
31953210
},
31963211
"resourceName": {
@@ -3517,13 +3532,35 @@
35173532
"description": "The type of the instance. Specified at creation time.",
35183533
"enum": [
35193534
"INSTANCE_TYPE_UNSPECIFIED",
3535+
"SUB_RESOURCE_TYPE_UNSPECIFIED",
35203536
"PRIMARY",
35213537
"SECONDARY",
35223538
"READ_REPLICA",
3523-
"OTHER"
3539+
"OTHER",
3540+
"SUB_RESOURCE_TYPE_PRIMARY",
3541+
"SUB_RESOURCE_TYPE_SECONDARY",
3542+
"SUB_RESOURCE_TYPE_READ_REPLICA",
3543+
"SUB_RESOURCE_TYPE_OTHER"
3544+
],
3545+
"enumDeprecated": [
3546+
true,
3547+
false,
3548+
true,
3549+
true,
3550+
true,
3551+
true,
3552+
false,
3553+
false,
3554+
false,
3555+
false
35243556
],
35253557
"enumDescriptions": [
35263558
"",
3559+
"For rest of the other categories.",
3560+
"A regular primary database instance.",
3561+
"A cluster or an instance acting as a secondary.",
3562+
"An instance acting as a read-replica.",
3563+
"For rest of the other categories.",
35273564
"A regular primary database instance.",
35283565
"A cluster or an instance acting as a secondary.",
35293566
"An instance acting as a read-replica.",
@@ -3544,7 +3581,7 @@
35443581
"description": "The product this resource represents."
35453582
},
35463583
"resourceContainer": {
3547-
"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.",
3584+
"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.",
35483585
"type": "string"
35493586
},
35503587
"resourceName": {
@@ -3619,20 +3656,44 @@
36193656
"description": "The specific engine that the underlying database is running.",
36203657
"enum": [
36213658
"ENGINE_UNSPECIFIED",
3659+
"ENGINE_MYSQL",
36223660
"MYSQL",
3661+
"ENGINE_POSTGRES",
36233662
"POSTGRES",
3663+
"ENGINE_SQL_SERVER",
36243664
"SQL_SERVER",
3665+
"ENGINE_NATIVE",
36253666
"NATIVE",
3667+
"ENGINE_CLOUD_SPANNER_WITH_POSTGRES_DIALECT",
36263668
"SPANGRES",
36273669
"ENGINE_OTHER"
36283670
],
3671+
"enumDeprecated": [
3672+
false,
3673+
false,
3674+
true,
3675+
false,
3676+
true,
3677+
false,
3678+
true,
3679+
false,
3680+
true,
3681+
false,
3682+
true,
3683+
false
3684+
],
36293685
"enumDescriptions": [
36303686
"UNSPECIFIED means engine type is not known or available.",
3687+
"MySQL binary running as an engine in the database instance.",
36313688
"MySQL binary running as engine in database instance.",
36323689
"Postgres binary running as engine in database instance.",
3690+
"Postgres binary running as engine in database instance.",
36333691
"SQLServer binary running as engine in database instance.",
3692+
"SQLServer binary running as engine in database instance.",
3693+
"Native database binary running as engine in instance.",
36343694
"Native database binary running as engine in instance.",
36353695
"Cloud Spanner with Postgres dialect.",
3696+
"Cloud Spanner with Postgres dialect.",
36363697
"Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum."
36373698
],
36383699
"type": "string"
@@ -3641,18 +3702,38 @@
36413702
"description": "Type of specific database product. It could be CloudSQL, AlloyDB etc..",
36423703
"enum": [
36433704
"PRODUCT_TYPE_UNSPECIFIED",
3705+
"PRODUCT_TYPE_CLOUD_SQL",
36443706
"CLOUD_SQL",
3707+
"PRODUCT_TYPE_ALLOYDB",
36453708
"ALLOYDB",
3709+
"PRODUCT_TYPE_SPANNER",
36463710
"SPANNER",
3711+
"PRODUCT_TYPE_ON_PREM",
36473712
"ON_PREM",
36483713
"PRODUCT_TYPE_OTHER"
36493714
],
3715+
"enumDeprecated": [
3716+
false,
3717+
false,
3718+
true,
3719+
false,
3720+
true,
3721+
false,
3722+
true,
3723+
false,
3724+
true,
3725+
false
3726+
],
36503727
"enumDescriptions": [
36513728
"UNSPECIFIED means product type is not known or available.",
36523729
"Cloud SQL product area in GCP",
3730+
"Cloud SQL product area in GCP",
36533731
"AlloyDB product area in GCP",
3732+
"AlloyDB product area in GCP",
3733+
"Spanner product area in GCP",
36543734
"Spanner product area in GCP",
36553735
"On premises database product.",
3736+
"On premises database product.",
36563737
"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."
36573738
],
36583739
"type": "string"

alloydb/v1beta/alloydb-gen.go

Lines changed: 33 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-list.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,6 +2946,21 @@
29462946
"documentationLink": "https://firebase.google.com/docs/app-check",
29472947
"preferred": true
29482948
},
2949+
{
2950+
"kind": "discovery#directoryItem",
2951+
"id": "firebaseappdistribution:v1alpha",
2952+
"name": "firebaseappdistribution",
2953+
"version": "v1alpha",
2954+
"title": "Firebase App Distribution API",
2955+
"description": "",
2956+
"discoveryRestUrl": "https://firebaseappdistribution.googleapis.com/$discovery/rest?version=v1alpha",
2957+
"icons": {
2958+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
2959+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
2960+
},
2961+
"documentationLink": "https://firebase.google.com/products/app-distribution",
2962+
"preferred": false
2963+
},
29492964
{
29502965
"kind": "discovery#directoryItem",
29512966
"id": "firebaseappdistribution:v1",

contactcenterinsights/v1/contactcenterinsights-api.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@
14121412
}
14131413
}
14141414
},
1415-
"revision": "20231113",
1415+
"revision": "20231206",
14161416
"rootUrl": "https://contactcenterinsights.googleapis.com/",
14171417
"schemas": {
14181418
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -2112,7 +2112,7 @@
21122112
"type": "object"
21132113
},
21142114
"GoogleCloudContactcenterinsightsV1ConversationDataSource": {
2115-
"description": "The conversation source, which is a combination of transcript, audio, and metadata.",
2115+
"description": "The conversation source, which is a combination of transcript and audio.",
21162116
"id": "GoogleCloudContactcenterinsightsV1ConversationDataSource",
21172117
"properties": {
21182118
"dialogflowSource": {
@@ -2887,7 +2887,7 @@
28872887
"AUDIO"
28882888
],
28892889
"enumDescriptions": [
2890-
"The object type is unspecified and will default to TRANSCRIPT.",
2890+
"The object type is unspecified and will default to `TRANSCRIPT`.",
28912891
"The object is a transcript.",
28922892
"The object is an audio file."
28932893
],
@@ -3777,11 +3777,11 @@
37773777
},
37783778
"redactionConfig": {
37793779
"$ref": "GoogleCloudContactcenterinsightsV1RedactionConfig",
3780-
"description": "Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings."
3780+
"description": "Optional. DLP settings for transcript redaction. Will default to the config specified in Settings."
37813781
},
37823782
"speechConfig": {
37833783
"$ref": "GoogleCloudContactcenterinsightsV1SpeechConfig",
3784-
"description": "Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings."
3784+
"description": "Optional. Speech-to-Text configuration. Will default to the config specified in Settings."
37853785
}
37863786
},
37873787
"type": "object"
@@ -4409,7 +4409,7 @@
44094409
"type": "object"
44104410
},
44114411
"GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource": {
4412-
"description": "The conversation source, which is a combination of transcript, audio, and metadata.",
4412+
"description": "The conversation source, which is a combination of transcript and audio.",
44134413
"id": "GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource",
44144414
"properties": {
44154415
"dialogflowSource": {
@@ -5173,7 +5173,7 @@
51735173
"AUDIO"
51745174
],
51755175
"enumDescriptions": [
5176-
"The object type is unspecified and will default to TRANSCRIPT.",
5176+
"The object type is unspecified and will default to `TRANSCRIPT`.",
51775177
"The object is a transcript.",
51785178
"The object is an audio file."
51795179
],
@@ -5713,11 +5713,11 @@
57135713
},
57145714
"redactionConfig": {
57155715
"$ref": "GoogleCloudContactcenterinsightsV1alpha1RedactionConfig",
5716-
"description": "Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings."
5716+
"description": "Optional. DLP settings for transcript redaction. Will default to the config specified in Settings."
57175717
},
57185718
"speechConfig": {
57195719
"$ref": "GoogleCloudContactcenterinsightsV1alpha1SpeechConfig",
5720-
"description": "Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings."
5720+
"description": "Optional. Speech-to-Text configuration. Will default to the config specified in Settings."
57215721
}
57225722
},
57235723
"type": "object"

0 commit comments

Comments
 (0)