Skip to content

Commit

Permalink
feat(dialogflow): make TrainingPhrase name field output-only (#11217)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 702603942

Source-Link: https://togithub.com/googleapis/googleapis/commit/673721b2e7b74971e9eb32792c124b1296fdfbed

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/538485735cb048b74554052b0eb2acabea951241
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTM4NDg1NzM1Y2IwNDhiNzQ1NTQwNTJiMGViMmFjYWJlYTk1MTI0MSJ9
BEGIN_NESTED_COMMIT
feat(monitoring/apiv3): Added support for notification prompts in AlertPolicy
feat(monitoring/apiv3): Added support for PromQL metric validation opt-out in AlertPolicy

PiperOrigin-RevId: 702547115

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

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/84131196764c8b4f7e24d5e6f4500ba2c1c938a4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODQxMzExOTY3NjRjOGI0ZjdlMjRkNWU2ZjQ1MDBiYTJjMWM5MzhhNCJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(chat): Chat Apps can now retrieve the import mode expire time information to know when to complete the import mode properly
docs(chat): Update reference documentation to include import_mode_expire_time field

PiperOrigin-RevId: 702468699

Source-Link: https://togithub.com/googleapis/googleapis/commit/608531f2fa278d8cdf362c1b04550c5b5f2a1599

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/59d7d9462080ce01d1e3642c1c571a35cfce3796
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTlkN2Q5NDYyMDgwY2UwMWQxZTM2NDJjMWM1NzFhMzVjZmNlMzc5NiJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(networkconnectivity): add Network Connectivity Center APIs for PSC connection propagation through NCC
feat(networkconnectivity): add Network Connectivity Center APIs for star topology
feat(networkconnectivity): add Network Connectivity Center APIs for producer VPC spokes
feat(networkconnectivity): add Network Connectivity Center APIs for dynamic route exchange
feat(networkconnectivity): add Network Connectivity Center APIs for include export filters
feat(networkconnectivity): add Network Connectivity Center APIs for include import ranges on hybrid spokes
docs(networkconnectivity): update comment for `ListRoutes` method in service `HubService` to clarify that it lists routes in a route table
docs(networkconnectivity): update comment for `ListRouteTables` method in service `HubService` to clarify that it lists route tables in a hub
docs(networkconnectivity): update comment for field `location` in message `.google.cloud.networkconnectivity.v1.Route` to clarify that it's the origin location

PiperOrigin-RevId: 702422268

Source-Link: https://togithub.com/googleapis/googleapis/commit/59254b411ac63bbb9bcd4a54cec10540ceaa5154

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f199480d334002ada53c387fdb1175de3c550f7b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjE5OTQ4MGQzMzQwMDJhZGE1M2MzODdmZGIxMTc1ZGUzYzU1MGY3YiJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] authored Dec 4, 2024
1 parent a7db927 commit 191a664
Show file tree
Hide file tree
Showing 17 changed files with 6,008 additions and 3,685 deletions.
483 changes: 252 additions & 231 deletions chat/apiv1/chatpb/space.pb.go

Large diffs are not rendered by default.

1,766 changes: 883 additions & 883 deletions dialogflow/apiv2beta1/dialogflowpb/intent.pb.go

Large diffs are not rendered by default.

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

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 @@ -932,7 +932,7 @@
{
"regionTag": "networkconnectivity_v1_generated_HubService_ListRouteTables_sync",
"title": "networkconnectivity ListRouteTables Sample",
"description": "ListRouteTables lists route tables in a given project.",
"description": "ListRouteTables lists route tables in a given hub.",
"file": "HubClient/ListRouteTables/main.go",
"language": "GO",
"clientMethod": {
Expand Down Expand Up @@ -978,7 +978,7 @@
{
"regionTag": "networkconnectivity_v1_generated_HubService_ListRoutes_sync",
"title": "networkconnectivity ListRoutes Sample",
"description": "ListRoutes lists routes in a given project.",
"description": "ListRoutes lists routes in a given route table.",
"file": "HubClient/ListRoutes/main.go",
"language": "GO",
"clientMethod": {
Expand Down Expand Up @@ -1067,6 +1067,52 @@
}
]
},
{
"regionTag": "networkconnectivity_v1_generated_HubService_QueryHubStatus_sync",
"title": "networkconnectivity QueryHubStatus Sample",
"description": "QueryHubStatus query the Private Service Connect propagation status of a Network\nConnectivity Center hub.",
"file": "HubClient/QueryHubStatus/main.go",
"language": "GO",
"clientMethod": {
"shortName": "QueryHubStatus",
"fullName": "google.cloud.networkconnectivity.v1.HubClient.QueryHubStatus",
"parameters": [
{
"type": "context.Context",
"name": "ctx"
},
{
"type": "networkconnectivitypb.QueryHubStatusRequest",
"name": "req"
},
{
"type": "...gax.CallOption",
"name": "opts"
}
],
"resultType": "HubStatusEntryIterator",
"client": {
"shortName": "HubClient",
"fullName": "google.cloud.networkconnectivity.v1.HubClient"
},
"method": {
"shortName": "QueryHubStatus",
"fullName": "google.cloud.networkconnectivity.v1.HubService.QueryHubStatus",
"service": {
"shortName": "HubService",
"fullName": "google.cloud.networkconnectivity.v1.HubService"
}
}
},
"origin": "API_DEFINITION",
"segments": [
{
"start": 18,
"end": 66,
"type": "FULL"
}
]
},
{
"regionTag": "networkconnectivity_v1_generated_HubService_RejectHubSpoke_sync",
"title": "networkconnectivity RejectHubSpoke Sample",
Expand Down Expand Up @@ -1205,6 +1251,52 @@
}
]
},
{
"regionTag": "networkconnectivity_v1_generated_HubService_UpdateGroup_sync",
"title": "networkconnectivity UpdateGroup Sample",
"description": "UpdateGroup updates the parameters of a Network Connectivity Center group.",
"file": "HubClient/UpdateGroup/main.go",
"language": "GO",
"clientMethod": {
"shortName": "UpdateGroup",
"fullName": "google.cloud.networkconnectivity.v1.HubClient.UpdateGroup",
"parameters": [
{
"type": "context.Context",
"name": "ctx"
},
{
"type": "networkconnectivitypb.UpdateGroupRequest",
"name": "req"
},
{
"type": "...gax.CallOption",
"name": "opts"
}
],
"resultType": "UpdateGroupOperation",
"client": {
"shortName": "HubClient",
"fullName": "google.cloud.networkconnectivity.v1.HubClient"
},
"method": {
"shortName": "UpdateGroup",
"fullName": "google.cloud.networkconnectivity.v1.HubService.UpdateGroup",
"service": {
"shortName": "HubService",
"fullName": "google.cloud.networkconnectivity.v1.HubService"
}
}
},
"origin": "API_DEFINITION",
"segments": [
{
"start": 18,
"end": 58,
"type": "FULL"
}
]
},
{
"regionTag": "networkconnectivity_v1_generated_HubService_UpdateHub_sync",
"title": "networkconnectivity UpdateHub Sample",
Expand Down
Loading

0 comments on commit 191a664

Please sign in to comment.