Class GcsOutputDestination
The Google Cloud Storage location for the output content.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class GcsOutputDestination : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputUriPrefix
Required. Google Cloud Storage URI to output directory. For example, gs://bucket/directory
. The requesting
user must have write permission to the bucket. The directory will be created if it doesn't exist.
Declaration
[JsonProperty("outputUriPrefix")]
public virtual string OutputUriPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |