Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SiteSearchEngineResource.GetUriPatternDocumentDataRequest

Gets the URI Pattern to Document data mapping for an Advanced Site Search DataStore.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.SiteSearchEngineResource.GetUriPatternDocumentDataRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.GetBody()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>.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.DataStoresResource.SiteSearchEngineResource.GetUriPatternDocumentDataRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse>, IClientServiceRequest

Constructors

GetUriPatternDocumentDataRequest(IClientService, string)

Constructs a new GetUriPatternDocumentData request.

Declaration
public GetUriPatternDocumentDataRequest(IClientService service, string siteSearchEngine)
Parameters
Type Name Description
IClientService service
string siteSearchEngine

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

SiteSearchEngine

Required. Full resource name of the SiteSearchEngine, such as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.

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

Methods

InitParameters()

Initializes GetUriPatternDocumentData parameter list.

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

Implements

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