UGemini 2.0.1
A C# wrapper for the Google Gemini API.
Loading...
Searching...
No Matches
Uralstech.UGemini.IGeminiPatchRequest Interface Reference

All Gemini API PATCH requests must inherit from this interface. More...

Inheritance diagram for Uralstech.UGemini.IGeminiPatchRequest:
Uralstech.UGemini.IGeminiRequest Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest

Public Member Functions

string GetUtf8EncodedData ()
 Converts the request object to a UTF-8 encoded string.
 
- Public Member Functions inherited from Uralstech.UGemini.IGeminiRequest
string GetEndpointUri (GeminiRequestMetadata metadata)
 Gets the URI to the API endpoint.
 

Properties

string ContentType [get]
 The MIME type of the request content.
 

Detailed Description

All Gemini API PATCH requests must inherit from this interface.

Member Function Documentation

◆ GetUtf8EncodedData()

string Uralstech.UGemini.IGeminiPatchRequest.GetUtf8EncodedData ( )

Converts the request object to a UTF-8 encoded string.

Returns
The string data.

Implemented in Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.

Property Documentation

◆ ContentType

string Uralstech.UGemini.IGeminiPatchRequest.ContentType
get

The MIME type of the request content.

Implemented in Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.


The documentation for this interface was generated from the following file: