Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource

The "userDataMappings" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource

Constructors

UserDataMappingsResource(IClientService)

Constructs a new resource.

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

Methods

Archive(ArchiveUserDataMappingRequest, string)

Archives the specified User data mapping.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.ArchiveRequest Archive(ArchiveUserDataMappingRequest body, string name)
Parameters
Type Name Description
ArchiveUserDataMappingRequest body

The body of the request.

string name

Required. The resource name of the User data mapping to archive.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.ArchiveRequest

Create(UserDataMapping, string)

Creates a new User data mapping in the parent consent store.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.CreateRequest Create(UserDataMapping body, string parent)
Parameters
Type Name Description
UserDataMapping body

The body of the request.

string parent

Required. Name of the consent store.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.CreateRequest

Delete(string)

Deletes the specified User data mapping.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The resource name of the User data mapping to delete.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.DeleteRequest

Get(string)

Gets the specified User data mapping.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the User data mapping to retrieve.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.GetRequest

List(string)

Lists the User data mappings in the specified consent store.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Name of the consent store to retrieve User data mappings from.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.ListRequest

Patch(UserDataMapping, string)

Updates the specified User data mapping.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.PatchRequest Patch(UserDataMapping body, string name)
Parameters
Type Name Description
UserDataMapping body

The body of the request.

string name

Resource name of the User data mapping, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.PatchRequest
In this article
Back to top Generated by DocFX