Show / Hide Table of Contents

Class ExportAnnotationsRequest

Request to export Annotations. The export operation is not atomic. If a failure occurs, any annotations already exported are not removed.

Inheritance
object
ExportAnnotationsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX