Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AssistantsResource.CannedQueriesResource.GetRequest

Gets a CannedQuery.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>
ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AssistantsResource.CannedQueriesResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.GetBody()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.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.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AssistantsResource.CannedQueriesResource.GetRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Resource name of CannedQuery. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/cannedQueries/{canned_query}

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<GoogleCloudDiscoveryengineV1alphaCannedQuery>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCannedQuery>.InitParameters()

Implements

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