Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PublishersResource.ModelsResource.GenerateContentRequest

Generate content with multimodal inputs.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>
ProjectsResource.LocationsResource.PublishersResource.ModelsResource.GenerateContentRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>
IClientServiceRequest
Inherited Members
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.Xgafv
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.AccessToken
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.Alt
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.Callback
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.Fields
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.Key
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.OauthToken
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.PrettyPrint
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.QuotaUser
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.UploadType
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.PublishersResource.ModelsResource.GenerateContentRequest : FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>, IClientServiceRequest

Constructors

GenerateContentRequest(IClientService, GoogleCloudAiplatformV1beta1GenerateContentRequest, string)

Constructs a new GenerateContent request.

Declaration
public GenerateContentRequest(IClientService service, GoogleCloudAiplatformV1beta1GenerateContentRequest body, string model)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1beta1GenerateContentRequest body
string model

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.MethodName

Model

Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: projects/{project}/locations/{location}/publishers/*/models/* Tuned model endpoint format: projects/{project}/locations/{location}/endpoints/{endpoint}

Declaration
[RequestParameter("model", RequestParameterType.Path)]
public virtual string Model { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.GetBody()

InitParameters()

Initializes GenerateContent parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseMLBaseServiceRequest<GoogleCloudAiplatformV1beta1GenerateContentResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX