Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.ConsentArtifactsResource

The "consentArtifacts" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.ConsentArtifactsResource
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.ConsentArtifactsResource

Constructors

ConsentArtifactsResource(IClientService)

Constructs a new resource.

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

Methods

Create(ConsentArtifact, string)

Creates a new Consent artifact in the parent consent store.

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

The body of the request.

string parent

Required. The name of the consent store this Consent artifact belongs to.

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

Delete(string)

Deletes the specified Consent artifact. Fails if the artifact is referenced by the latest revision of any Consent.

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

Required. The resource name of the Consent artifact to delete. To preserve referential integrity, Consent artifacts referenced by the latest revision of a Consent cannot be deleted.

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

Get(string)

Gets the specified Consent artifact.

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

Required. The resource name of the Consent artifact to retrieve.

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

List(string)

Lists the Consent artifacts in the specified consent store.

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

Required. Name of the consent store to retrieve consent artifacts from.

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