Package-level declarations

Types

Link copied to clipboard
enum AttributeDefinitionCategory : Enum<AttributeDefinitionCategory> , ConvertibleToJava<AttributeDefinitionCategory>

Required. The category of the attribute. The value of this field cannot be changed after creation.

Link copied to clipboard
enum AuditLogConfigLogType : Enum<AuditLogConfigLogType> , ConvertibleToJava<AuditLogConfigLogType>

The log type that this config enables.

Link copied to clipboard
enum ConsentState : Enum<ConsentState> , ConvertibleToJava<ConsentState>

Required. Indicates the current state of this Consent.

Link copied to clipboard
enum DicomConfigFilterProfile : Enum<DicomConfigFilterProfile> , ConvertibleToJava<DicomConfigFilterProfile>

Tag filtering profile that determines which tags to keep/remove.

Link copied to clipboard
enum FhirStoreComplexDataTypeReferenceParsing : Enum<FhirStoreComplexDataTypeReferenceParsing> , ConvertibleToJava<FhirStoreComplexDataTypeReferenceParsing>

Enable parsing of references within complex FHIR data types such as Extensions. If this value is set to ENABLED, then features like referential integrity and Bundle reference rewriting apply to all references. If this flag has not been specified the behavior of the FHIR store will not change, references in complex data types will not be parsed. New stores will have this value set to ENABLED after a notification period. Warning: turning on this flag causes processing existing resources to fail if they contain references to non-existent resources.

Link copied to clipboard
enum FhirStoreVersion : Enum<FhirStoreVersion> , ConvertibleToJava<FhirStoreVersion>

Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.

Link copied to clipboard
enum FieldMetadataAction : Enum<FieldMetadataAction> , ConvertibleToJava<FieldMetadataAction>

Deidentify action for one field.

enum GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition : Enum<GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition> , ConvertibleToJava<GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition>

Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the force parameter is ignored.

Link copied to clipboard
enum ImageConfigTextRedactionMode : Enum<ImageConfigTextRedactionMode> , ConvertibleToJava<ImageConfigTextRedactionMode>

Determines how to redact text from image.

Link copied to clipboard
enum ParserConfigVersion : Enum<ParserConfigVersion> , ConvertibleToJava<ParserConfigVersion>

Immutable. Determines the version of both the default parser to be used when schema is not given, as well as the schematized parser used when schema is specified. This field is immutable after HL7v2 store creation.

Link copied to clipboard
enum SchemaConfigSchemaType : Enum<SchemaConfigSchemaType> , ConvertibleToJava<SchemaConfigSchemaType>

Specifies the output schema type. Schema type is required.

Link copied to clipboard
enum SchemaPackageSchematizedParsingType : Enum<SchemaPackageSchematizedParsingType> , ConvertibleToJava<SchemaPackageSchematizedParsingType>

Determines how messages that fail to parse are handled.

Link copied to clipboard
enum SchemaPackageUnexpectedSegmentHandling : Enum<SchemaPackageUnexpectedSegmentHandling> , ConvertibleToJava<SchemaPackageUnexpectedSegmentHandling>

Determines how unexpected segments (segments not matched to the schema) are handled.

Link copied to clipboard
enum TimePartitioningType : Enum<TimePartitioningType> , ConvertibleToJava<TimePartitioningType>

Type of partitioning.

Link copied to clipboard
enum TypePrimitive : Enum<TypePrimitive> , ConvertibleToJava<TypePrimitive>

If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.