ProjectsLocationsDatasetsHl7V2StoresResource class
Methods
-
create(Hl7V2Store request, String parent, {String? hl7V2StoreId, String? $fields})
→ Future<Hl7V2Store>
-
Creates a new HL7v2 store within the parent dataset.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes the specified HL7v2 store and removes all messages that it
contains.
-
export(ExportMessagesRequest request, String name, {String? $fields})
→ Future<Operation>
-
Exports the messages to a destination.
-
get(String name, {String? $fields})
→ Future<Hl7V2Store>
-
Gets the specified HL7v2 store.
-
getHL7v2StoreMetrics(String name, {String? $fields})
→ Future<Hl7V2StoreMetrics>
-
Gets metrics associated with the HL7v2 store.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
import(ImportMessagesRequest request, String name, {String? $fields})
→ Future<Operation>
-
Import messages to the HL7v2 store by loading data from the specified
sources.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListHl7V2StoresResponse>
-
Lists the HL7v2 stores in the given dataset.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Hl7V2Store request, String name, {String? updateMask, String? $fields})
→ Future<Hl7V2Store>
-
Updates the HL7v2 store.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited