Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1 | |
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.Create |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.create(String parent,
AttributeDefinition content)
Creates a new Attribute definition in the parent consent store.
|
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.Patch |
CloudHealthcare.Projects.Locations.Datasets.ConsentStores.AttributeDefinitions.patch(String name,
AttributeDefinition content)
Updates the specified Attribute definition.
|
Constructor and Description |
---|
Create(String parent,
AttributeDefinition content)
Creates a new Attribute definition in the parent consent store.
|
Patch(String name,
AttributeDefinition content)
Updates the specified Attribute definition.
|
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
AttributeDefinition.clone() |
AttributeDefinition |
AttributeDefinition.set(String fieldName,
Object value) |
AttributeDefinition |
AttributeDefinition.setAllowedValues(List<String> allowedValues)
Required.
|
AttributeDefinition |
AttributeDefinition.setCategory(String category)
Required.
|
AttributeDefinition |
AttributeDefinition.setConsentDefaultValues(List<String> consentDefaultValues)
Optional.
|
AttributeDefinition |
AttributeDefinition.setDataMappingDefaultValue(String dataMappingDefaultValue)
Optional.
|
AttributeDefinition |
AttributeDefinition.setDescription(String description)
Optional.
|
AttributeDefinition |
AttributeDefinition.setName(String name)
Identifier.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeDefinition> |
ListAttributeDefinitionsResponse.getAttributeDefinitions()
The returned Attribute definitions.
|
Modifier and Type | Method and Description |
---|---|
ListAttributeDefinitionsResponse |
ListAttributeDefinitionsResponse.setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
The returned Attribute definitions.
|
Copyright © 2011–2024 Google. All rights reserved.