Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.BatchGetRequest

Gets multiple messages in the given HL7v2 store.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<BatchGetMessagesResponse>
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.BatchGetRequest
Implements
IClientServiceRequest<BatchGetMessagesResponse>
IClientServiceRequest
Inherited Members
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.Xgafv
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.AccessToken
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.Alt
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.Callback
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.Fields
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.Key
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.OauthToken
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.PrettyPrint
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.QuotaUser
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.UploadType
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.UploadProtocol
ClientServiceRequest<BatchGetMessagesResponse>.Execute()
ClientServiceRequest<BatchGetMessagesResponse>.ExecuteAsStream()
ClientServiceRequest<BatchGetMessagesResponse>.ExecuteAsync()
ClientServiceRequest<BatchGetMessagesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BatchGetMessagesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BatchGetMessagesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BatchGetMessagesResponse>.CreateRequest(bool?)
ClientServiceRequest<BatchGetMessagesResponse>.GenerateRequestUri()
ClientServiceRequest<BatchGetMessagesResponse>.GetBody()
ClientServiceRequest<BatchGetMessagesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<BatchGetMessagesResponse>.ETagAction
ClientServiceRequest<BatchGetMessagesResponse>.ModifyRequest
ClientServiceRequest<BatchGetMessagesResponse>.ValidateParameters
ClientServiceRequest<BatchGetMessagesResponse>.ApiVersion
ClientServiceRequest<BatchGetMessagesResponse>.RequestParameters
ClientServiceRequest<BatchGetMessagesResponse>.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.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
ClientServiceRequest<BatchGetMessagesResponse>.HttpMethod

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
ClientServiceRequest<BatchGetMessagesResponse>.MethodName

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
ClientServiceRequest<BatchGetMessagesResponse>.RestPath

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()
Overrides
CloudHealthcareBaseServiceRequest<BatchGetMessagesResponse>.InitParameters()

Implements

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