chore: regenerate API index

This commit is contained in:
Google APIs 2021-10-20 23:02:32 +00:00
parent 19943c118e
commit d5b19f1be5

View file

@ -24312,37 +24312,37 @@
"options": {
"cc_enable_arenas": {
"valueCounts": {
"true": 20
"true": 21
}
},
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.Dialogflow.Cx.V3Beta1": 20
"Google.Cloud.Dialogflow.Cx.V3Beta1": 21
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/dialogflow/cx/v3beta1;cx": 20
"google.golang.org/genproto/googleapis/cloud/dialogflow/cx/v3beta1;cx": 21
}
},
"java_multiple_files": {
"valueCounts": {
"true": 20
"true": 21
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.dialogflow.cx.v3beta1": 20
"com.google.cloud.dialogflow.cx.v3beta1": 21
}
},
"objc_class_prefix": {
"valueCounts": {
"DF": 20
"DF": 21
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::Dialogflow::CX::V3beta1": 20
"Google::Cloud::Dialogflow::CX::V3beta1": 21
}
}
},
@ -24452,6 +24452,34 @@
}
]
},
{
"shortName": "Changelogs",
"fullName": "google.cloud.dialogflow.cx.v3beta1.Changelogs",
"methods": [
{
"shortName": "GetChangelog",
"fullName": "google.cloud.dialogflow.cx.v3beta1.Changelogs.GetChangelog",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v3beta1/{name=projects/*/locations/*/agents/*/changelogs/*}"
}
]
},
{
"shortName": "ListChangelogs",
"fullName": "google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v3beta1/{parent=projects/*/locations/*/agents/*}/changelogs"
}
]
}
]
},
{
"shortName": "Deployments",
"fullName": "google.cloud.dialogflow.cx.v3beta1.Deployments",