Uses of Class
com.google.devtools.cloudprofiler.v2.ProfilerServiceSettings
-
Packages that use ProfilerServiceSettings Package Description com.google.devtools.cloudprofiler.v2 A client to Cloud Profiler API -
-
Uses of ProfilerServiceSettings in com.google.devtools.cloudprofiler.v2
Methods in com.google.devtools.cloudprofiler.v2 that return ProfilerServiceSettings Modifier and Type Method Description ProfilerServiceSettings
ProfilerServiceSettings.Builder. build()
static ProfilerServiceSettings
ProfilerServiceSettings. create(ProfilerServiceStubSettings stub)
ProfilerServiceSettings
ProfilerServiceClient. getSettings()
Methods in com.google.devtools.cloudprofiler.v2 with parameters of type ProfilerServiceSettings Modifier and Type Method Description static ProfilerServiceClient
ProfilerServiceClient. create(ProfilerServiceSettings settings)
Constructs an instance of ProfilerServiceClient, using the given settings.Constructors in com.google.devtools.cloudprofiler.v2 with parameters of type ProfilerServiceSettings Constructor Description Builder(ProfilerServiceSettings settings)
ProfilerServiceClient(ProfilerServiceSettings settings)
Constructs an instance of ProfilerServiceClient, using the given settings.
-