Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.GetRequest.ViewEnum

Specifies which parts of the Message resource to return in the response. When unspecified, equivalent to FULL.

Namespace: Google.Apis.CloudHealthcare.v1beta1
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public enum ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.GetRequest.ViewEnum

Fields

Name Description
BASIC

Server responses include only the name field.

FULL

Server responses include all the message fields.

MESSAGEVIEWUNSPECIFIED

Not specified, equivalent to FULL for getMessage, equivalent to BASIC for listMessages.

PARSEDONLY

Server responses include all the message fields except data and schematized_data fields.

RAWONLY

Server responses include all the message fields except parsed_data, and schematized_data fields.

SCHEMATIZEDONLY

Server responses include all the message fields except data and parsed_data fields.

In this article
Back to top Generated by DocFX