Skip to content

Commit 97794a9

Browse files
feat(all): auto-regenerate discovery clients (#1553)
1 parent 0e22eae commit 97794a9

10 files changed

+97
-40
lines changed

baremetalsolution/v2/baremetalsolution-api.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"type": "string"
319319
},
320320
"updateMask": {
321-
"description": "The list of fields to update. The only currently supported fields are: `labels` `hyperthreading_enabled`",
321+
"description": "The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image`",
322322
"format": "google-fieldmask",
323323
"location": "query",
324324
"type": "string"
@@ -999,7 +999,7 @@
999999
}
10001000
}
10011001
},
1002-
"revision": "20220501",
1002+
"revision": "20220506",
10031003
"rootUrl": "https://baremetalsolution.googleapis.com/",
10041004
"schemas": {
10051005
"AllowedClient": {
@@ -1128,6 +1128,10 @@
11281128
"description": "The OS image currently installed on the server.",
11291129
"type": "string"
11301130
},
1131+
"pod": {
1132+
"description": "Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.",
1133+
"type": "string"
1134+
},
11311135
"state": {
11321136
"description": "The state of the server.",
11331137
"enum": [
@@ -2334,6 +2338,10 @@
23342338
"readOnly": true,
23352339
"type": "string"
23362340
},
2341+
"pod": {
2342+
"description": "Immutable. Pod name.",
2343+
"type": "string"
2344+
},
23372345
"remainingSpaceGib": {
23382346
"description": "The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.",
23392347
"format": "int64",

baremetalsolution/v2/baremetalsolution-gen.go

+11-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clouderrorreporting/v1beta1/clouderrorreporting-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
"type": "string"
312312
},
313313
"projectName": {
314-
"description": "Required. The resource name of the Google Cloud Platform project. Written as `projects/{projectID}` or `projects/{projectNumber}`, where `{projectID}` and `{projectNumber}` can be found in the [Google Cloud Console](https://support.google.com/cloud/answer/6158840). Examples: `projects/my-project-123`, `projects/5551234`.",
314+
"description": "Required. The resource name of the Google Cloud Platform project. Written as `projects/{projectID}` or `projects/{projectNumber}`, where `{projectID}` and `{projectNumber}` can be found in the [Google Cloud console](https://support.google.com/cloud/answer/6158840). Examples: `projects/my-project-123`, `projects/5551234`.",
315315
"location": "path",
316316
"pattern": "^projects/[^/]+$",
317317
"required": true,
@@ -430,7 +430,7 @@
430430
}
431431
}
432432
},
433-
"revision": "20220420",
433+
"revision": "20220511",
434434
"rootUrl": "https://clouderrorreporting.googleapis.com/",
435435
"schemas": {
436436
"DeleteEventsResponse": {

clouderrorreporting/v1beta1/clouderrorreporting-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/v1/compute-api.json

+18-2
Original file line numberDiff line numberDiff line change
@@ -31157,7 +31157,7 @@
3115731157
}
3115831158
}
3115931159
},
31160-
"revision": "20220506",
31160+
"revision": "20220510",
3116131161
"rootUrl": "https://compute.googleapis.com/",
3116231162
"schemas": {
3116331163
"AcceleratorConfig": {
@@ -35000,6 +35000,7 @@
3500035000
"GENERAL_PURPOSE_N2D",
3500135001
"GENERAL_PURPOSE_T2D",
3500235002
"MEMORY_OPTIMIZED",
35003+
"MEMORY_OPTIMIZED_M3",
3500335004
"TYPE_UNSPECIFIED"
3500435005
],
3500535006
"enumDescriptions": [
@@ -35012,6 +35013,7 @@
3501235013
"",
3501335014
"",
3501435015
"",
35016+
"",
3501535017
""
3501635018
],
3501735019
"type": "string"
@@ -40501,7 +40503,7 @@
4050140503
},
4050240504
"sourceType": {
4050340505
"default": "RAW",
40504-
"description": "The type of the image used to create this disk. The default and only value is RAW",
40506+
"description": "The type of the image used to create this disk. The default and only valid value is RAW.",
4050540507
"enum": [
4050640508
"RAW"
4050740509
],
@@ -45361,6 +45363,20 @@
4536145363
},
4536245364
"description": "Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.",
4536345365
"type": "object"
45366+
},
45367+
"targetShape": {
45368+
"description": "Strategy for distributing VMs across zones in a region.",
45369+
"enum": [
45370+
"ANY",
45371+
"ANY_SINGLE_ZONE",
45372+
"BALANCED"
45373+
],
45374+
"enumDescriptions": [
45375+
"GCE picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.",
45376+
"GCE always selects a single zone for all the VMs, optimizing for resource quotas, available reservations and general capacity. Recommended for batch workloads that cannot tollerate distribution over multiple zones. This the default shape in Bulk Insert and Capacity Advisor APIs.",
45377+
"GCE prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across allowed zones to minimize the impact of zonal failure. Recommended for highly available serving workloads."
45378+
],
45379+
"type": "string"
4536445380
}
4536545381
},
4536645382
"type": "object"

