Skip to content

Commit 76b27f1

Browse files
feat(all): auto-regenerate discovery clients (#2567)
1 parent 5e44215 commit 76b27f1

33 files changed

+457
-118
lines changed

alloydb/v1/alloydb-api.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@
14611461
}
14621462
}
14631463
},
1464-
"revision": "20240417",
1464+
"revision": "20240424",
14651465
"rootUrl": "https://alloydb.googleapis.com/",
14661466
"schemas": {
14671467
"AuthorizedNetwork": {
@@ -1856,6 +1856,11 @@
18561856
"description": "Labels as key value pairs",
18571857
"type": "object"
18581858
},
1859+
"maintenanceSchedule": {
1860+
"$ref": "MaintenanceSchedule",
1861+
"description": "Output only. The maintenance schedule for the cluster, generated for a specific rollout if a maintenance window is set.",
1862+
"readOnly": true
1863+
},
18591864
"maintenanceUpdatePolicy": {
18601865
"$ref": "MaintenanceUpdatePolicy",
18611866
"description": "Optional. The maintenance update policy determines when to allow or deny updates."
@@ -2596,6 +2601,19 @@
25962601
},
25972602
"type": "object"
25982603
},
2604+
"MaintenanceSchedule": {
2605+
"description": "MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead.",
2606+
"id": "MaintenanceSchedule",
2607+
"properties": {
2608+
"startTime": {
2609+
"description": "Output only. The scheduled start time for the maintenance.",
2610+
"format": "google-datetime",
2611+
"readOnly": true,
2612+
"type": "string"
2613+
}
2614+
},
2615+
"type": "object"
2616+
},
25992617
"MaintenanceUpdatePolicy": {
26002618
"description": "MaintenanceUpdatePolicy defines the policy for system updates.",
26012619
"id": "MaintenanceUpdatePolicy",
@@ -4209,6 +4227,7 @@
42094227
"PRODUCT_TYPE_ON_PREM",
42104228
"ON_PREM",
42114229
"PRODUCT_TYPE_MEMORYSTORE",
4230+
"PRODUCT_TYPE_BIGTABLE",
42124231
"PRODUCT_TYPE_OTHER"
42134232
],
42144233
"enumDeprecated": [
@@ -4221,6 +4240,7 @@
42214240
false,
42224241
true,
42234242
false,
4243+
false,
42244244
false
42254245
],
42264246
"enumDescriptions": [
@@ -4233,6 +4253,7 @@
42334253
"On premises database product.",
42344254
"On premises database product.",
42354255
"Memorystore product area in GCP",
4256+
"Bigtable product area in GCP",
42364257
"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."
42374258
],
42384259
"type": "string"

alloydb/v1/alloydb-gen.go

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

