Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.BranchesResource.BatchGetDocumentsMetadataRequest

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

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

Methods

InitParameters()

Initializes BatchGetDocumentsMetadata parameter list.

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

Implements

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