Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource

The "hl7V2Stores" collection of methods.

Inheritance
System.Object
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class Hl7V2StoresResource

Constructors

Hl7V2StoresResource(IClientService)

Constructs a new resource.

Declaration
public Hl7V2StoresResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Messages

Gets the Messages resource.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource Messages { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource

Methods

Create(Hl7V2Store, String)

Creates a new HL7v2 store within the parent dataset.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.CreateRequest Create(Hl7V2Store body, string parent)
Parameters
Type Name Description
Hl7V2Store body

The body of the request.

System.String parent

The name of the dataset this HL7v2 store belongs to.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.CreateRequest

Delete(String)

Deletes the specified HL7v2 store and removes all messages that it contains.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
System.String name

The resource name of the HL7v2 store to delete.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.DeleteRequest

Get(String)

Gets the specified HL7v2 store.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.GetRequest Get(string name)
Parameters
Type Name Description
System.String name

The resource name of the HL7v2 store to get.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.GetRequest

GetIamPolicy(String)

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.GetIamPolicyRequest GetIamPolicy(string resource)
Parameters
Type Name Description
System.String resource

REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.GetIamPolicyRequest

List(String)

Lists the HL7v2 stores in the given dataset.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Name of the dataset.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.ListRequest

Patch(Hl7V2Store, String)

Updates the HL7v2 store.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.PatchRequest Patch(Hl7V2Store body, string name)
Parameters
Type Name Description
Hl7V2Store body

The body of the request.

System.String name

Output only. Resource name of the HL7v2 store, of the form projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.PatchRequest

SetIamPolicy(SetIamPolicyRequest, String)

Sets the access control policy on the specified resource. Replaces any existing policy.

Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.SetIamPolicyRequest SetIamPolicy(SetIamPolicyRequest body, string resource)
Parameters
Type Name Description
SetIamPolicyRequest body

The body of the request.

System.String resource

REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.SetIamPolicyRequest

TestIamPermissions(TestIamPermissionsRequest, String)

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.

Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.TestIamPermissionsRequest TestIamPermissions(TestIamPermissionsRequest body, string resource)
Parameters
Type Name Description
TestIamPermissionsRequest body

The body of the request.

System.String resource

REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.TestIamPermissionsRequest
Back to top