var File_google_cloud_healthcare_logging_annotation_proto protoreflect.FileDescriptor
var File_google_cloud_healthcare_logging_consent_proto protoreflect.FileDescriptor
var File_google_cloud_healthcare_logging_deid_proto protoreflect.FileDescriptor
var File_google_cloud_healthcare_logging_dicom_proto protoreflect.FileDescriptor
var File_google_cloud_healthcare_logging_fhir_proto protoreflect.FileDescriptor
var File_google_cloud_healthcare_logging_hl7v2_proto protoreflect.FileDescriptor
A log entry for a User Data Mapping indexing notification.
type ConsentUserDataMappingLogEntry struct { // The User Data Mapping being indexed (for example, // `projects/{projectId}/locations/{locationId}/datasets/{datasetId}/consentStores/{storeId}/userDataMappings/{messageId}`). ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*ConsentUserDataMappingLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use ConsentUserDataMappingLogEntry.ProtoReflect.Descriptor instead.
func (x *ConsentUserDataMappingLogEntry) GetError() *status.Status
func (x *ConsentUserDataMappingLogEntry) GetResourceName() string
func (*ConsentUserDataMappingLogEntry) ProtoMessage()
func (x *ConsentUserDataMappingLogEntry) ProtoReflect() protoreflect.Message
func (x *ConsentUserDataMappingLogEntry) Reset()
func (x *ConsentUserDataMappingLogEntry) String() string
A log entry for a de-identification long-running operation.
type DeidentifyLogEntry struct { // The resource being de-identified. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*DeidentifyLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use DeidentifyLogEntry.ProtoReflect.Descriptor instead.
func (x *DeidentifyLogEntry) GetError() *status.Status
func (x *DeidentifyLogEntry) GetResourceName() string
func (*DeidentifyLogEntry) ProtoMessage()
func (x *DeidentifyLogEntry) ProtoReflect() protoreflect.Message
func (x *DeidentifyLogEntry) Reset()
func (x *DeidentifyLogEntry) String() string
A log entry for a DICOM store Pub/Sub notification.
type DicomNotificationLogEntry struct { // The DICOM resource being created. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The Pub/Sub topic that the notification is published on. PubsubTopic string `protobuf:"bytes,2,opt,name=pubsub_topic,json=pubsubTopic,proto3" json:"pubsub_topic,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*DicomNotificationLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use DicomNotificationLogEntry.ProtoReflect.Descriptor instead.
func (x *DicomNotificationLogEntry) GetError() *status.Status
func (x *DicomNotificationLogEntry) GetPubsubTopic() string
func (x *DicomNotificationLogEntry) GetResourceName() string
func (*DicomNotificationLogEntry) ProtoMessage()
func (x *DicomNotificationLogEntry) ProtoReflect() protoreflect.Message
func (x *DicomNotificationLogEntry) Reset()
func (x *DicomNotificationLogEntry) String() string
A log entry for a DICOM streaming export notification.
type DicomStreamLogEntry struct { // The DICOM resource being exported. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The destination in BigQuery, in the format // `bq://{projectId}.{bqDatasetId}.{bqTableId}`. Destination string `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*DicomStreamLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use DicomStreamLogEntry.ProtoReflect.Descriptor instead.
func (x *DicomStreamLogEntry) GetDestination() string
func (x *DicomStreamLogEntry) GetError() *status.Status
func (x *DicomStreamLogEntry) GetResourceName() string
func (*DicomStreamLogEntry) ProtoMessage()
func (x *DicomStreamLogEntry) ProtoReflect() protoreflect.Message
func (x *DicomStreamLogEntry) Reset()
func (x *DicomStreamLogEntry) String() string
A log entry for an Annotation evaluate long-running operation.
type EvaluateAnnotationLogEntry struct { // The report destination in BigQuery. Destination string `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"` // The eval annotation record being evaluated. For example: // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{eval_store_id}/annotations/{eval_annotation_id}`. EvalAnnotationName string `protobuf:"bytes,2,opt,name=eval_annotation_name,json=evalAnnotationName,proto3" json:"eval_annotation_name,omitempty"` // The golden annotation record being evaluated. For example: // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{golden_store_id}/annotations/{golden_annotation_id}`. GoldenAnnotationName string `protobuf:"bytes,3,opt,name=golden_annotation_name,json=goldenAnnotationName,proto3" json:"golden_annotation_name,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*EvaluateAnnotationLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use EvaluateAnnotationLogEntry.ProtoReflect.Descriptor instead.
func (x *EvaluateAnnotationLogEntry) GetDestination() string
func (x *EvaluateAnnotationLogEntry) GetError() *status.Status
func (x *EvaluateAnnotationLogEntry) GetEvalAnnotationName() string
func (x *EvaluateAnnotationLogEntry) GetGoldenAnnotationName() string
func (*EvaluateAnnotationLogEntry) ProtoMessage()
func (x *EvaluateAnnotationLogEntry) ProtoReflect() protoreflect.Message
func (x *EvaluateAnnotationLogEntry) Reset()
func (x *EvaluateAnnotationLogEntry) String() string
A log entry for an Annotation export long-running operation.
type ExportAnnotationLogEntry struct { // The destination in Cloud Storage or BigQuery. Destination string `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"` // The annotation record being exported. For example: // `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{store_id}/annotations/{annotation_id}`. AnnotationName string `protobuf:"bytes,2,opt,name=annotation_name,json=annotationName,proto3" json:"annotation_name,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*ExportAnnotationLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use ExportAnnotationLogEntry.ProtoReflect.Descriptor instead.
func (x *ExportAnnotationLogEntry) GetAnnotationName() string
func (x *ExportAnnotationLogEntry) GetDestination() string
func (x *ExportAnnotationLogEntry) GetError() *status.Status
func (*ExportAnnotationLogEntry) ProtoMessage()
func (x *ExportAnnotationLogEntry) ProtoReflect() protoreflect.Message
func (x *ExportAnnotationLogEntry) Reset()
func (x *ExportAnnotationLogEntry) String() string
A log entry for a DICOM export long-running operation.
type ExportDicomLogEntry struct { // The DICOM resource being exported. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*ExportDicomLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use ExportDicomLogEntry.ProtoReflect.Descriptor instead.
func (x *ExportDicomLogEntry) GetError() *status.Status
func (x *ExportDicomLogEntry) GetResourceName() string
func (*ExportDicomLogEntry) ProtoMessage()
func (x *ExportDicomLogEntry) ProtoReflect() protoreflect.Message
func (x *ExportDicomLogEntry) Reset()
func (x *ExportDicomLogEntry) String() string
A log entry for a FHIR export long-running operation.
type ExportFhirLogEntry struct { // The destination in Cloud Storage (for example, // `gs://{bucket_id}/{path/to/file}`) or BigQuery (for example, // `bq://{projectId}.{bqDatasetId}`). Destination string `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"` // The resource being exported (e.g. // `projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/fhir/Patient/{patientId}`). ResourceName string `protobuf:"bytes,3,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*ExportFhirLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use ExportFhirLogEntry.ProtoReflect.Descriptor instead.
func (x *ExportFhirLogEntry) GetDestination() string
func (x *ExportFhirLogEntry) GetError() *status.Status
func (x *ExportFhirLogEntry) GetResourceName() string
func (*ExportFhirLogEntry) ProtoMessage()
func (x *ExportFhirLogEntry) ProtoReflect() protoreflect.Message
func (x *ExportFhirLogEntry) Reset()
func (x *ExportFhirLogEntry) String() string
A log entry for a FHIR configure search long-running operation
type FhirConfigureSearchLogEntry struct { // The ID of the resource being reindexed. ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*FhirConfigureSearchLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use FhirConfigureSearchLogEntry.ProtoReflect.Descriptor instead.
func (x *FhirConfigureSearchLogEntry) GetError() *status.Status
func (x *FhirConfigureSearchLogEntry) GetResourceId() string
func (*FhirConfigureSearchLogEntry) ProtoMessage()
func (x *FhirConfigureSearchLogEntry) ProtoReflect() protoreflect.Message
func (x *FhirConfigureSearchLogEntry) Reset()
func (x *FhirConfigureSearchLogEntry) String() string
A log entry for a FHIR streaming deidentification notification.
type FhirDeidentifyStreamToStoreLogEntry struct { // The resource that changed (for example, // `projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/fhir/Patient/{patientId}`). ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The destination FHIR store name. (for example, // `projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}`). Destination string `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*FhirDeidentifyStreamToStoreLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use FhirDeidentifyStreamToStoreLogEntry.ProtoReflect.Descriptor instead.
func (x *FhirDeidentifyStreamToStoreLogEntry) GetDestination() string
func (x *FhirDeidentifyStreamToStoreLogEntry) GetError() *status.Status
func (x *FhirDeidentifyStreamToStoreLogEntry) GetResourceName() string
func (*FhirDeidentifyStreamToStoreLogEntry) ProtoMessage()
func (x *FhirDeidentifyStreamToStoreLogEntry) ProtoReflect() protoreflect.Message
func (x *FhirDeidentifyStreamToStoreLogEntry) Reset()
func (x *FhirDeidentifyStreamToStoreLogEntry) String() string
A log entry for a FHIR store Pub/Sub notification.
type FhirNotificationLogEntry struct { // The resource being changed (for example, // `projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/fhir/Patient/{patientId}`). ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The Pub/Sub topic that the notification is published on. PubsubTopic string `protobuf:"bytes,2,opt,name=pubsub_topic,json=pubsubTopic,proto3" json:"pubsub_topic,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*FhirNotificationLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use FhirNotificationLogEntry.ProtoReflect.Descriptor instead.
func (x *FhirNotificationLogEntry) GetError() *status.Status
func (x *FhirNotificationLogEntry) GetPubsubTopic() string
func (x *FhirNotificationLogEntry) GetResourceName() string
func (*FhirNotificationLogEntry) ProtoMessage()
func (x *FhirNotificationLogEntry) ProtoReflect() protoreflect.Message
func (x *FhirNotificationLogEntry) Reset()
func (x *FhirNotificationLogEntry) String() string
A log entry for a FHIR streaming export notification.
type FhirStreamLogEntry struct { // The resource being changed (for example, // `projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/fhir/Patient/{patientId}`). ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The destination in BigQuery (for example, // `bq://{projectId}.{bqDatasetId}.{bqTableId}`). Destination string `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*FhirStreamLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use FhirStreamLogEntry.ProtoReflect.Descriptor instead.
func (x *FhirStreamLogEntry) GetDestination() string
func (x *FhirStreamLogEntry) GetError() *status.Status
func (x *FhirStreamLogEntry) GetResourceName() string
func (*FhirStreamLogEntry) ProtoMessage()
func (x *FhirStreamLogEntry) ProtoReflect() protoreflect.Message
func (x *FhirStreamLogEntry) Reset()
func (x *FhirStreamLogEntry) String() string
A log entry for a HL7v2 store Pub/Sub notification.
type Hl7V2NotificationLogEntry struct { // The HL7v2 message being created (for example, // `projects/{projectId}/locations/{locationId}/datasets/{datasetId}/hl7V2Stores/{hl7v2StoreId}/messages/{hl7v2MessageId}`). ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The Pub/Sub topic that the notification is published on. PubsubTopic string `protobuf:"bytes,2,opt,name=pubsub_topic,json=pubsubTopic,proto3" json:"pubsub_topic,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*Hl7V2NotificationLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use Hl7V2NotificationLogEntry.ProtoReflect.Descriptor instead.
func (x *Hl7V2NotificationLogEntry) GetError() *status.Status
func (x *Hl7V2NotificationLogEntry) GetPubsubTopic() string
func (x *Hl7V2NotificationLogEntry) GetResourceName() string
func (*Hl7V2NotificationLogEntry) ProtoMessage()
func (x *Hl7V2NotificationLogEntry) ProtoReflect() protoreflect.Message
func (x *Hl7V2NotificationLogEntry) Reset()
func (x *Hl7V2NotificationLogEntry) String() string
A log entry for an Annotation import long-running operation.
type ImportAnnotationLogEntry struct { // The source in Cloud Storage. For example, // `gs://{bucket_id}/{path/to/file}`. Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*ImportAnnotationLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use ImportAnnotationLogEntry.ProtoReflect.Descriptor instead.
func (x *ImportAnnotationLogEntry) GetError() *status.Status
func (x *ImportAnnotationLogEntry) GetSource() string
func (*ImportAnnotationLogEntry) ProtoMessage()
func (x *ImportAnnotationLogEntry) ProtoReflect() protoreflect.Message
func (x *ImportAnnotationLogEntry) Reset()
func (x *ImportAnnotationLogEntry) String() string
A log entry for a DICOM import long-running operation.
type ImportDicomLogEntry struct { // The source file, in the format `gs://{bucket-id}/{path/to/file}`. Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*ImportDicomLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use ImportDicomLogEntry.ProtoReflect.Descriptor instead.
func (x *ImportDicomLogEntry) GetError() *status.Status
func (x *ImportDicomLogEntry) GetSource() string
func (*ImportDicomLogEntry) ProtoMessage()
func (x *ImportDicomLogEntry) ProtoReflect() protoreflect.Message
func (x *ImportDicomLogEntry) Reset()
func (x *ImportDicomLogEntry) String() string
A log entry for a FHIR import long-running operation.
type ImportFhirLogEntry struct { // The source in Cloud Storage (for example, // `gs://{bucket_id}/{path/to/file}`) or BigQuery (for example, // `bq://{projectId}.{bqDatasetId}`). Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` // The ID in the source file of the FHIR resource being imported. ResourceId string `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*ImportFhirLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use ImportFhirLogEntry.ProtoReflect.Descriptor instead.
func (x *ImportFhirLogEntry) GetError() *status.Status
func (x *ImportFhirLogEntry) GetResourceId() string
func (x *ImportFhirLogEntry) GetSource() string
func (*ImportFhirLogEntry) ProtoMessage()
func (x *ImportFhirLogEntry) ProtoReflect() protoreflect.Message
func (x *ImportFhirLogEntry) Reset()
func (x *ImportFhirLogEntry) String() string
A log entry for a HL7v2 import long-running operation.
type ImportHl7V2LogEntry struct { // The source in Cloud Storage (for example, // `gs://{bucket_id}/{path/to/file}`). Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*ImportHl7V2LogEntry) Descriptor() ([]byte, []int)
Deprecated: Use ImportHl7V2LogEntry.ProtoReflect.Descriptor instead.
func (x *ImportHl7V2LogEntry) GetError() *status.Status
func (x *ImportHl7V2LogEntry) GetSource() string
func (*ImportHl7V2LogEntry) ProtoMessage()
func (x *ImportHl7V2LogEntry) ProtoReflect() protoreflect.Message
func (x *ImportHl7V2LogEntry) Reset()
func (x *ImportHl7V2LogEntry) String() string
A log entry for a Consent store QueryAccessibleData long-running operation.
type QueryAccessibleDataLogEntry struct { // The resource being processed. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The error code and message. Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*QueryAccessibleDataLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use QueryAccessibleDataLogEntry.ProtoReflect.Descriptor instead.
func (x *QueryAccessibleDataLogEntry) GetError() *status.Status
func (x *QueryAccessibleDataLogEntry) GetResourceName() string
func (*QueryAccessibleDataLogEntry) ProtoMessage()
func (x *QueryAccessibleDataLogEntry) ProtoReflect() protoreflect.Message
func (x *QueryAccessibleDataLogEntry) Reset()
func (x *QueryAccessibleDataLogEntry) String() string