Uses of Class
com.google.cloud.api.servicemanagement.v1.ServiceManagerSettings
-
Packages that use ServiceManagerSettings Package Description com.google.cloud.api.servicemanagement.v1 A client to Service Management API -
-
Uses of ServiceManagerSettings in com.google.cloud.api.servicemanagement.v1
Methods in com.google.cloud.api.servicemanagement.v1 that return ServiceManagerSettings Modifier and Type Method Description ServiceManagerSettings
ServiceManagerSettings.Builder. build()
static ServiceManagerSettings
ServiceManagerSettings. create(ServiceManagerStubSettings stub)
ServiceManagerSettings
ServiceManagerClient. getSettings()
Methods in com.google.cloud.api.servicemanagement.v1 with parameters of type ServiceManagerSettings Modifier and Type Method Description static ServiceManagerClient
ServiceManagerClient. create(ServiceManagerSettings settings)
Constructs an instance of ServiceManagerClient, using the given settings.Constructors in com.google.cloud.api.servicemanagement.v1 with parameters of type ServiceManagerSettings Constructor Description Builder(ServiceManagerSettings settings)
ServiceManagerClient(ServiceManagerSettings settings)
Constructs an instance of ServiceManagerClient, using the given settings.
-