A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y  Z 

G

GcsDestination - class in com.google.genai.types
The Google Cloud Storage location where the output is to be written to.
gcsDestination() - function in com.google.genai.types.OutputConfig
Cloud storage destination for evaluation output.
gcsDestination(com.google.genai.types.GcsDestination) - function in com.google.genai.types.OutputConfig.Builder
Setter for gcsDestination.
gcsDestination(com.google.genai.types.GcsDestination.Builder) - function in com.google.genai.types.OutputConfig.Builder
Setter for gcsDestination builder.
GcsDestination.Builder - class in com.google.genai.types.GcsDestination
Builder for GcsDestination.
gcsOutputDirectory() - function in com.google.genai.types.OutputInfo
Output only.
gcsOutputDirectory(java.lang.String) - function in com.google.genai.types.OutputInfo.Builder
Setter for gcsOutputDirectory.
gcsSource() - function in com.google.genai.types.EvaluationDataset
Cloud storage source holds the dataset.
gcsSource(com.google.genai.types.GcsSource) - function in com.google.genai.types.EvaluationDataset.Builder
Setter for gcsSource.
gcsSource(com.google.genai.types.GcsSource.Builder) - function in com.google.genai.types.EvaluationDataset.Builder
Setter for gcsSource builder.
GcsSource - class in com.google.genai.types
The Google Cloud Storage location for the input content.
GcsSource.Builder - class in com.google.genai.types.GcsSource
Builder for GcsSource.
gcsUri() - function in com.google.genai.types.BatchJobDestination
The Google Cloud Storage URI to the output file.
gcsUri(java.lang.String) - function in com.google.genai.types.BatchJobDestination.Builder
Setter for gcsUri.
gcsUri() - function in com.google.genai.types.BatchJobSource
The Google Cloud Storage URIs to input files.
gcsUri(kotlin.Array) - function in com.google.genai.types.BatchJobSource.Builder
Setter for gcsUri.
gcsUri(java.util.List) - function in com.google.genai.types.BatchJobSource.Builder
Setter for gcsUri.
gcsUri() - function in com.google.genai.types.Image
The Cloud Storage URI of the image.
gcsUri(java.lang.String) - function in com.google.genai.types.Image.Builder
Setter for gcsUri.
gcsUri() - function in com.google.genai.types.TuningDataset
GCS URI of the file containing training dataset in JSONL format.
gcsUri(java.lang.String) - function in com.google.genai.types.TuningDataset.Builder
Setter for gcsUri.
gcsUri() - function in com.google.genai.types.TuningValidationDataset
GCS URI of the file containing validation dataset in JSONL format.
gcsUri(java.lang.String) - function in com.google.genai.types.TuningValidationDataset.Builder
Setter for gcsUri.
GeminiPreferenceExample - class in com.google.genai.types
Input example for preference optimization.
GeminiPreferenceExample.Builder - class in com.google.genai.types.GeminiPreferenceExample
Builder for GeminiPreferenceExample.
GeminiPreferenceExampleCompletion - class in com.google.genai.types
Completion and its preference score.
GeminiPreferenceExampleCompletion.Builder - class in com.google.genai.types.GeminiPreferenceExampleCompletion
Builder for GeminiPreferenceExampleCompletion.
GenAiIOException - class in com.google.genai.errors
IO exception raised in the GenAI SDK.
generateAudio() - function in com.google.genai.types.GenerateVideosConfig
Whether to generate audio along with the video.
generateAudio(boolean) - function in com.google.genai.types.GenerateVideosConfig.Builder
Setter for generateAudio.
generateContent(java.lang.String,com.google.genai.types.Content,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.AsyncModels
Asynchronously generates content given a GenAI model and a content object.
generateContent(java.lang.String,java.lang.String,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.AsyncModels
Asynchronously generates content given a GenAI model and a text string.
generateContent(java.lang.String,java.util.List,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.AsyncModels
Asynchronously generates content given a GenAI model and a list of content.
generateContent(java.lang.String,com.google.genai.types.Content,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.Models
Generates content given a GenAI model and a content object.
generateContent(java.lang.String,java.lang.String,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.Models
Generates content given a GenAI model and a text string.
generateContent(java.lang.String,java.util.List,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.Models
Generates content given a GenAI model and a list of content.
GenerateContentConfig - class in com.google.genai.types
Optional model configuration parameters.
GenerateContentConfig.Builder - class in com.google.genai.types.GenerateContentConfig
Builder for GenerateContentConfig.
GenerateContentParameters - class in com.google.genai.types
Config for models.generate_content parameters.
GenerateContentParameters.Builder - class in com.google.genai.types.GenerateContentParameters
Builder for GenerateContentParameters.
GenerateContentResponse - class in com.google.genai.types
Response message for PredictionService.GenerateContent.
GenerateContentResponse.Builder - class in com.google.genai.types.GenerateContentResponse
Builder for GenerateContentResponse.
GenerateContentResponsePromptFeedback - class in com.google.genai.types
Content filter results for a prompt sent in the request.
GenerateContentResponsePromptFeedback.Builder - class in com.google.genai.types.GenerateContentResponsePromptFeedback
Builder for GenerateContentResponsePromptFeedback.
GenerateContentResponseUsageMetadata - class in com.google.genai.types
Usage metadata about the content generation request and response.
GenerateContentResponseUsageMetadata.Builder - class in com.google.genai.types.GenerateContentResponseUsageMetadata
Builder for GenerateContentResponseUsageMetadata.
generateContentStream(java.lang.String,com.google.genai.types.Content,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.AsyncModels
Asynchronously generates content with streaming support given a GenAI model and a content object.
generateContentStream(java.lang.String,java.lang.String,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.AsyncModels
Asynchronously generates content with streaming support given a GenAI model and a text string.
generateContentStream(java.lang.String,java.util.List,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.AsyncModels
Asynchronously generates content with streaming support given a GenAI model and a list of content.
generateContentStream(java.lang.String,com.google.genai.types.Content,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.Models
Generates content with streaming support given a GenAI model and a content object.
generateContentStream(java.lang.String,java.lang.String,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.Models
Generates content with streaming support given a GenAI model and a text string.
generateContentStream(java.lang.String,java.util.List,com.google.genai.types.GenerateContentConfig) - function in com.google.genai.Models
Generates content with streaming support given a GenAI model and a list of content.
GENERATED - enum entry in com.google.genai.types.FileSource.Known
 
GENERATED_AUDIO_SAFETY - enum entry in com.google.genai.types.TurnCompleteReason.Known

Generated audio failed safety check.

GENERATED_CONTENT_BLOCKLIST - enum entry in com.google.genai.types.TurnCompleteReason.Known

Generated content matched blocklist.

GENERATED_CONTENT_PROHIBITED - enum entry in com.google.genai.types.TurnCompleteReason.Known

Generated content is prohibited.

GENERATED_CONTENT_SAFETY - enum entry in com.google.genai.types.TurnCompleteReason.Known

Generated content failed safety check.

GENERATED_IMAGE_CELEBRITY - enum entry in com.google.genai.types.TurnCompleteReason.Known

Generated image contains celebrity.

GENERATED_IMAGE_IDENTIFIABLE_PEOPLE - enum entry in com.google.genai.types.TurnCompleteReason.Known

Generated image contains identifiable people.

GENERATED_IMAGE_MINORS - enum entry in com.google.genai.types.TurnCompleteReason.Known

Generated image contains minors.

GENERATED_IMAGE_PROHIBITED - enum entry in com.google.genai.types.TurnCompleteReason.Known

Generated image is prohibited.

GENERATED_IMAGE_PROMINENT_PEOPLE_DETECTED_BY_REWRITER - enum entry in com.google.genai.types.TurnCompleteReason.Known

Generated image contains prominent people detected by rewriter.

GENERATED_IMAGE_SAFETY - enum entry in com.google.genai.types.TurnCompleteReason.Known

Generated image failed safety check.

GENERATED_OTHER - enum entry in com.google.genai.types.TurnCompleteReason.Known

Other generated content issue.

GENERATED_VIDEO_SAFETY - enum entry in com.google.genai.types.TurnCompleteReason.Known

Generated video failed safety check.

GeneratedImage - class in com.google.genai.types
An output image.
GeneratedImage.Builder - class in com.google.genai.types.GeneratedImage
Builder for GeneratedImage.
GeneratedImageMask - class in com.google.genai.types
A generated image mask.
GeneratedImageMask.Builder - class in com.google.genai.types.GeneratedImageMask
Builder for GeneratedImageMask.
generatedImages() - function in com.google.genai.types.EditImageResponse
Generated images.
generatedImages(kotlin.Array) - function in com.google.genai.types.EditImageResponse.Builder
Setter for generatedImages.
generatedImages(kotlin.Array) - function in com.google.genai.types.EditImageResponse.Builder
Setter for generatedImages builder.
generatedImages(java.util.List) - function in com.google.genai.types.EditImageResponse.Builder
Setter for generatedImages.
generatedImages() - function in com.google.genai.types.GenerateImagesResponse
List of generated images.
generatedImages(kotlin.Array) - function in com.google.genai.types.GenerateImagesResponse.Builder
Setter for generatedImages.
generatedImages(kotlin.Array) - function in com.google.genai.types.GenerateImagesResponse.Builder
Setter for generatedImages builder.
generatedImages(java.util.List) - function in com.google.genai.types.GenerateImagesResponse.Builder
Setter for generatedImages.
generatedImages() - function in com.google.genai.types.RecontextImageResponse
List of generated images.
generatedImages(kotlin.Array) - function in com.google.genai.types.RecontextImageResponse.Builder
Setter for generatedImages.
generatedImages(kotlin.Array) - function in com.google.genai.types.RecontextImageResponse.Builder
Setter for generatedImages builder.
generatedImages(java.util.List) - function in com.google.genai.types.RecontextImageResponse.Builder
Setter for generatedImages.
generatedImages() - function in com.google.genai.types.UpscaleImageResponse
Generated images.
generatedImages(kotlin.Array) - function in com.google.genai.types.UpscaleImageResponse.Builder
Setter for generatedImages.
generatedImages(kotlin.Array) - function in com.google.genai.types.UpscaleImageResponse.Builder
Setter for generatedImages builder.
generatedImages(java.util.List) - function in com.google.genai.types.UpscaleImageResponse.Builder
Setter for generatedImages.
generatedMasks() - function in com.google.genai.types.SegmentImageResponse
List of generated image masks.
generatedMasks(kotlin.Array) - function in com.google.genai.types.SegmentImageResponse.Builder
Setter for generatedMasks.
generatedMasks(kotlin.Array) - function in com.google.genai.types.SegmentImageResponse.Builder
Setter for generatedMasks builder.
generatedMasks(java.util.List) - function in com.google.genai.types.SegmentImageResponse.Builder
Setter for generatedMasks.
GeneratedVideo - class in com.google.genai.types
A generated video.
GeneratedVideo.Builder - class in com.google.genai.types.GeneratedVideo
Builder for GeneratedVideo.
generatedVideoFromMldev(com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.node.ObjectNode) - function in com.google.genai.OperationsConverters
 
generatedVideoFromVertex(com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.node.ObjectNode) - function in com.google.genai.OperationsConverters
 
generatedVideos() - function in com.google.genai.types.GenerateVideosResponse
List of the generated videos
generatedVideos(kotlin.Array) - function in com.google.genai.types.GenerateVideosResponse.Builder
Setter for generatedVideos.
generatedVideos(kotlin.Array) - function in com.google.genai.types.GenerateVideosResponse.Builder
Setter for generatedVideos builder.
generatedVideos(java.util.List) - function in com.google.genai.types.GenerateVideosResponse.Builder
Setter for generatedVideos.
generateImages(java.lang.String,java.lang.String,com.google.genai.types.GenerateImagesConfig) - function in com.google.genai.AsyncModels
Asynchronously generates images given a GenAI model and a prompt.
generateImages(java.lang.String,java.lang.String,com.google.genai.types.GenerateImagesConfig) - function in com.google.genai.Models
Generates images given a GenAI model and a prompt.
GenerateImagesConfig - class in com.google.genai.types
The config for generating an images.
GenerateImagesConfig.Builder - class in com.google.genai.types.GenerateImagesConfig
Builder for GenerateImagesConfig.
GenerateImagesParameters - class in com.google.genai.types
The parameters for generating images.
GenerateImagesParameters.Builder - class in com.google.genai.types.GenerateImagesParameters
Builder for GenerateImagesParameters.
GenerateImagesResponse - class in com.google.genai.types
The output images response.
GenerateImagesResponse.Builder - class in com.google.genai.types.GenerateImagesResponse
Builder for GenerateImagesResponse.
generateVideos(java.lang.String,com.google.genai.types.GenerateVideosSource,com.google.genai.types.GenerateVideosConfig) - function in com.google.genai.AsyncModels
Asynchronously generates videos given a GenAI model, and a GenerateVideosSource source.
generateVideos(java.lang.String,java.lang.String,com.google.genai.types.Image,com.google.genai.types.GenerateVideosConfig) - function in com.google.genai.AsyncModels
Asynchronously generates videos given a GenAI model, and an input (text, image).
generateVideos(java.lang.String,java.lang.String,com.google.genai.types.Image,com.google.genai.types.Video,com.google.genai.types.GenerateVideosConfig) - function in com.google.genai.AsyncModels
Asynchronously generates videos given a GenAI model, and an input (text, image, or video).
generateVideos(java.lang.String,com.google.genai.types.GenerateVideosSource,com.google.genai.types.GenerateVideosConfig) - function in com.google.genai.Models
Generates videos given a GenAI model, and a GenerateVideosSource source.
generateVideos(java.lang.String,java.lang.String,com.google.genai.types.Image,com.google.genai.types.GenerateVideosConfig) - function in com.google.genai.Models
Generates videos given a GenAI model, and an input (text, image).
generateVideos(java.lang.String,java.lang.String,com.google.genai.types.Image,com.google.genai.types.Video,com.google.genai.types.GenerateVideosConfig) - function in com.google.genai.Models
Generates videos given a GenAI model, and an input (text, image, or video).
GenerateVideosConfig - class in com.google.genai.types
Configuration for generating videos.
GenerateVideosConfig.Builder - class in com.google.genai.types.GenerateVideosConfig
Builder for GenerateVideosConfig.
GenerateVideosOperation - class in com.google.genai.types
A video generation operation.
GenerateVideosOperation.Builder - class in com.google.genai.types.GenerateVideosOperation
Builder for GenerateVideosOperation.
generateVideosOperationFromMldev(com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.node.ObjectNode) - function in com.google.genai.OperationsConverters
 
generateVideosOperationFromVertex(com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.node.ObjectNode) - function in com.google.genai.OperationsConverters
 
GenerateVideosParameters - class in com.google.genai.types
Class that represents the parameters for generating videos.
GenerateVideosParameters.Builder - class in com.google.genai.types.GenerateVideosParameters
Builder for GenerateVideosParameters.
GenerateVideosResponse - class in com.google.genai.types
Response with generated videos.
GenerateVideosResponse.Builder - class in com.google.genai.types.GenerateVideosResponse
Builder for GenerateVideosResponse.
generateVideosResponseFromMldev(com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.node.ObjectNode) - function in com.google.genai.OperationsConverters
 
generateVideosResponseFromVertex(com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.node.ObjectNode) - function in com.google.genai.OperationsConverters
 
GenerateVideosSource - class in com.google.genai.types
A set of source input(s) for video generation.
GenerateVideosSource.Builder - class in com.google.genai.types.GenerateVideosSource
Builder for GenerateVideosSource.
generationComplete() - function in com.google.genai.types.LiveServerContent
If true, indicates that the model is done generating.
generationComplete(boolean) - function in com.google.genai.types.LiveServerContent.Builder
Setter for generationComplete.
generationConfig() - function in com.google.genai.types.AutoraterConfig
Configuration options for model generation and outputs.
generationConfig(com.google.genai.types.GenerationConfig) - function in com.google.genai.types.AutoraterConfig.Builder
Setter for generationConfig.
generationConfig(com.google.genai.types.GenerationConfig.Builder) - function in com.google.genai.types.AutoraterConfig.Builder
Setter for generationConfig builder.
generationConfig() - function in com.google.genai.types.CountTokensConfig
Configuration that the model uses to generate the response.
generationConfig(com.google.genai.types.GenerationConfig) - function in com.google.genai.types.CountTokensConfig.Builder
Setter for generationConfig.
generationConfig(com.google.genai.types.GenerationConfig.Builder) - function in com.google.genai.types.CountTokensConfig.Builder
Setter for generationConfig builder.
GenerationConfig - class in com.google.genai.types
Generation config.
generationConfig() - function in com.google.genai.types.LiveClientSetup
The generation configuration for the session.
generationConfig(com.google.genai.types.GenerationConfig) - function in com.google.genai.types.LiveClientSetup.Builder
Setter for generationConfig.
generationConfig(com.google.genai.types.GenerationConfig.Builder) - function in com.google.genai.types.LiveClientSetup.Builder
Setter for generationConfig builder.
GenerationConfig.Builder - class in com.google.genai.types.GenerationConfig
Builder for GenerationConfig.
GenerationConfigRoutingConfig - class in com.google.genai.types
The configuration for routing the request to a specific model.
GenerationConfigRoutingConfig.Builder - class in com.google.genai.types.GenerationConfigRoutingConfig
Builder for GenerationConfigRoutingConfig.
GenerationConfigRoutingConfigAutoRoutingMode - class in com.google.genai.types
The configuration for automated routing.
GenerationConfigRoutingConfigAutoRoutingMode.Builder - class in com.google.genai.types.GenerationConfigRoutingConfigAutoRoutingMode
Builder for GenerationConfigRoutingConfigAutoRoutingMode.
GenerationConfigRoutingConfigManualRoutingMode - class in com.google.genai.types
The configuration for manual routing.
GenerationConfigRoutingConfigManualRoutingMode.Builder - class in com.google.genai.types.GenerationConfigRoutingConfigManualRoutingMode
Builder for GenerationConfigRoutingConfigManualRoutingMode.
get(java.lang.String,com.google.genai.types.GetBatchJobConfig) - function in com.google.genai.AsyncBatches
Asynchronously gets a batch job resource.
get(java.lang.String,com.google.genai.types.GetCachedContentConfig) - function in com.google.genai.AsyncCaches
Asynchronously gets a cached content resource.
get(java.lang.String,com.google.genai.types.GetDocumentConfig) - function in com.google.genai.AsyncDocuments
 
get(java.lang.String,com.google.genai.types.GetFileSearchStoreConfig) - function in com.google.genai.AsyncFileSearchStores
 
get(java.lang.String,com.google.genai.types.GetFileConfig) - function in com.google.genai.AsyncFiles
Asynchronously retrieves the file information from the service.
get(java.lang.String,com.google.genai.types.GetModelConfig) - function in com.google.genai.AsyncModels
Asynchronously fetches information about a model by name.
get(U,com.google.genai.types.GetOperationConfig) - function in com.google.genai.AsyncOperations
Gets the status of an Operation.
get(java.lang.String,com.google.genai.types.GetTuningJobConfig) - function in com.google.genai.AsyncTunings
Asynchronously makes an API request to get a tuning job.
get(java.lang.String,com.google.genai.types.GetBatchJobConfig) - function in com.google.genai.Batches
Gets a batch job resource.
get(java.lang.String,com.google.genai.types.GetCachedContentConfig) - function in com.google.genai.Caches
Gets a cached content resource.
get(java.lang.String,com.google.genai.types.GetDocumentConfig) - function in com.google.genai.Documents
 
get(java.lang.String,com.google.genai.types.GetFileSearchStoreConfig) - function in com.google.genai.FileSearchStores
 
get(java.lang.String,com.google.genai.types.GetFileConfig) - function in com.google.genai.Files
Retrieves the file information from the service.
get(java.lang.String,com.google.genai.types.GetModelConfig) - function in com.google.genai.Models
Fetches information about a model by name.
get(U,com.google.genai.types.GetOperationConfig) - function in com.google.genai.Operations
Gets the status of an Operation.
get(java.lang.String,com.google.genai.types.GetTuningJobConfig) - function in com.google.genai.Tunings
Makes an API request to get a tuning job.
GetBatchJobConfig - class in com.google.genai.types
Optional parameters.
GetBatchJobConfig.Builder - class in com.google.genai.types.GetBatchJobConfig
Builder for GetBatchJobConfig.
GetBatchJobParameters - class in com.google.genai.types
Config for batches.get parameters.
GetBatchJobParameters.Builder - class in com.google.genai.types.GetBatchJobParameters
Builder for GetBatchJobParameters.
getBody() - function in com.google.genai.ApiResponse
Gets the ResponseBody.
getBody() - function in com.google.genai.ReplayApiResponse
Gets the ResponseBody.
GetCachedContentConfig - class in com.google.genai.types
Optional parameters for caches.get method.
GetCachedContentConfig.Builder - class in com.google.genai.types.GetCachedContentConfig
Builder for GetCachedContentConfig.
GetCachedContentParameters - class in com.google.genai.types
Parameters for caches.get method.
GetCachedContentParameters.Builder - class in com.google.genai.types.GetCachedContentParameters
Builder for GetCachedContentParameters.
getCause() - function in java.lang.Throwable
 
GetDocumentConfig - class in com.google.genai.types
Optional Config.
GetDocumentConfig.Builder - class in com.google.genai.types.GetDocumentConfig
Builder for GetDocumentConfig.
GetDocumentParameters - class in com.google.genai.types
Parameters for documents.get.
GetDocumentParameters.Builder - class in com.google.genai.types.GetDocumentParameters
Builder for GetDocumentParameters.
GetFileConfig - class in com.google.genai.types
Used to override the default configuration.
GetFileConfig.Builder - class in com.google.genai.types.GetFileConfig
Builder for GetFileConfig.
GetFileParameters - class in com.google.genai.types
Generates the parameters for the get method.
GetFileParameters.Builder - class in com.google.genai.types.GetFileParameters
Builder for GetFileParameters.
GetFileSearchStoreConfig - class in com.google.genai.types
Optional parameters for getting a FileSearchStore.
GetFileSearchStoreConfig.Builder - class in com.google.genai.types.GetFileSearchStoreConfig
Builder for GetFileSearchStoreConfig.
GetFileSearchStoreParameters - class in com.google.genai.types
Config for file_search_stores.get parameters.
GetFileSearchStoreParameters.Builder - class in com.google.genai.types.GetFileSearchStoreParameters
Builder for GetFileSearchStoreParameters.
getHeaders() - function in com.google.genai.ApiResponse
Returns all of the headers from the response.
getHeaders() - function in com.google.genai.ReplayApiResponse
Returns all of the headers from the response.
getHistory(boolean) - function in com.google.genai.ChatBase
Returns the chat history.
getLocalizedMessage() - function in java.lang.Throwable
 
getMessage() - function in java.lang.Throwable
 
GetModelConfig - class in com.google.genai.types
Optional parameters for models.get method.
GetModelConfig.Builder - class in com.google.genai.types.GetModelConfig
Builder for GetModelConfig.
GetModelParameters - class in com.google.genai.types
None
GetModelParameters.Builder - class in com.google.genai.types.GetModelParameters
Builder for GetModelParameters.
GetOperationConfig - class in com.google.genai.types
None
GetOperationConfig.Builder - class in com.google.genai.types.GetOperationConfig
Builder for GetOperationConfig.
GetOperationParameters - class in com.google.genai.types
Parameters for the GET method.
GetOperationParameters.Builder - class in com.google.genai.types.GetOperationParameters
Builder for GetOperationParameters.
getOperationParametersToMldev(com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.node.ObjectNode) - function in com.google.genai.OperationsConverters
 
getOperationParametersToVertex(com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.node.ObjectNode) - function in com.google.genai.OperationsConverters
 
getStackTrace() - function in java.lang.Throwable
 
getStatusCode() - function in com.google.genai.ReplayApiResponse
 
getSuppressed() - function in java.lang.Throwable
 
GetTuningJobConfig - class in com.google.genai.types
Optional parameters for tunings.get method.
GetTuningJobConfig.Builder - class in com.google.genai.types.GetTuningJobConfig
Builder for GetTuningJobConfig.
GetTuningJobParameters - class in com.google.genai.types
Parameters for the get method.
GetTuningJobParameters.Builder - class in com.google.genai.types.GetTuningJobParameters
Builder for GetTuningJobParameters.
getValueByPath(com.fasterxml.jackson.databind.JsonNode,kotlin.Array) - function in com.google.genai.Common
Gets the value of an object by a path.
getValueByPath(com.fasterxml.jackson.databind.JsonNode,kotlin.Array,Object) - function in com.google.genai.Common
Gets the value of an object by a path, returning a default value if the path does not exist.
getVideosOperation(com.google.genai.types.GenerateVideosOperation,com.google.genai.types.GetOperationConfig) - function in com.google.genai.AsyncOperations
Gets the status of a GenerateVideosOperation.
getVideosOperation(com.google.genai.types.GenerateVideosOperation,com.google.genai.types.GetOperationConfig) - function in com.google.genai.Operations
Gets the status of a GenerateVideosOperation.
goAway() - function in com.google.genai.types.LiveServerMessage
Server will disconnect soon.
goAway(com.google.genai.types.LiveServerGoAway) - function in com.google.genai.types.LiveServerMessage.Builder
Setter for goAway.
goAway(com.google.genai.types.LiveServerGoAway.Builder) - function in com.google.genai.types.LiveServerMessage.Builder
Setter for goAway builder.
GOOGLE_MAPS - enum entry in com.google.genai.types.ToolType.Known

Google maps tool, maps to Tool.google_maps.

GOOGLE_SEARCH_IMAGE - enum entry in com.google.genai.types.ToolType.Known

Image search tool, maps to Tool.google_search.search_types.image_search.

GOOGLE_SEARCH_WEB - enum entry in com.google.genai.types.ToolType.Known

Google search tool, maps to Tool.google_search.search_types.web_search.

GOOGLE_SERVICE_ACCOUNT_AUTH - enum entry in com.google.genai.types.AuthType.Known

Google Service Account Auth.

GoogleMaps - class in com.google.genai.types
Tool to retrieve knowledge from Google Maps.
googleMaps() - function in com.google.genai.types.Tool
Optional.
googleMaps(com.google.genai.types.GoogleMaps) - function in com.google.genai.types.Tool.Builder
Setter for googleMaps.
googleMaps(com.google.genai.types.GoogleMaps.Builder) - function in com.google.genai.types.Tool.Builder
Setter for googleMaps builder.
GoogleMaps.Builder - class in com.google.genai.types.GoogleMaps
Builder for GoogleMaps.
googleMapsUri() - function in com.google.genai.types.GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
A link to show the review on Google Maps.
googleMapsUri(java.lang.String) - function in com.google.genai.types.GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder
Setter for googleMapsUri.
googleMapsWidgetContextToken() - function in com.google.genai.types.GroundingMetadata
Optional.
googleMapsWidgetContextToken(java.lang.String) - function in com.google.genai.types.GroundingMetadata.Builder
Setter for googleMapsWidgetContextToken.
GoogleRpcStatus - class in com.google.genai.types
The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.
GoogleRpcStatus.Builder - class in com.google.genai.types.GoogleRpcStatus
Builder for GoogleRpcStatus.
GoogleSearch - class in com.google.genai.types
GoogleSearch tool type.
googleSearch() - function in com.google.genai.types.Tool
Optional.
googleSearch(com.google.genai.types.GoogleSearch) - function in com.google.genai.types.Tool.Builder
Setter for googleSearch.
googleSearch(com.google.genai.types.GoogleSearch.Builder) - function in com.google.genai.types.Tool.Builder
Setter for googleSearch builder.
GoogleSearch.Builder - class in com.google.genai.types.GoogleSearch
Builder for GoogleSearch.
googleSearchDynamicRetrievalScore() - function in com.google.genai.types.RetrievalMetadata
Optional.
googleSearchDynamicRetrievalScore(java.lang.Float) - function in com.google.genai.types.RetrievalMetadata.Builder
Setter for googleSearchDynamicRetrievalScore.
GoogleSearchRetrieval - class in com.google.genai.types
Tool to retrieve public web data for grounding, powered by Google.
googleSearchRetrieval() - function in com.google.genai.types.Tool
Optional.
googleSearchRetrieval(com.google.genai.types.GoogleSearchRetrieval) - function in com.google.genai.types.Tool.Builder
Setter for googleSearchRetrieval.
googleSearchRetrieval(com.google.genai.types.GoogleSearchRetrieval.Builder) - function in com.google.genai.types.Tool.Builder
Setter for googleSearchRetrieval builder.
GoogleSearchRetrieval.Builder - class in com.google.genai.types.GoogleSearchRetrieval
Builder for GoogleSearchRetrieval.
googleServiceAccountConfig() - function in com.google.genai.types.AuthConfig
Config for Google Service Account auth.
googleServiceAccountConfig(com.google.genai.types.AuthConfigGoogleServiceAccountConfig) - function in com.google.genai.types.AuthConfig.Builder
Setter for googleServiceAccountConfig.
googleServiceAccountConfig(com.google.genai.types.AuthConfigGoogleServiceAccountConfig.Builder) - function in com.google.genai.types.AuthConfig.Builder
Setter for googleServiceAccountConfig builder.
GoogleTypeDate - class in com.google.genai.types
Represents a whole or partial calendar date, such as a birthday.
GoogleTypeDate.Builder - class in com.google.genai.types.GoogleTypeDate
Builder for GoogleTypeDate.
GroundingChunk - class in com.google.genai.types
A piece of evidence that supports a claim made by the model.
GroundingChunk.Builder - class in com.google.genai.types.GroundingChunk
Builder for GroundingChunk.
GroundingChunkCustomMetadata - class in com.google.genai.types
User provided metadata about the GroundingFact.
GroundingChunkCustomMetadata.Builder - class in com.google.genai.types.GroundingChunkCustomMetadata
Builder for GroundingChunkCustomMetadata.
GroundingChunkImage - class in com.google.genai.types
An `Image` chunk is a piece of evidence that comes from an image search result.
GroundingChunkImage.Builder - class in com.google.genai.types.GroundingChunkImage
Builder for GroundingChunkImage.
groundingChunkIndices() - function in com.google.genai.types.GroundingSupport
A list of indices (into 'grounding_chunk') specifying the citations associated with the claim.
groundingChunkIndices(kotlin.Array) - function in com.google.genai.types.GroundingSupport.Builder
Setter for groundingChunkIndices.
groundingChunkIndices(java.util.List) - function in com.google.genai.types.GroundingSupport.Builder
Setter for groundingChunkIndices.
GroundingChunkMaps - class in com.google.genai.types
A `Maps` chunk is a piece of evidence that comes from Google Maps.
GroundingChunkMaps.Builder - class in com.google.genai.types.GroundingChunkMaps
Builder for GroundingChunkMaps.
GroundingChunkMapsPlaceAnswerSources - class in com.google.genai.types
The sources that were used to generate the place answer.
GroundingChunkMapsPlaceAnswerSources.Builder - class in com.google.genai.types.GroundingChunkMapsPlaceAnswerSources
Builder for GroundingChunkMapsPlaceAnswerSources.
GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution - class in com.google.genai.types
Author attribution for a photo or review.
GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder - class in com.google.genai.types.GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
Builder for GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.
GroundingChunkMapsPlaceAnswerSourcesReviewSnippet - class in com.google.genai.types
Encapsulates a review snippet.
GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder - class in com.google.genai.types.GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
Builder for GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.
GroundingChunkMapsRoute - class in com.google.genai.types
Route information from Google Maps.
GroundingChunkMapsRoute.Builder - class in com.google.genai.types.GroundingChunkMapsRoute
Builder for GroundingChunkMapsRoute.
GroundingChunkRetrievedContext - class in com.google.genai.types
Context retrieved from a data source to ground the model's response.
GroundingChunkRetrievedContext.Builder - class in com.google.genai.types.GroundingChunkRetrievedContext
Builder for GroundingChunkRetrievedContext.
groundingChunks() - function in com.google.genai.types.GroundingMetadata
A list of supporting references retrieved from the grounding source.
groundingChunks(kotlin.Array) - function in com.google.genai.types.GroundingMetadata.Builder
Setter for groundingChunks.
groundingChunks(kotlin.Array) - function in com.google.genai.types.GroundingMetadata.Builder
Setter for groundingChunks builder.
groundingChunks(java.util.List) - function in com.google.genai.types.GroundingMetadata.Builder
Setter for groundingChunks.
GroundingChunkStringList - class in com.google.genai.types
A list of string values.
GroundingChunkStringList.Builder - class in com.google.genai.types.GroundingChunkStringList
Builder for GroundingChunkStringList.
GroundingChunkWeb - class in com.google.genai.types
A `Web` chunk is a piece of evidence that comes from a web page.
GroundingChunkWeb.Builder - class in com.google.genai.types.GroundingChunkWeb
Builder for GroundingChunkWeb.
groundingMetadata() - function in com.google.genai.types.Candidate
Output only.
groundingMetadata(com.google.genai.types.GroundingMetadata) - function in com.google.genai.types.Candidate.Builder
Setter for groundingMetadata.
groundingMetadata(com.google.genai.types.GroundingMetadata.Builder) - function in com.google.genai.types.Candidate.Builder
Setter for groundingMetadata builder.
GroundingMetadata - class in com.google.genai.types
Information for various kinds of grounding.
groundingMetadata() - function in com.google.genai.types.LiveServerContent
Metadata returned to client when grounding is enabled.
groundingMetadata(com.google.genai.types.GroundingMetadata) - function in com.google.genai.types.LiveServerContent.Builder
Setter for groundingMetadata.
groundingMetadata(com.google.genai.types.GroundingMetadata.Builder) - function in com.google.genai.types.LiveServerContent.Builder
Setter for groundingMetadata builder.
GroundingMetadata.Builder - class in com.google.genai.types.GroundingMetadata
Builder for GroundingMetadata.
GroundingMetadataSourceFlaggingUri - class in com.google.genai.types
A URI that can be used to flag a place or review for inappropriate content.
GroundingMetadataSourceFlaggingUri.Builder - class in com.google.genai.types.GroundingMetadataSourceFlaggingUri
Builder for GroundingMetadataSourceFlaggingUri.
GroundingSupport - class in com.google.genai.types
Grounding support.
GroundingSupport.Builder - class in com.google.genai.types.GroundingSupport
Builder for GroundingSupport.
groundingSupports() - function in com.google.genai.types.GroundingMetadata
List of grounding support.
groundingSupports(kotlin.Array) - function in com.google.genai.types.GroundingMetadata.Builder
Setter for groundingSupports.
groundingSupports(kotlin.Array) - function in com.google.genai.types.GroundingMetadata.Builder
Setter for groundingSupports builder.
groundingSupports(java.util.List) - function in com.google.genai.types.GroundingMetadata.Builder
Setter for groundingSupports.
guidanceScale() - function in com.google.genai.types.EditImageConfig
Controls how much the model adheres to the text prompt.
guidanceScale(java.lang.Float) - function in com.google.genai.types.EditImageConfig.Builder
Setter for guidanceScale.
guidanceScale() - function in com.google.genai.types.GenerateImagesConfig
Controls how much the model adheres to the text prompt.
guidanceScale(java.lang.Float) - function in com.google.genai.types.GenerateImagesConfig.Builder
Setter for guidanceScale.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y  Z