Class ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.BatchGetRequest
Gets multiple messages in the given HL7v2 store.
Inheritance
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.BatchGetRequest
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.BatchGetRequest : CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>, IClientServiceRequest<BatchGetMessagesResponse>, IClientServiceRequest
Constructors
BatchGetRequest(IClientService, string)
Constructs a new BatchGet request.
Declaration
public BatchGetRequest(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
Ids
The resource id of the HL7v2 messages to retrieve in the format: {message_id}
, where
the full resource name is {parent}/messages/{message_id}
A maximum of 100 messages can
be retrieved in a batch. All 'ids' have to be under parent.
Declaration
[RequestParameter("ids", RequestParameterType.Query)]
public virtual Repeatable<string> Ids { 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. Name of the HL7v2 store to retrieve messages from, in the format:
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7v2Stores/{hl7v2_store_id}
.
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
View
Specifies the parts of the Messages resource to return in the response. When unspecified, equivalent to BASIC.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.BatchGetRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.BatchGetRequest.ViewEnum? |
Methods
InitParameters()
Initializes BatchGet parameter list.
Declaration
protected override void InitParameters()