Class ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource
The "userDataMappings" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.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
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.UserDataMappingsResource.PatchRequest |