Uses of Class
com.google.storagetransfer.v1.proto.stub.StorageTransferServiceStubSettings
-
Packages that use StorageTransferServiceStubSettings Package Description com.google.storagetransfer.v1.proto A client to Storage Transfer APIcom.google.storagetransfer.v1.proto.stub -
-
Uses of StorageTransferServiceStubSettings in com.google.storagetransfer.v1.proto
Methods in com.google.storagetransfer.v1.proto with parameters of type StorageTransferServiceStubSettings Modifier and Type Method Description static StorageTransferServiceSettings
StorageTransferServiceSettings. create(StorageTransferServiceStubSettings stub)
-
Uses of StorageTransferServiceStubSettings in com.google.storagetransfer.v1.proto.stub
Methods in com.google.storagetransfer.v1.proto.stub that return StorageTransferServiceStubSettings Modifier and Type Method Description StorageTransferServiceStubSettings
StorageTransferServiceStubSettings.Builder. build()
Methods in com.google.storagetransfer.v1.proto.stub with parameters of type StorageTransferServiceStubSettings Modifier and Type Method Description static GrpcStorageTransferServiceStub
GrpcStorageTransferServiceStub. create(StorageTransferServiceStubSettings settings)
static HttpJsonStorageTransferServiceStub
HttpJsonStorageTransferServiceStub. create(StorageTransferServiceStubSettings settings)
Constructors in com.google.storagetransfer.v1.proto.stub with parameters of type StorageTransferServiceStubSettings Constructor Description Builder(StorageTransferServiceStubSettings settings)
GrpcStorageTransferServiceStub(StorageTransferServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcStorageTransferServiceStub, using the given settings.GrpcStorageTransferServiceStub(StorageTransferServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcStorageTransferServiceStub, using the given settings.HttpJsonStorageTransferServiceStub(StorageTransferServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonStorageTransferServiceStub, using the given settings.HttpJsonStorageTransferServiceStub(StorageTransferServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonStorageTransferServiceStub, using the given settings.
-