Uses of Class
com.google.cloud.workstations.v1.stub.WorkstationsStubSettings
-
Packages that use WorkstationsStubSettings Package Description com.google.cloud.workstations.v1 A client to Cloud Workstations APIcom.google.cloud.workstations.v1.stub -
-
Uses of WorkstationsStubSettings in com.google.cloud.workstations.v1
Methods in com.google.cloud.workstations.v1 with parameters of type WorkstationsStubSettings Modifier and Type Method Description static WorkstationsSettings
WorkstationsSettings. create(WorkstationsStubSettings stub)
-
Uses of WorkstationsStubSettings in com.google.cloud.workstations.v1.stub
Methods in com.google.cloud.workstations.v1.stub that return WorkstationsStubSettings Modifier and Type Method Description WorkstationsStubSettings
WorkstationsStubSettings.Builder. build()
Methods in com.google.cloud.workstations.v1.stub with parameters of type WorkstationsStubSettings Modifier and Type Method Description static GrpcWorkstationsStub
GrpcWorkstationsStub. create(WorkstationsStubSettings settings)
static HttpJsonWorkstationsStub
HttpJsonWorkstationsStub. create(WorkstationsStubSettings settings)
Constructors in com.google.cloud.workstations.v1.stub with parameters of type WorkstationsStubSettings Constructor Description Builder(WorkstationsStubSettings settings)
GrpcWorkstationsStub(WorkstationsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcWorkstationsStub, using the given settings.GrpcWorkstationsStub(WorkstationsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcWorkstationsStub, using the given settings.HttpJsonWorkstationsStub(WorkstationsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonWorkstationsStub, using the given settings.HttpJsonWorkstationsStub(WorkstationsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonWorkstationsStub, using the given settings.
-