Skip to content

Commit 5238dbc

Browse files
feat(maps/places): add generative_summary and area_summary for place summaries (#10204)
- [ ] Regenerate this pull request now. feat(maps/places): add `contextual_contents` field for contextual search results docs(maps/places): `included_primary_types` supports type collections `(regions)` and `(cities)` Introduces Place summaries and Contextual Search Results features. PiperOrigin-RevId: 634816526 Source-Link: https://togithub.com/googleapis/googleapis/commit/badabdc603da74644f379ab4a5a35cb34eac1a27 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/bec34dc87380c27a7271a4d4f9ebedf84e81f831 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmVjMzRkYzg3MzgwYzI3YTcyNzFhNGQ0ZjllYmVkZjg0ZTgxZjgzMSJ9 BEGIN_NESTED_COMMIT feat(netapp): Add a new Service Level FLEX feat(netapp): Add Tiering Policy to Volume feat(netapp): Add backup chain bytes to BackupConfig in Volume feat(netapp): Add Location metadata support PiperOrigin-RevId: 634521970 Source-Link: https://togithub.com/googleapis/googleapis/commit/a07bf82eb48d79bc113620b3fb517a3ebe92989c Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/77bcbe2675528eec15dc46caebeff2db9de96543 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzdiY2JlMjY3NTUyOGVlYzE1ZGM0NmNhZWJlZmYyZGI5ZGU5NjU0MyJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(ai/generativelanguage): Add video metadata to files API feat(ai/generativelanguage): Update timeouts for generate content docs(ai/generativelanguage): Minor updates PiperOrigin-RevId: 634425922 Source-Link: https://togithub.com/googleapis/googleapis/commit/298a53b52918552dc1e72b767ff41f4207217b85 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/e549e3ff4fbfdc3579f2eef59ea08c70706d46f2 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTU0OWUzZmY0ZmJmZGMzNTc5ZjJlZWY1OWVhMDhjNzA3MDZkNDZmMiJ9 END_NESTED_COMMIT
1 parent c2920d7 commit 5238dbc

54 files changed

Lines changed: 4286 additions & 1188 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ai/generativelanguage/apiv1beta/generative_client.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.

ai/generativelanguage/apiv1beta/generativelanguagepb/file.pb.go

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

ai/generativelanguage/apiv1beta/generativelanguagepb/generative_service.pb.go

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

ai/generativelanguage/apiv1beta/generativelanguagepb/safety.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ai/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/googleapis/gax-go/v2 v2.12.4
88
google.golang.org/api v0.180.0
99
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8
10+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240509183442-62759503f434
1011
google.golang.org/grpc v1.63.2
1112
google.golang.org/protobuf v1.34.1
1213
)
@@ -36,5 +37,4 @@ require (
3637
golang.org/x/sys v0.20.0 // indirect
3738
golang.org/x/text v0.15.0 // indirect
3839
golang.org/x/time v0.5.0 // indirect
39-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240509183442-62759503f434 // indirect
4040
)

internal/.repo-metadata-full.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,6 +2219,16 @@
22192219
"release_level": "stable",
22202220
"library_type": "GAPIC_AUTO"
22212221
},
2222+
"cloud.google.com/go/security/publicca/apiv1": {
2223+
"api_shortname": "publicca",
2224+
"distribution_name": "cloud.google.com/go/security/publicca/apiv1",
2225+
"description": "Public Certificate Authority API",
2226+
"language": "go",
2227+
"client_library_type": "generated",
2228+
"client_documentation": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/security/latest/publicca/apiv1",
2229+
"release_level": "preview",
2230+
"library_type": "GAPIC_AUTO"
2231+
},
22222232
"cloud.google.com/go/security/publicca/apiv1beta1": {
22232233
"api_shortname": "publicca",
22242234
"distribution_name": "cloud.google.com/go/security/publicca/apiv1beta1",

internal/generated/snippets/batch/apiv1/snippet_metadata.google.cloud.batch.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "cloud.google.com/go/batch/apiv1",
4-
"version": "1.8.5",
4+
"version": "1.8.6",
55
"language": "GO",
66
"apis": [
77
{

internal/generated/snippets/chat/apiv1/snippet_metadata.google.chat.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "cloud.google.com/go/chat/apiv1",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"language": "GO",
66
"apis": [
77
{

internal/generated/snippets/commerce/consumer/procurement/apiv1/snippet_metadata.google.cloud.commerce.consumer.procurement.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "cloud.google.com/go/commerce/consumer/procurement/apiv1",
4-
"version": "0.1.6",
4+
"version": "1.0.0",
55
"language": "GO",
66
"apis": [
77
{

internal/generated/snippets/compute/apiv1/snippet_metadata.google.cloud.compute.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "cloud.google.com/go/compute/apiv1",
4-
"version": "1.26.0",
4+
"version": "1.27.0",
55
"language": "GO",
66
"apis": [
77
{

0 commit comments

Comments
 (0)