Uses of Class
com.google.cloud.compute.v1.stub.ProjectsStubSettings
-
Packages that use ProjectsStubSettings Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of ProjectsStubSettings in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 with parameters of type ProjectsStubSettings Modifier and Type Method Description static ProjectsSettings
ProjectsSettings. create(ProjectsStubSettings stub)
-
Uses of ProjectsStubSettings in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return ProjectsStubSettings Modifier and Type Method Description ProjectsStubSettings
ProjectsStubSettings.Builder. build()
Methods in com.google.cloud.compute.v1.stub with parameters of type ProjectsStubSettings Modifier and Type Method Description static HttpJsonProjectsStub
HttpJsonProjectsStub. create(ProjectsStubSettings settings)
Constructors in com.google.cloud.compute.v1.stub with parameters of type ProjectsStubSettings Constructor Description Builder(ProjectsStubSettings settings)
HttpJsonProjectsStub(ProjectsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonProjectsStub, using the given settings.HttpJsonProjectsStub(ProjectsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonProjectsStub, using the given settings.
-