Class ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.AttributeDefinitionsResource
The "attributeDefinitions" collection of methods.
Inheritance
Inherited Members
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
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.ConsentStoresResource.AttributeDefinitionsResource.PatchRequest |