Uses of Class
com.google.cloud.assuredworkloads.v1.stub.AssuredWorkloadsServiceStubSettings
-
Packages that use AssuredWorkloadsServiceStubSettings Package Description com.google.cloud.assuredworkloads.v1 A client to Assured Workloads APIcom.google.cloud.assuredworkloads.v1.stub -
-
Uses of AssuredWorkloadsServiceStubSettings in com.google.cloud.assuredworkloads.v1
Methods in com.google.cloud.assuredworkloads.v1 with parameters of type AssuredWorkloadsServiceStubSettings Modifier and Type Method Description static AssuredWorkloadsServiceSettings
AssuredWorkloadsServiceSettings. create(AssuredWorkloadsServiceStubSettings stub)
-
Uses of AssuredWorkloadsServiceStubSettings in com.google.cloud.assuredworkloads.v1.stub
Methods in com.google.cloud.assuredworkloads.v1.stub that return AssuredWorkloadsServiceStubSettings Modifier and Type Method Description AssuredWorkloadsServiceStubSettings
AssuredWorkloadsServiceStubSettings.Builder. build()
Methods in com.google.cloud.assuredworkloads.v1.stub with parameters of type AssuredWorkloadsServiceStubSettings Modifier and Type Method Description static GrpcAssuredWorkloadsServiceStub
GrpcAssuredWorkloadsServiceStub. create(AssuredWorkloadsServiceStubSettings settings)
static HttpJsonAssuredWorkloadsServiceStub
HttpJsonAssuredWorkloadsServiceStub. create(AssuredWorkloadsServiceStubSettings settings)
Constructors in com.google.cloud.assuredworkloads.v1.stub with parameters of type AssuredWorkloadsServiceStubSettings Constructor Description Builder(AssuredWorkloadsServiceStubSettings settings)
GrpcAssuredWorkloadsServiceStub(AssuredWorkloadsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcAssuredWorkloadsServiceStub, using the given settings.GrpcAssuredWorkloadsServiceStub(AssuredWorkloadsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcAssuredWorkloadsServiceStub, using the given settings.HttpJsonAssuredWorkloadsServiceStub(AssuredWorkloadsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonAssuredWorkloadsServiceStub, using the given settings.HttpJsonAssuredWorkloadsServiceStub(AssuredWorkloadsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonAssuredWorkloadsServiceStub, using the given settings.
-