Skip to content

Commit

Permalink
feat(texttospeech): A new method StreamingSynthesize is added to se…
Browse files Browse the repository at this point in the history
…rvice `TextToSpeech` (#10687)

- [ ] Regenerate this pull request now.

docs(texttospeech): A comment for field `name` in message `.google.cloud.texttospeech.v1.VoiceSelectionParams` is changed
PiperOrigin-RevId: 662708702

Source-Link: https://togithub.com/googleapis/googleapis/commit/569fc73ce3ddd18eec7884d4e2dfaa2e27a49017

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f34f8a1d90646d3197a3d0308d8e145c70f77f41
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjM0ZjhhMWQ5MDY0NmQzMTk3YTNkMDMwOGQ4ZTE0NWM3MGY3N2Y0MSJ9
BEGIN_NESTED_COMMIT
feat(storagetransfer): add HDFS configuration
feat(storagetransfer): add GCS Managed Folders
feat(storagetransfer): add S3 Managed Private Network
feat(storagetransfer): add S3 Cloudfront Domain

PiperOrigin-RevId: 662684810

Source-Link: https://togithub.com/googleapis/googleapis/commit/83e51983650f38ed33bcc222bab6b5303d72da94

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/d8e78bb5c45ecdad16b2647cfdb09195dd55e976
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDhlNzhiYjVjNDVlY2RhZDE2YjI2NDdjZmRiMDkxOTVkZDU1ZTk3NiJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs(managedkafka): changed API title to official name
PiperOrigin-RevId: 662676310

Source-Link: https://togithub.com/googleapis/googleapis/commit/e813a85a1455e44c4c93314d8c2fdf3d77516916

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/5b69026c55c42bc69280062dc33e579a666ab81e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWI2OTAyNmM1NWM0MmJjNjkyODAwNjJkYzMzZTU3OWE2NjZhYjgxZSJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] authored Aug 15, 2024
1 parent b9f796e commit b32cb37
Show file tree
Hide file tree
Showing 16 changed files with 1,788 additions and 962 deletions.
2 changes: 1 addition & 1 deletion internal/.repo-metadata-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@
"cloud.google.com/go/managedkafka/apiv1": {
"api_shortname": "managedkafka",
"distribution_name": "cloud.google.com/go/managedkafka/apiv1",
"description": "Apache Kafka for BigQuery API",
"description": "Managed Service for Apache Kafka API",
"language": "go",
"client_library_type": "generated",
"client_documentation": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/managedkafka/latest/apiv1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/batch/apiv1",
"version": "1.9.3",
"version": "1.9.4",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/deploy/apiv1",
"version": "1.21.1",
"version": "1.21.2",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/functions/apiv1",
"version": "1.17.0",
"version": "1.18.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/functions/apiv2",
"version": "1.17.0",
"version": "1.18.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/functions/apiv2beta",
"version": "1.17.0",
"version": "1.18.0",
"language": "GO",
"apis": [
{
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,48 @@
}
]
},
{
"regionTag": "texttospeech_v1_generated_TextToSpeech_StreamingSynthesize_sync",
"title": "texttospeech StreamingSynthesize Sample",
"description": "StreamingSynthesize performs bidirectional streaming speech synthesis: receive audio while\nsending text.\n\n\nThis method is not supported for the REST transport.",
"file": "Client/StreamingSynthesize/main.go",
"language": "GO",
"clientMethod": {
"shortName": "StreamingSynthesize",
"fullName": "google.cloud.texttospeech.v1.Client.StreamingSynthesize",
"parameters": [
{
"type": "context.Context",
"name": "ctx"
},
{
"type": "...gax.CallOption",
"name": "opts"
}
],
"resultType": "texttospeechpb.TextToSpeech_StreamingSynthesizeClient",
"client": {
"shortName": "Client",
"fullName": "google.cloud.texttospeech.v1.Client"
},
"method": {
"shortName": "StreamingSynthesize",
"fullName": "google.cloud.texttospeech.v1.TextToSpeech.StreamingSynthesize",
"service": {
"shortName": "TextToSpeech",
"fullName": "google.cloud.texttospeech.v1.TextToSpeech"
}
}
},
"origin": "API_DEFINITION",
"segments": [
{
"start": 18,
"end": 69,
"type": "FULL"
}
]
},
{
"regionTag": "texttospeech_v1_generated_TextToSpeech_SynthesizeSpeech_sync",
"title": "texttospeech SynthesizeSpeech Sample",
Expand Down
2 changes: 1 addition & 1 deletion managedkafka/apiv1/doc.go

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

6 changes: 3 additions & 3 deletions managedkafka/apiv1/managed_kafka_client.go

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

2 changes: 1 addition & 1 deletion managedkafka/apiv1/managedkafkapb/resources.pb.go

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

Loading

0 comments on commit b32cb37

Please sign in to comment.