public class CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions extends Object
Constructor and Description |
---|
AttributeDefinitions() |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.Create |
create(String parent,
AttributeDefinition content)
Creates a new Attribute definition in the parent consent store.
|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.Delete |
delete(String name)
Deletes the specified Attribute definition.
|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.Get |
get(String name)
Gets the specified Attribute definition.
|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.List |
list(String parent)
Lists the Attribute definitions in the specified consent store.
|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.Patch |
patch(String name,
AttributeDefinition content)
Updates the specified Attribute definition.
|
public CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.Create create(String parent, AttributeDefinition content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The name of the consent store that this Attribute definition belongs to.content
- the AttributeDefinition
IOException
public CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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.IOException
public CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The resource name of the Attribute definition to get.IOException
public CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. Name of the consent store to retrieve Attribute definitions from.IOException
public CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.Patch patch(String name, AttributeDefinition content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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.content
- the AttributeDefinition
IOException
Copyright © 2011–2024 Google. All rights reserved.