Class ProjectsResource.LocationsResource.GenerateGroundedContentRequest
Generates grounded content.
Inheritance
ProjectsResource.LocationsResource.GenerateGroundedContentRequest
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.GenerateGroundedContentRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponse>, IClientServiceRequest
Constructors
GenerateGroundedContentRequest(IClientService, GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequest, string)
Constructs a new GenerateGroundedContent request.
Declaration
public GenerateGroundedContentRequest(IClientService service, GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequest body, string location)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequest | body | |
string | location |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Location
Required. Location resource. Format: projects/{project}/locations/{location}
.
Declaration
[RequestParameter("location", RequestParameterType.Path)]
public virtual string Location { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes GenerateGroundedContent parameter list.
Declaration
protected override void InitParameters()