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 StorageTransferServiceSettingsStorageTransferServiceSettings. 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 StorageTransferServiceStubSettingsStorageTransferServiceStubSettings.Builder. build()Methods in com.google.storagetransfer.v1.proto.stub with parameters of type StorageTransferServiceStubSettings Modifier and Type Method Description static GrpcStorageTransferServiceStubGrpcStorageTransferServiceStub. create(StorageTransferServiceStubSettings settings)static HttpJsonStorageTransferServiceStubHttpJsonStorageTransferServiceStub. 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.
-