Uses of Class
com.google.storagetransfer.v1.proto.TransferProto.RunTransferJobRequest
-
Packages that use TransferProto.RunTransferJobRequest Package Description com.google.storagetransfer.v1.proto A client to Storage Transfer APIcom.google.storagetransfer.v1.proto.stub -
-
Uses of TransferProto.RunTransferJobRequest in com.google.storagetransfer.v1.proto
Methods in com.google.storagetransfer.v1.proto that return TransferProto.RunTransferJobRequest Modifier and Type Method Description TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest.Builder. build()
TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest.Builder. buildPartial()
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. getDefaultInstance()
TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest.Builder. getDefaultInstanceForType()
TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. getDefaultInstanceForType()
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseDelimitedFrom(InputStream input)
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseFrom(byte[] data)
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseFrom(com.google.protobuf.ByteString data)
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseFrom(InputStream input)
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseFrom(ByteBuffer data)
static TransferProto.RunTransferJobRequest
TransferProto.RunTransferJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.storagetransfer.v1.proto that return types with arguments of type TransferProto.RunTransferJobRequest Modifier and Type Method Description com.google.protobuf.Parser<TransferProto.RunTransferJobRequest>
TransferProto.RunTransferJobRequest. getParserForType()
static io.grpc.MethodDescriptor<TransferProto.RunTransferJobRequest,com.google.longrunning.Operation>
StorageTransferServiceGrpc. getRunTransferJobMethod()
static com.google.protobuf.Parser<TransferProto.RunTransferJobRequest>
TransferProto.RunTransferJobRequest. parser()
com.google.api.gax.rpc.UnaryCallable<TransferProto.RunTransferJobRequest,com.google.longrunning.Operation>
StorageTransferServiceClient. runTransferJobCallable()
Starts a new operation for the specified transfer job.com.google.api.gax.rpc.OperationCallable<TransferProto.RunTransferJobRequest,com.google.protobuf.Empty,TransferTypes.TransferOperation>
StorageTransferServiceClient. runTransferJobOperationCallable()
Starts a new operation for the specified transfer job.com.google.api.gax.rpc.OperationCallSettings.Builder<TransferProto.RunTransferJobRequest,com.google.protobuf.Empty,TransferTypes.TransferOperation>
StorageTransferServiceSettings.Builder. runTransferJobOperationSettings()
Returns the builder for the settings used for calls to runTransferJob.com.google.api.gax.rpc.OperationCallSettings<TransferProto.RunTransferJobRequest,com.google.protobuf.Empty,TransferTypes.TransferOperation>
StorageTransferServiceSettings. runTransferJobOperationSettings()
Returns the object with the settings used for calls to runTransferJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<TransferProto.RunTransferJobRequest,com.google.longrunning.Operation>
StorageTransferServiceSettings.Builder. runTransferJobSettings()
Returns the builder for the settings used for calls to runTransferJob.com.google.api.gax.rpc.UnaryCallSettings<TransferProto.RunTransferJobRequest,com.google.longrunning.Operation>
StorageTransferServiceSettings. runTransferJobSettings()
Returns the object with the settings used for calls to runTransferJob.Methods in com.google.storagetransfer.v1.proto with parameters of type TransferProto.RunTransferJobRequest Modifier and Type Method Description TransferProto.RunTransferJobRequest.Builder
TransferProto.RunTransferJobRequest.Builder. mergeFrom(TransferProto.RunTransferJobRequest other)
static TransferProto.RunTransferJobRequest.Builder
TransferProto.RunTransferJobRequest. newBuilder(TransferProto.RunTransferJobRequest prototype)
default void
StorageTransferServiceGrpc.AsyncService. runTransferJob(TransferProto.RunTransferJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts a new operation for the specified transfer job.com.google.longrunning.Operation
StorageTransferServiceGrpc.StorageTransferServiceBlockingStub. runTransferJob(TransferProto.RunTransferJobRequest request)
Starts a new operation for the specified transfer job.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
StorageTransferServiceGrpc.StorageTransferServiceFutureStub. runTransferJob(TransferProto.RunTransferJobRequest request)
Starts a new operation for the specified transfer job.void
StorageTransferServiceGrpc.StorageTransferServiceStub. runTransferJob(TransferProto.RunTransferJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts a new operation for the specified transfer job.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,TransferTypes.TransferOperation>
StorageTransferServiceClient. runTransferJobAsync(TransferProto.RunTransferJobRequest request)
Starts a new operation for the specified transfer job. -
Uses of TransferProto.RunTransferJobRequest in com.google.storagetransfer.v1.proto.stub
Methods in com.google.storagetransfer.v1.proto.stub that return types with arguments of type TransferProto.RunTransferJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<TransferProto.RunTransferJobRequest,com.google.longrunning.Operation>
GrpcStorageTransferServiceStub. runTransferJobCallable()
com.google.api.gax.rpc.UnaryCallable<TransferProto.RunTransferJobRequest,com.google.longrunning.Operation>
HttpJsonStorageTransferServiceStub. runTransferJobCallable()
com.google.api.gax.rpc.UnaryCallable<TransferProto.RunTransferJobRequest,com.google.longrunning.Operation>
StorageTransferServiceStub. runTransferJobCallable()
com.google.api.gax.rpc.OperationCallable<TransferProto.RunTransferJobRequest,com.google.protobuf.Empty,TransferTypes.TransferOperation>
GrpcStorageTransferServiceStub. runTransferJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<TransferProto.RunTransferJobRequest,com.google.protobuf.Empty,TransferTypes.TransferOperation>
HttpJsonStorageTransferServiceStub. runTransferJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<TransferProto.RunTransferJobRequest,com.google.protobuf.Empty,TransferTypes.TransferOperation>
StorageTransferServiceStub. runTransferJobOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<TransferProto.RunTransferJobRequest,com.google.protobuf.Empty,TransferTypes.TransferOperation>
StorageTransferServiceStubSettings.Builder. runTransferJobOperationSettings()
Returns the builder for the settings used for calls to runTransferJob.com.google.api.gax.rpc.OperationCallSettings<TransferProto.RunTransferJobRequest,com.google.protobuf.Empty,TransferTypes.TransferOperation>
StorageTransferServiceStubSettings. runTransferJobOperationSettings()
Returns the object with the settings used for calls to runTransferJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<TransferProto.RunTransferJobRequest,com.google.longrunning.Operation>
StorageTransferServiceStubSettings.Builder. runTransferJobSettings()
Returns the builder for the settings used for calls to runTransferJob.com.google.api.gax.rpc.UnaryCallSettings<TransferProto.RunTransferJobRequest,com.google.longrunning.Operation>
StorageTransferServiceStubSettings. runTransferJobSettings()
Returns the object with the settings used for calls to runTransferJob.
-