Enum ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.ListRequest.ViewEnum
Specifies the parts of the Message to return in the response. When unspecified,
equivalent to BASIC. Setting this to anything other than BASIC with a page_size
larger
than the default can generate a large response, which impacts the performance of this
method.
Namespace: Google.Apis.CloudHealthcare.v1beta1
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public enum ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.ListRequest.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. |