Uses of Class
com.google.cloud.automl.v1.GcsSource
-
Packages that use GcsSource Package Description com.google.cloud.automl.v1 A client to Cloud AutoML API -
-
Uses of GcsSource in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return GcsSource Modifier and Type Method Description GcsSourceGcsSource.Builder. build()GcsSourceGcsSource.Builder. buildPartial()static GcsSourceGcsSource. getDefaultInstance()GcsSourceGcsSource.Builder. getDefaultInstanceForType()GcsSourceGcsSource. getDefaultInstanceForType()GcsSourceBatchPredictInputConfig.Builder. getGcsSource()Required.GcsSourceBatchPredictInputConfig. getGcsSource()Required.GcsSourceBatchPredictInputConfigOrBuilder. getGcsSource()Required.GcsSourceDocumentInputConfig.Builder. getGcsSource()The Google Cloud Storage location of the document file.GcsSourceDocumentInputConfig. getGcsSource()The Google Cloud Storage location of the document file.GcsSourceDocumentInputConfigOrBuilder. getGcsSource()The Google Cloud Storage location of the document file.GcsSourceInputConfig.Builder. getGcsSource()The Google Cloud Storage location for the input content.GcsSourceInputConfig. getGcsSource()The Google Cloud Storage location for the input content.GcsSourceInputConfigOrBuilder. getGcsSource()The Google Cloud Storage location for the input content.static GcsSourceGcsSource. parseDelimitedFrom(InputStream input)static GcsSourceGcsSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsSourceGcsSource. parseFrom(byte[] data)static GcsSourceGcsSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsSourceGcsSource. parseFrom(com.google.protobuf.ByteString data)static GcsSourceGcsSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsSourceGcsSource. parseFrom(com.google.protobuf.CodedInputStream input)static GcsSourceGcsSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsSourceGcsSource. parseFrom(InputStream input)static GcsSourceGcsSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsSourceGcsSource. parseFrom(ByteBuffer data)static GcsSourceGcsSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.automl.v1 that return types with arguments of type GcsSource Modifier and Type Method Description com.google.protobuf.Parser<GcsSource>GcsSource. getParserForType()static com.google.protobuf.Parser<GcsSource>GcsSource. parser()Methods in com.google.cloud.automl.v1 with parameters of type GcsSource Modifier and Type Method Description GcsSource.BuilderGcsSource.Builder. mergeFrom(GcsSource other)BatchPredictInputConfig.BuilderBatchPredictInputConfig.Builder. mergeGcsSource(GcsSource value)Required.DocumentInputConfig.BuilderDocumentInputConfig.Builder. mergeGcsSource(GcsSource value)The Google Cloud Storage location of the document file.InputConfig.BuilderInputConfig.Builder. mergeGcsSource(GcsSource value)The Google Cloud Storage location for the input content.static GcsSource.BuilderGcsSource. newBuilder(GcsSource prototype)BatchPredictInputConfig.BuilderBatchPredictInputConfig.Builder. setGcsSource(GcsSource value)Required.DocumentInputConfig.BuilderDocumentInputConfig.Builder. setGcsSource(GcsSource value)The Google Cloud Storage location of the document file.InputConfig.BuilderInputConfig.Builder. setGcsSource(GcsSource value)The Google Cloud Storage location for the input content.
-