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