Uses of Class
com.google.cloud.automl.v1beta1.ExportDataRequest
-
Packages that use ExportDataRequest Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML APIcom.google.cloud.automl.v1beta1.stub -
-
Uses of ExportDataRequest in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return ExportDataRequest Modifier and Type Method Description ExportDataRequest
ExportDataRequest.Builder. build()
ExportDataRequest
ExportDataRequest.Builder. buildPartial()
static ExportDataRequest
ExportDataRequest. getDefaultInstance()
ExportDataRequest
ExportDataRequest.Builder. getDefaultInstanceForType()
ExportDataRequest
ExportDataRequest. getDefaultInstanceForType()
static ExportDataRequest
ExportDataRequest. parseDelimitedFrom(InputStream input)
static ExportDataRequest
ExportDataRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataRequest
ExportDataRequest. parseFrom(byte[] data)
static ExportDataRequest
ExportDataRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataRequest
ExportDataRequest. parseFrom(com.google.protobuf.ByteString data)
static ExportDataRequest
ExportDataRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataRequest
ExportDataRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportDataRequest
ExportDataRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataRequest
ExportDataRequest. parseFrom(InputStream input)
static ExportDataRequest
ExportDataRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataRequest
ExportDataRequest. parseFrom(ByteBuffer data)
static ExportDataRequest
ExportDataRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type ExportDataRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportDataRequest,com.google.longrunning.Operation>
AutoMlClient. exportDataCallable()
Exports dataset's data to the provided output location.com.google.api.gax.rpc.OperationCallable<ExportDataRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlClient. exportDataOperationCallable()
Exports dataset's data to the provided output location.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlSettings.Builder. exportDataOperationSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.OperationCallSettings<ExportDataRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlSettings. exportDataOperationSettings()
Returns the object with the settings used for calls to exportData.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDataRequest,com.google.longrunning.Operation>
AutoMlSettings.Builder. exportDataSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.UnaryCallSettings<ExportDataRequest,com.google.longrunning.Operation>
AutoMlSettings. exportDataSettings()
Returns the object with the settings used for calls to exportData.static io.grpc.MethodDescriptor<ExportDataRequest,com.google.longrunning.Operation>
AutoMlGrpc. getExportDataMethod()
com.google.protobuf.Parser<ExportDataRequest>
ExportDataRequest. getParserForType()
static com.google.protobuf.Parser<ExportDataRequest>
ExportDataRequest. parser()
Methods in com.google.cloud.automl.v1beta1 with parameters of type ExportDataRequest Modifier and Type Method Description default void
AutoMlGrpc.AsyncService. exportData(ExportDataRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports dataset's data to the provided output location.com.google.longrunning.Operation
AutoMlGrpc.AutoMlBlockingStub. exportData(ExportDataRequest request)
Exports dataset's data to the provided output location.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
AutoMlGrpc.AutoMlFutureStub. exportData(ExportDataRequest request)
Exports dataset's data to the provided output location.void
AutoMlGrpc.AutoMlStub. exportData(ExportDataRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports dataset's data to the provided output location.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
AutoMlClient. exportDataAsync(ExportDataRequest request)
Exports dataset's data to the provided output location.ExportDataRequest.Builder
ExportDataRequest.Builder. mergeFrom(ExportDataRequest other)
static ExportDataRequest.Builder
ExportDataRequest. newBuilder(ExportDataRequest prototype)
-
Uses of ExportDataRequest in com.google.cloud.automl.v1beta1.stub
Methods in com.google.cloud.automl.v1beta1.stub that return types with arguments of type ExportDataRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportDataRequest,com.google.longrunning.Operation>
AutoMlStub. exportDataCallable()
com.google.api.gax.rpc.UnaryCallable<ExportDataRequest,com.google.longrunning.Operation>
GrpcAutoMlStub. exportDataCallable()
com.google.api.gax.rpc.UnaryCallable<ExportDataRequest,com.google.longrunning.Operation>
HttpJsonAutoMlStub. exportDataCallable()
com.google.api.gax.rpc.OperationCallable<ExportDataRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlStub. exportDataOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportDataRequest,com.google.protobuf.Empty,OperationMetadata>
GrpcAutoMlStub. exportDataOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportDataRequest,com.google.protobuf.Empty,OperationMetadata>
HttpJsonAutoMlStub. exportDataOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlStubSettings.Builder. exportDataOperationSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.OperationCallSettings<ExportDataRequest,com.google.protobuf.Empty,OperationMetadata>
AutoMlStubSettings. exportDataOperationSettings()
Returns the object with the settings used for calls to exportData.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDataRequest,com.google.longrunning.Operation>
AutoMlStubSettings.Builder. exportDataSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.UnaryCallSettings<ExportDataRequest,com.google.longrunning.Operation>
AutoMlStubSettings. exportDataSettings()
Returns the object with the settings used for calls to exportData.
-