compute/v1/compute-gen.go

+20-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

speech/v1/speech-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
}
525525
}
526526
},
527-
"revision": "20220419",
527+
"revision": "20220511",
528528
"rootUrl": "https://speech.googleapis.com/",
529529
"schemas": {
530530
"ClassItem": {
@@ -901,7 +901,7 @@
901901
"description": "Metadata regarding this request."
902902
},
903903
"model": {
904-
"description": "Which model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the RecognitionConfig. *Model* *Description* command_and_search Best for short queries such as voice commands or voice search. phone_call Best for audio that originated from a phone call (typically recorded at an 8khz sampling rate). video Best for audio that originated from video or includes multiple speakers. Ideally the audio is recorded at a 16khz or greater sampling rate. This is a premium model that costs more than the standard rate. default Best for audio that is not one of the specific audio models. For example, long-form audio. Ideally the audio is high-fidelity, recorded at a 16khz or greater sampling rate. medical_conversation Best for audio that originated from a conversation between a medical provider and patient. medical_dictation Best for audio that originated from dictation notes by a medical provider. ",
904+
"description": "Which model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the RecognitionConfig. *Model* *Description* latest_long Best for long form content like media or conversation. latest_short Best for short form content like commands or single shot directed speech. command_and_search Best for short queries such as voice commands or voice search. phone_call Best for audio that originated from a phone call (typically recorded at an 8khz sampling rate). video Best for audio that originated from video or includes multiple speakers. Ideally the audio is recorded at a 16khz or greater sampling rate. This is a premium model that costs more than the standard rate. default Best for audio that is not one of the specific audio models. For example, long-form audio. Ideally the audio is high-fidelity, recorded at a 16khz or greater sampling rate. medical_conversation Best for audio that originated from a conversation between a medical provider and patient. medical_dictation Best for audio that originated from dictation notes by a medical provider. ",
905905
"type": "string"
906906
},
907907
"profanityFilter": {

speech/v1/speech-gen.go

+15-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

speech/v1p1beta1/speech-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
}
525525
}
526526
},
527-
"revision": "20220419",
527+
"revision": "20220511",
528528
"rootUrl": "https://speech.googleapis.com/",
529529
"schemas": {
530530
"ClassItem": {
@@ -936,7 +936,7 @@
936936
"description": "Metadata regarding this request."
937937
},
938938
"model": {
939-
"description": "Which model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the RecognitionConfig. *Model* *Description* command_and_search Best for short queries such as voice commands or voice search. phone_call Best for audio that originated from a phone call (typically recorded at an 8khz sampling rate). video Best for audio that originated from video or includes multiple speakers. Ideally the audio is recorded at a 16khz or greater sampling rate. This is a premium model that costs more than the standard rate. default Best for audio that is not one of the specific audio models. For example, long-form audio. Ideally the audio is high-fidelity, recorded at a 16khz or greater sampling rate. medical_conversation Best for audio that originated from a conversation between a medical provider and patient. medical_dictation Best for audio that originated from dictation notes by a medical provider. ",
939+
"description": "Which model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the RecognitionConfig. *Model* *Description* latest_long Best for long form content like media or conversation. latest_short Best for short form content like commands or single shot directed speech. command_and_search Best for short queries such as voice commands or voice search. phone_call Best for audio that originated from a phone call (typically recorded at an 8khz sampling rate). video Best for audio that originated from video or includes multiple speakers. Ideally the audio is recorded at a 16khz or greater sampling rate. This is a premium model that costs more than the standard rate. default Best for audio that is not one of the specific audio models. For example, long-form audio. Ideally the audio is high-fidelity, recorded at a 16khz or greater sampling rate. medical_conversation Best for audio that originated from a conversation between a medical provider and patient. medical_dictation Best for audio that originated from dictation notes by a medical provider. ",
940940
"type": "string"
941941
},
942942
"profanityFilter": {

speech/v1p1beta1/speech-gen.go

+15-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)