Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.AttributeDefinitionsResource

The "attributeDefinitions" collection of methods.

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

Constructors

AttributeDefinitionsResource(IClientService)

Constructs a new resource.

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

Methods

Create(AttributeDefinition, string)

Creates a new Attribute definition in the parent consent store.

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

The body of the request.

string parent

Required. The name of the consent store that this Attribute definition belongs to.

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

Delete(string)

Deletes the specified Attribute definition. Fails if the Attribute definition is referenced by any User data mapping, or the latest revision of any Consent.

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

Required. The resource name of the Attribute definition to delete. To preserve referential integrity, Attribute definitions referenced by a User data mapping or the latest revision of a Consent cannot be deleted.

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

Get(string)

Gets the specified Attribute definition.

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

Required. The resource name of the Attribute definition to get.

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

List(string)

Lists the Attribute definitions in the specified consent store.

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

Required. Name of the consent store to retrieve Attribute definitions from.

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

Patch(AttributeDefinition, string)

Updates the specified Attribute definition.

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

The body of the request.

string name

Identifier. Resource name of the Attribute definition, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/attributeDefinitions/{attribute_definition_id}. Cannot be changed after creation.

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