Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DataStoresResource.BranchesResource.BatchGetDocumentsMetadataRequest

Gets index freshness metadata for Documents. Supported for website search only.

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

Constructors

BatchGetDocumentsMetadataRequest(IClientService, string)

Constructs a new BatchGetDocumentsMetadata request.

Declaration
public BatchGetDocumentsMetadataRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MatcherFhirMatcherFhirResources

Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}

Declaration
[RequestParameter("matcher.fhirMatcher.fhirResources", RequestParameterType.Query)]
public virtual Repeatable<string> MatcherFhirMatcherFhirResources { get; set; }
Property Value
Type Description
Repeatable<string>

MatcherUrisMatcherUris

The exact URIs to match by.

Declaration
[RequestParameter("matcher.urisMatcher.uris", RequestParameterType.Query)]
public virtual Repeatable<string> MatcherUrisMatcherUris { get; set; }
Property Value
Type Description
Repeatable<string>

MethodName

Gets the method name.

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

Parent

Required. The parent branch resource name, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes BatchGetDocumentsMetadata parameter list.

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

Implements

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