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