Uses of Class
com.google.cloud.netapp.v1.NetAppSettings
-
Packages that use NetAppSettings Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of NetAppSettings in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return NetAppSettings Modifier and Type Method Description NetAppSettings
NetAppSettings.Builder. build()
static NetAppSettings
NetAppSettings. create(NetAppStubSettings stub)
NetAppSettings
NetAppClient. getSettings()
Methods in com.google.cloud.netapp.v1 with parameters of type NetAppSettings Modifier and Type Method Description static NetAppClient
NetAppClient. create(NetAppSettings settings)
Constructs an instance of NetAppClient, using the given settings.Constructors in com.google.cloud.netapp.v1 with parameters of type NetAppSettings Constructor Description Builder(NetAppSettings settings)
NetAppClient(NetAppSettings settings)
Constructs an instance of NetAppClient, using the given settings.
-