Class ExportAnnotationsRequest
Request to export Annotations. The export operation is not atomic. If a failure occurs, any annotations already exported are not removed.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ExportAnnotationsRequest : IDirectResponseSchema
Properties
BigqueryDestination
The BigQuery output destination, which requires two IAM roles: roles/bigquery.dataEditor
and
roles/bigquery.jobUser
.
Declaration
[JsonProperty("bigqueryDestination")]
public virtual GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination BigqueryDestination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudHealthcareV1beta1AnnotationBigQueryDestination |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsDestination
The Cloud Storage destination, which requires the roles/storage.objectAdmin
Cloud IAM role.
Declaration
[JsonProperty("gcsDestination")]
public virtual GoogleCloudHealthcareV1beta1AnnotationGcsDestination GcsDestination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudHealthcareV1beta1AnnotationGcsDestination |