Class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.BranchesResource.BatchGetDocumentsMetadataRequest
Gets index freshness metadata for Documents. Supported for website search only.
Inheritance
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse>
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.BranchesResource.BatchGetDocumentsMetadataRequest
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.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
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
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
Methods
InitParameters()
Initializes BatchGetDocumentsMetadata parameter list.
Declaration
protected override void InitParameters()