chore: regenerate API index

This commit is contained in:
Google APIs 2021-05-20 01:07:05 +00:00
parent b5a6598e6e
commit 4698c3218d

View file

@ -27,22 +27,22 @@
"valueCounts": {
"com.google.actions.sdk.v2.conversation": 14,
"com.google.actions.sdk.v2": 18,
"com.google.actions.sdk.v2.interactionmodel": 8,
"com.google.actions.sdk.v2.interactionmodel.type": 6,
"com.google.actions.sdk.v2.interactionmodel": 7,
"com.google.actions.sdk.v2.interactionmodel.prompt": 14
}
},
"java_multiple_files": {
"valueCounts": {
"true": 59
"true": 60
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/actions/sdk/v2/conversation;conversation": 14,
"google.golang.org/genproto/googleapis/actions/sdk/v2;sdk": 18,
"google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel;interactionmodel": 8,
"google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel/type": 6,
"google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel;interactionmodel": 7,
"google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel/prompt;prompt": 14
}
}
@ -96,6 +96,17 @@
}
]
},
{
"shortName": "ListSampleProjects",
"fullName": "google.actions.sdk.v2.ActionsSdk.ListSampleProjects",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v2/sampleProjects"
}
]
},
{
"shortName": "ListVersions",
"fullName": "google.actions.sdk.v2.ActionsSdk.ListVersions",
@ -28770,6 +28781,10 @@
{
"httpMethod": "GET",
"path": "/v2/{parent=projects/*/agent/environments/*}/intents"
},
{
"httpMethod": "GET",
"path": "/v2/{parent=projects/*/locations/*/agent/environments/*}/intents"
}
]
},
@ -30320,6 +30335,10 @@
{
"httpMethod": "GET",
"path": "/v2beta1/{parent=projects/*/agent/environments/*}/intents"
},
{
"httpMethod": "GET",
"path": "/v2beta1/{parent=projects/*/locations/*/agent/environments/*}/intents"
}
]
},