alloydb/v1alpha/alloydb-api.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@
14611461
}
14621462
}
14631463
},
1464-
"revision": "20240417",
1464+
"revision": "20240424",
14651465
"rootUrl": "https://alloydb.googleapis.com/",
14661466
"schemas": {
14671467
"AuthorizedNetwork": {
@@ -4338,6 +4338,7 @@
43384338
"PRODUCT_TYPE_ON_PREM",
43394339
"ON_PREM",
43404340
"PRODUCT_TYPE_MEMORYSTORE",
4341+
"PRODUCT_TYPE_BIGTABLE",
43414342
"PRODUCT_TYPE_OTHER"
43424343
],
43434344
"enumDeprecated": [
@@ -4350,6 +4351,7 @@
43504351
false,
43514352
true,
43524353
false,
4354+
false,
43534355
false
43544356
],
43554357
"enumDescriptions": [
@@ -4362,6 +4364,7 @@
43624364
"On premises database product.",
43634365
"On premises database product.",
43644366
"Memorystore product area in GCP",
4367+
"Bigtable product area in GCP",
43654368
"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."
43664369
],
43674370
"type": "string"

alloydb/v1alpha/alloydb-gen.go

Lines changed: 1 addition & 0 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
@@ -2901,6 +2901,21 @@
29012901
"documentationLink": "https://cloud.google.com/essentialcontacts/docs/",
29022902
"preferred": true
29032903
},
2904+
{
2905+
"kind": "discovery#directoryItem",
2906+
"id": "eventarc:v1beta1",
2907+
"name": "eventarc",
2908+
"version": "v1beta1",
2909+
"title": "Eventarc API",
2910+
"description": "Build event-driven applications on Google Cloud Platform.",
2911+
"discoveryRestUrl": "https://eventarc.googleapis.com/$discovery/rest?version=v1beta1",
2912+
"icons": {
2913+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
2914+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
2915+
},
2916+
"documentationLink": "https://cloud.google.com/eventarc",
2917+
"preferred": false
2918+
},
29042919
{
29052920
"kind": "discovery#directoryItem",
29062921
"id": "eventarc:v1",

bigquery/v2/bigquery-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,7 @@
19351935
}
19361936
}
19371937
},
1938-
"revision": "20240418",
1938+
"revision": "20240423",
19391939
"rootUrl": "https://bigquery.googleapis.com/",
19401940
"schemas": {
19411941
"AggregateClassificationMetrics": {
@@ -9006,7 +9006,7 @@
90069006
"readOnly": true
90079007
},
90089008
"replicationIntervalMs": {
9009-
"description": "Required. Specifies the interval at which the source table is polled for updates.",
9009+
"description": "Optional. Specifies the interval at which the source table is polled for updates. It's Optional. If not specified, default replication interval would be applied.",
90109010
"format": "int64",
90119011
"type": "string"
90129012
},

bigquery/v2/bigquery-gen.go

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

clouddeploy/v1/clouddeploy-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,7 @@
20652065
}
20662066
}
20672067
},
2068-
"revision": "20240417",
2068+
"revision": "20240428",
20692069
"rootUrl": "https://clouddeploy.googleapis.com/",
20702070
"schemas": {
20712071
"AbandonReleaseRequest": {
@@ -2181,7 +2181,7 @@
21812181
"id": "AnthosCluster",
21822182
"properties": {
21832183
"membership": {
2184-
"description": "Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.",
2184+
"description": "Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.",
21852185
"type": "string"
21862186
}
21872187
},
@@ -3451,7 +3451,7 @@
34513451
"id": "GkeCluster",
34523452
"properties": {
34533453
"cluster": {
3454-
"description": "Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`.",
3454+
"description": "Optional. Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`.",
34553455
"type": "string"
34563456
},
34573457
"internalIp": {

clouddeploy/v1/clouddeploy-gen.go

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

dataform/v1beta1/dataform-api.json

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
"$ref": "CommitRepositoryChangesRequest"
292292
},
293293
"response": {
294-
"$ref": "Empty"
294+
"$ref": "CommitRepositoryChangesResponse"
295295
},
296296
"scopes": [
297297
"https://www.googleapis.com/auth/cloud-platform"
@@ -2108,7 +2108,7 @@
21082108
}
21092109
}
21102110
},
2111-
"revision": "20240420",
2111+
"revision": "20240427",
21122112
"rootUrl": "https://dataform.googleapis.com/",
21132113
"schemas": {
21142114
"Assertion": {
@@ -2339,6 +2339,17 @@
23392339
},
23402340
"type": "object"
23412341
},
2342+
"CommitRepositoryChangesResponse": {
2343+
"description": "`CommitRepositoryChanges` response message.",
2344+
"id": "CommitRepositoryChangesResponse",
2345+
"properties": {
2346+
"commitSha": {
2347+
"description": "The commit SHA of the current commit.",
2348+
"type": "string"
2349+
}
2350+
},
2351+
"type": "object"
2352+
},
23422353
"CommitWorkspaceChangesRequest": {
23432354
"description": "`CommitWorkspaceChanges` request message.",
23442355
"id": "CommitWorkspaceChangesRequest",
@@ -2404,6 +2415,11 @@
24042415
"readOnly": true,
24052416
"type": "array"
24062417
},
2418+
"dataEncryptionState": {
2419+
"$ref": "DataEncryptionState",
2420+
"description": "Output only. Only set if the repository has a KMS Key.",
2421+
"readOnly": true
2422+
},
24072423
"dataformCoreVersion": {
24082424
"description": "Output only. The version of `@dataform/core` that was used for compilation.",
24092425
"readOnly": true,
@@ -2496,6 +2512,17 @@
24962512
},
24972513
"type": "object"
24982514
},
2515+
"DataEncryptionState": {
2516+
"description": "Describes encryption state of a resource.",
2517+
"id": "DataEncryptionState",
2518+
"properties": {
2519+
"kmsKeyVersionName": {
2520+
"description": "The KMS key version name with which data of a resource is encrypted.",
2521+
"type": "string"
2522+
}
2523+
},
2524+
"type": "object"
2525+
},
24992526
"Declaration": {
25002527
"description": "Represents a relation which is not managed by Dataform but which may be referenced by Dataform actions.",
25012528
"id": "Declaration",
@@ -3557,6 +3584,11 @@
35573584
"readOnly": true,
35583585
"type": "string"
35593586
},
3587+
"dataEncryptionState": {
3588+
"$ref": "DataEncryptionState",
3589+
"description": "Output only. A data encryption state of a Git repository if this Repository is protected by a KMS key.",
3590+
"readOnly": true
3591+
},
35603592
"displayName": {
35613593
"description": "Optional. The repository's user-friendly name.",
35623594
"type": "string"
@@ -3565,6 +3597,10 @@
35653597
"$ref": "GitRemoteSettings",
35663598
"description": "Optional. If set, configures this repository to be linked to a Git remote."
35673599
},
3600+
"kmsKeyName": {
3601+
"description": "Optional. The reference to a KMS encryption key. If provided, it will be used to encrypt user data in the repository and all child resources. It is not possible to add or update the encryption key after the repository is created. Example: `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`",
3602+
"type": "string"
3603+
},
35683604
"labels": {
35693605
"additionalProperties": {
35703606
"type": "string"
@@ -3858,6 +3894,11 @@
38583894
"description": "Immutable. The name of the compilation result to use for this invocation. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.",
38593895
"type": "string"
38603896
},
3897+
"dataEncryptionState": {
3898+
"$ref": "DataEncryptionState",
3899+
"description": "Output only. Only set if the repository has a KMS Key.",
3900+
"readOnly": true
3901+
},
38613902
"invocationConfig": {
38623903
"$ref": "InvocationConfig",
38633904
"description": "Immutable. If left unset, a default InvocationConfig will be used."
@@ -3969,6 +4010,11 @@
39694010
"description": "Represents a Dataform Git workspace.",
39704011
"id": "Workspace",
39714012
"properties": {
4013+
"dataEncryptionState": {
4014+
"$ref": "DataEncryptionState",
4015+
"description": "Output only. A data encryption state of a Git repository if this Workspace is protected by a KMS key.",
4016+
"readOnly": true
4017+
},
39724018
"name": {
39734019
"description": "Identifier. The workspace's name.",
39744020
"type": "string"

0 commit comments

Comments
 (0)