public final class GcsDestination extends GeneratedMessageV3 implements GcsDestinationOrBuilder
The Google Cloud Storage location for the output content.
Protobuf type google.cloud.translation.v3.GcsDestination
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GcsDestinationImplements
GcsDestinationOrBuilderStatic Fields
OUTPUT_URI_PREFIX_FIELD_NUMBER
public static final int OUTPUT_URI_PREFIX_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static GcsDestination getDefaultInstance()
Returns | |
---|---|
Type | Description |
GcsDestination |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static GcsDestination.Builder newBuilder()
Returns | |
---|---|
Type | Description |
GcsDestination.Builder |
newBuilder(GcsDestination prototype)
public static GcsDestination.Builder newBuilder(GcsDestination prototype)
Parameter | |
---|---|
Name | Description |
prototype | GcsDestination |
Returns | |
---|---|
Type | Description |
GcsDestination.Builder |
parseDelimitedFrom(InputStream input)
public static GcsDestination parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
GcsDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GcsDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcsDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static GcsDestination parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
GcsDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GcsDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcsDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static GcsDestination parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
GcsDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |