public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class GcsDestination.
The Google Cloud Storage location for the output content.
Implements
IMessageGcsDestination, IEquatableGcsDestination, IDeepCloneableGcsDestination, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
GcsDestination()
public GcsDestination()
GcsDestination(GcsDestination)
public GcsDestination(GcsDestination other)
Parameter | |
---|---|
Name | Description |
other | GcsDestination |
Properties
OutputUriPrefix
public string OutputUriPrefix { get; set; }
Required. The bucket used in 'output_uri_prefix' must exist and there must be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with "/" and start with "gs://". One 'output_uri_prefix' can only be used by one batch translation job at a time. Otherwise an INVALID_ARGUMENT (400) error is returned.
Property Value | |
---|---|
Type | Description |
string |