Uses of Class
com.google.cloud.translate.v3.GcsDestination.Builder
-
Packages that use GcsDestination.Builder Package Description com.google.cloud.translate.v3 A client to Cloud Translation API -
-
Uses of GcsDestination.Builder in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return GcsDestination.Builder Modifier and Type Method Description GcsDestination.BuilderGcsDestination.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcsDestination.BuilderGcsDestination.Builder. clear()GcsDestination.BuilderGcsDestination.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)GcsDestination.BuilderGcsDestination.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)GcsDestination.BuilderGcsDestination.Builder. clearOutputUriPrefix()Required.GcsDestination.BuilderGcsDestination.Builder. clone()GcsDestination.BuilderBatchDocumentOutputConfig.Builder. getGcsDestinationBuilder()Google Cloud Storage destination for output content.GcsDestination.BuilderDocumentOutputConfig.Builder. getGcsDestinationBuilder()Optional.GcsDestination.BuilderOutputConfig.Builder. getGcsDestinationBuilder()Google Cloud Storage destination for output content.GcsDestination.BuilderGcsDestination.Builder. mergeFrom(GcsDestination other)GcsDestination.BuilderGcsDestination.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)GcsDestination.BuilderGcsDestination.Builder. mergeFrom(com.google.protobuf.Message other)GcsDestination.BuilderGcsDestination.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static GcsDestination.BuilderGcsDestination. newBuilder()static GcsDestination.BuilderGcsDestination. newBuilder(GcsDestination prototype)GcsDestination.BuilderGcsDestination. newBuilderForType()protected GcsDestination.BuilderGcsDestination. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)GcsDestination.BuilderGcsDestination.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcsDestination.BuilderGcsDestination.Builder. setOutputUriPrefix(String value)Required.GcsDestination.BuilderGcsDestination.Builder. setOutputUriPrefixBytes(com.google.protobuf.ByteString value)Required.GcsDestination.BuilderGcsDestination.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)GcsDestination.BuilderGcsDestination.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)GcsDestination.BuilderGcsDestination. toBuilder()Methods in com.google.cloud.translate.v3 with parameters of type GcsDestination.Builder Modifier and Type Method Description BatchDocumentOutputConfig.BuilderBatchDocumentOutputConfig.Builder. setGcsDestination(GcsDestination.Builder builderForValue)Google Cloud Storage destination for output content.DocumentOutputConfig.BuilderDocumentOutputConfig.Builder. setGcsDestination(GcsDestination.Builder builderForValue)Optional.OutputConfig.BuilderOutputConfig.Builder. setGcsDestination(GcsDestination.Builder builderForValue)Google Cloud Storage destination for output content.
-