Uses of Class
com.google.cloud.datalabeling.v1beta1.GcsDestination
-
Packages that use GcsDestination Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of GcsDestination in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return GcsDestination Modifier and Type Method Description GcsDestination
GcsDestination.Builder. build()
GcsDestination
GcsDestination.Builder. buildPartial()
static GcsDestination
GcsDestination. getDefaultInstance()
GcsDestination
GcsDestination.Builder. getDefaultInstanceForType()
GcsDestination
GcsDestination. getDefaultInstanceForType()
GcsDestination
OutputConfig.Builder. getGcsDestination()
Output to a file in Cloud Storage.GcsDestination
OutputConfig. getGcsDestination()
Output to a file in Cloud Storage.GcsDestination
OutputConfigOrBuilder. getGcsDestination()
Output to a file in Cloud Storage.static GcsDestination
GcsDestination. parseDelimitedFrom(InputStream input)
static GcsDestination
GcsDestination. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(byte[] data)
static GcsDestination
GcsDestination. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.ByteString data)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.CodedInputStream input)
static GcsDestination
GcsDestination. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(InputStream input)
static GcsDestination
GcsDestination. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDestination
GcsDestination. parseFrom(ByteBuffer data)
static GcsDestination
GcsDestination. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type GcsDestination Modifier and Type Method Description com.google.protobuf.Parser<GcsDestination>
GcsDestination. getParserForType()
static com.google.protobuf.Parser<GcsDestination>
GcsDestination. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type GcsDestination Modifier and Type Method Description GcsDestination.Builder
GcsDestination.Builder. mergeFrom(GcsDestination other)
OutputConfig.Builder
OutputConfig.Builder. mergeGcsDestination(GcsDestination value)
Output to a file in Cloud Storage.static GcsDestination.Builder
GcsDestination. newBuilder(GcsDestination prototype)
OutputConfig.Builder
OutputConfig.Builder. setGcsDestination(GcsDestination value)
Output to a file in Cloud Storage.
-