ProjectsLocationsDatasetsHl7V2StoresMessagesResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(CreateMessageRequest request, String parent, {String? $fields})
→ Future<Message>
-
Parses and stores an HL7v2 message.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes an HL7v2 message.
-
get(String name, {String? view, String? $fields})
→ Future<Message>
-
Gets an HL7v2 message.
-
ingest(IngestMessageRequest request, String parent, {String? $fields})
→ Future<IngestMessageResponse>
-
Parses and stores an HL7v2 message.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? view, String? $fields})
→ Future<ListMessagesResponse>
-
Lists all the messages in the given HL7v2 store with support for
filtering.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Message request, String name, {String? updateMask, String? $fields})
→ Future<Message>
-
Update the message.
-
toString()
→ String
-
A string representation of this object.
inherited