Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Mar 30, 2024
1 parent 81cd9fe commit fc3853b
Showing 1 changed file with 55 additions and 4 deletions.
59 changes: 55 additions & 4 deletions api-index-v1.json
Expand Up @@ -8415,7 +8415,7 @@
"majorVersion": "v1",
"hostName": "generativelanguage.googleapis.com",
"title": "Generative Language API",
"description": "The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model in the world, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.",
"description": "The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information. including language, images, audio, video, and code. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.",
"importDirectories": [
"google/ai/generativelanguage/v1beta",
"google/api",
Expand All @@ -8425,17 +8425,17 @@
"options": {
"go_package": {
"valueCounts": {
"cloud.google.com/go/ai/generativelanguage/apiv1beta/generativelanguagepb;generativelanguagepb": 13
"cloud.google.com/go/ai/generativelanguage/apiv1beta/generativelanguagepb;generativelanguagepb": 15
}
},
"java_multiple_files": {
"valueCounts": {
"true": 13
"true": 15
}
},
"java_package": {
"valueCounts": {
"com.google.ai.generativelanguage.v1beta": 13
"com.google.ai.generativelanguage.v1beta": 15
}
}
},
Expand Down Expand Up @@ -8468,6 +8468,56 @@
}
]
},
{
"shortName": "FileService",
"fullName": "google.ai.generativelanguage.v1beta.FileService",
"methods": [
{
"shortName": "CreateFile",
"fullName": "google.ai.generativelanguage.v1beta.FileService.CreateFile",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta/files"
}
]
},
{
"shortName": "DeleteFile",
"fullName": "google.ai.generativelanguage.v1beta.FileService.DeleteFile",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1beta/{name=files/*}"
}
]
},
{
"shortName": "GetFile",
"fullName": "google.ai.generativelanguage.v1beta.FileService.GetFile",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta/{name=files/*}"
}
]
},
{
"shortName": "ListFiles",
"fullName": "google.ai.generativelanguage.v1beta.FileService.ListFiles",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta/files"
}
]
}
]
},
{
"shortName": "GenerativeService",
"fullName": "google.ai.generativelanguage.v1beta.GenerativeService",
Expand Down Expand Up @@ -9003,6 +9053,7 @@
"configFile": "generativelanguage_v1beta.yaml",
"serviceConfigApiNames": [
"google.ai.generativelanguage.v1beta.DiscussService",
"google.ai.generativelanguage.v1beta.FileService",
"google.ai.generativelanguage.v1beta.GenerativeService",
"google.ai.generativelanguage.v1beta.ModelService",
"google.ai.generativelanguage.v1beta.PermissionService",
Expand Down

0 comments on commit fc3853b

Please sign in to comment.