Skip to content

Commit 1463524

Browse files
feat(all): auto-regenerate discovery clients (#1562)
1 parent 8bbd389 commit 1463524

22 files changed

Lines changed: 3185 additions & 289 deletions

certificatemanager/v1/certificatemanager-api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@
975975
}
976976
}
977977
},
978-
"revision": "20220407",
978+
"revision": "20220523",
979979
"rootUrl": "https://certificatemanager.googleapis.com/",
980980
"schemas": {
981981
"AuthorizationAttemptInfo": {
@@ -1649,6 +1649,7 @@
16491649
"type": "object"
16501650
},
16511651
"ResourcesCount": {
1652+
"description": "ResourcesCount represents the resource that stores aggregated project's info in the given location, e.g.: total number of certificates assigned to the project.",
16521653
"id": "ResourcesCount",
16531654
"properties": {
16541655
"certificates": {

certificatemanager/v1/certificatemanager-gen.go

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

compute/v0.alpha/compute-api.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11941,7 +11941,7 @@
1194111941
]
1194211942
},
1194311943
"setScheduling": {
11944-
"description": "Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states. For more information about setting scheduling options for a VM, see Set VM availability policies.",
11944+
"description": "Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states. For more information about setting scheduling options for a VM, see Set VM host maintenance policy.",
1194511945
"flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setScheduling",
1194611946
"httpMethod": "POST",
1194711947
"id": "compute.instances.setScheduling",
@@ -38709,7 +38709,7 @@
3870938709
}
3871038710
}
3871138711
},
38712-
"revision": "20220510",
38712+
"revision": "20220517",
3871338713
"rootUrl": "https://compute.googleapis.com/",
3871438714
"schemas": {
3871538715
"AcceleratorConfig": {
@@ -41386,7 +41386,7 @@
4138641386
"id": "BackendService",
4138741387
"properties": {
4138841388
"affinityCookieTtlSec": {
41389-
"description": "Lifetime of cookies in seconds. This setting is applicable to external and internal HTTP(S) load balancers and Traffic Director and requires GENERATED_COOKIE or HTTP_COOKIE session affinity. If set to 0, the cookie is non-persistent and lasts only until the end of the browser session (or equivalent). The maximum allowed value is one day (86,400). Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.",
41389+
"description": "Lifetime of cookies in seconds. This setting is applicable to external and internal HTTP(S) load balancers and Traffic Director and requires GENERATED_COOKIE or HTTP_COOKIE session affinity. If set to 0, the cookie is non-persistent and lasts only until the end of the browser session (or equivalent). The maximum allowed value is two weeks (1,209,600). Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.",
4139041390
"format": "int32",
4139141391
"type": "integer"
4139241392
},
@@ -68945,7 +68945,7 @@
6894568945
"type": "array"
6894668946
},
6894768947
"onHostMaintenance": {
68948-
"description": "Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM availability policies.",
68948+
"description": "Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy.",
6894968949
"enum": [
6895068950
"MIGRATE",
6895168951
"TERMINATE"
@@ -69408,13 +69408,39 @@
6940869408
"description": "Configuration options for Cloud Armor Adaptive Protection (CAAP).",
6940969409
"id": "SecurityPolicyAdaptiveProtectionConfig",
6941069410
"properties": {
69411+
"autoDeployConfig": {
69412+
"$ref": "SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig"
69413+
},
6941169414
"layer7DdosDefenseConfig": {
6941269415
"$ref": "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig",
6941369416
"description": "If set to true, enables Cloud Armor Machine Learning."
6941469417
}
6941569418
},
6941669419
"type": "object"
6941769420
},
69421+
"SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig": {
69422+
"description": "Configuration options for Adaptive Protection auto-deploy feature.",
69423+
"id": "SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig",
69424+
"properties": {
69425+
"confidenceThreshold": {
69426+
"format": "float",
69427+
"type": "number"
69428+
},
69429+
"expirationSec": {
69430+
"format": "int32",
69431+
"type": "integer"
69432+
},
69433+
"impactedBaselineThreshold": {
69434+
"format": "float",
69435+
"type": "number"
69436+
},
69437+
"loadThreshold": {
69438+
"format": "float",
69439+
"type": "number"
69440+
}
69441+
},
69442+
"type": "object"
69443+
},
6941869444
"SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig": {
6941969445
"description": "Configuration options for L7 DDoS detection.",
6942069446
"id": "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig",

compute/v0.alpha/compute-gen.go

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

compute/v0.beta/compute-api.json

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11165,7 +11165,7 @@
1116511165
]
1116611166
},
1116711167
"setScheduling": {
11168-
"description": "Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states. For more information about setting scheduling options for a VM, see Set VM availability policies.",
11168+
"description": "Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states. For more information about setting scheduling options for a VM, see Set VM host maintenance policy.",
1116911169
"flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setScheduling",
1117011170
"httpMethod": "POST",
1117111171
"id": "compute.instances.setScheduling",
@@ -35452,7 +35452,7 @@
3545235452
}
3545335453
}
3545435454
},
35455-
"revision": "20220510",
35455+
"revision": "20220517",
3545635456
"rootUrl": "https://compute.googleapis.com/",
3545735457
"schemas": {
3545835458
"AcceleratorConfig": {
@@ -37948,7 +37948,7 @@
3794837948
"id": "BackendService",
3794937949
"properties": {
3795037950
"affinityCookieTtlSec": {
37951-
"description": "Lifetime of cookies in seconds. This setting is applicable to external and internal HTTP(S) load balancers and Traffic Director and requires GENERATED_COOKIE or HTTP_COOKIE session affinity. If set to 0, the cookie is non-persistent and lasts only until the end of the browser session (or equivalent). The maximum allowed value is one day (86,400). Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.",
37951+
"description": "Lifetime of cookies in seconds. This setting is applicable to external and internal HTTP(S) load balancers and Traffic Director and requires GENERATED_COOKIE or HTTP_COOKIE session affinity. If set to 0, the cookie is non-persistent and lasts only until the end of the browser session (or equivalent). The maximum allowed value is two weeks (1,209,600). Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.",
3795237952
"format": "int32",
3795337953
"type": "integer"
3795437954
},
@@ -61933,7 +61933,7 @@
6193361933
"type": "array"
6193461934
},
6193561935
"onHostMaintenance": {
61936-
"description": "Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM availability policies.",
61936+
"description": "Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy.",
6193761937
"enum": [
6193861938
"MIGRATE",
6193961939
"TERMINATE"
@@ -62376,13 +62376,39 @@
6237662376
"description": "Configuration options for Cloud Armor Adaptive Protection (CAAP).",
6237762377
"id": "SecurityPolicyAdaptiveProtectionConfig",
6237862378
"properties": {
62379+
"autoDeployConfig": {
62380+
"$ref": "SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig"
62381+
},
6237962382
"layer7DdosDefenseConfig": {
6238062383
"$ref": "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig",
6238162384
"description": "If set to true, enables Cloud Armor Machine Learning."
6238262385
}
6238362386
},
6238462387
"type": "object"
6238562388
},
62389+
"SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig": {
62390+
"description": "Configuration options for Adaptive Protection auto-deploy feature.",
62391+
"id": "SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig",
62392+
"properties": {
62393+
"confidenceThreshold": {
62394+
"format": "float",
62395+
"type": "number"
62396+
},
62397+
"expirationSec": {
62398+
"format": "int32",
62399+
"type": "integer"
62400+
},
62401+
"impactedBaselineThreshold": {
62402+
"format": "float",
62403+
"type": "number"
62404+
},
62405+
"loadThreshold": {
62406+
"format": "float",
62407+
"type": "number"
62408+
}
62409+
},
62410+
"type": "object"
62411+
},
6238662412
"SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig": {
6238762413
"description": "Configuration options for L7 DDoS detection.",
6238862414
"id": "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig",
@@ -63778,6 +63804,14 @@
6377863804
"description": "[Output Only] The ID value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.",
6377963805
"type": "string"
6378063806
},
63807+
"sourceSnapshotSchedulePolicy": {
63808+
"description": "[Output Only] URL of the resource policy which created this scheduled snapshot.",
63809+
"type": "string"
63810+
},
63811+
"sourceSnapshotSchedulePolicyId": {
63812+
"description": "[Output Only] ID of the resource policy which created this scheduled snapshot.",
63813+
"type": "string"
63814+
},
6378163815
"status": {
6378263816
"description": "[Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING.",
6378363817
"enum": [

0 commit comments

Comments
 (0)