Show / Hide Table of Contents

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.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public enum ViewEnum

Fields

Name Description
BASIC
FULL
MESSAGEVIEWUNSPECIFIED
PARSEDONLY
RAWONLY
Back to top