Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LookupContextRequest

Looks up LLM Context for the specified resources.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>
ProjectsResource.LocationsResource.LookupContextRequest
Implements
IClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>
IClientServiceRequest
Inherited Members
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.Xgafv
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.AccessToken
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.Alt
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.Callback
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.Fields
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.Key
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.OauthToken
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.PrettyPrint
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.QuotaUser
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.UploadType
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.Execute()
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.ETagAction
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.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.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class ProjectsResource.LocationsResource.LookupContextRequest : CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>, IClientServiceRequest<GoogleCloudDataplexV1LookupContextResponse>, IClientServiceRequest

Constructors

LookupContextRequest(IClientService, GoogleCloudDataplexV1LookupContextRequest, string)

Constructs a new LookupContext request.

Declaration
public LookupContextRequest(IClientService service, GoogleCloudDataplexV1LookupContextRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudDataplexV1LookupContextRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes LookupContext parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupContextResponse>.InitParameters()

Implements

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