Uses of Class
com.google.devtools.cloudprofiler.v2.stub.ProfilerServiceStubSettings
-
Packages that use ProfilerServiceStubSettings Package Description com.google.devtools.cloudprofiler.v2 A client to Cloud Profiler APIcom.google.devtools.cloudprofiler.v2.stub -
-
Uses of ProfilerServiceStubSettings in com.google.devtools.cloudprofiler.v2
Methods in com.google.devtools.cloudprofiler.v2 with parameters of type ProfilerServiceStubSettings Modifier and Type Method Description static ProfilerServiceSettings
ProfilerServiceSettings. create(ProfilerServiceStubSettings stub)
-
Uses of ProfilerServiceStubSettings in com.google.devtools.cloudprofiler.v2.stub
Methods in com.google.devtools.cloudprofiler.v2.stub that return ProfilerServiceStubSettings Modifier and Type Method Description ProfilerServiceStubSettings
ProfilerServiceStubSettings.Builder. build()
Methods in com.google.devtools.cloudprofiler.v2.stub with parameters of type ProfilerServiceStubSettings Modifier and Type Method Description static GrpcProfilerServiceStub
GrpcProfilerServiceStub. create(ProfilerServiceStubSettings settings)
static HttpJsonProfilerServiceStub
HttpJsonProfilerServiceStub. create(ProfilerServiceStubSettings settings)
Constructors in com.google.devtools.cloudprofiler.v2.stub with parameters of type ProfilerServiceStubSettings Constructor Description Builder(ProfilerServiceStubSettings settings)
GrpcProfilerServiceStub(ProfilerServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcProfilerServiceStub, using the given settings.GrpcProfilerServiceStub(ProfilerServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcProfilerServiceStub, using the given settings.HttpJsonProfilerServiceStub(ProfilerServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonProfilerServiceStub, using the given settings.HttpJsonProfilerServiceStub(ProfilerServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonProfilerServiceStub, using the given settings.
-