Uses of Class
com.google.cloud.compute.v1.NodeGroupsSettings
-
Packages that use NodeGroupsSettings Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of NodeGroupsSettings in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NodeGroupsSettings Modifier and Type Method Description NodeGroupsSettings
NodeGroupsSettings.Builder. build()
static NodeGroupsSettings
NodeGroupsSettings. create(NodeGroupsStubSettings stub)
NodeGroupsSettings
NodeGroupsClient. getSettings()
Methods in com.google.cloud.compute.v1 with parameters of type NodeGroupsSettings Modifier and Type Method Description static NodeGroupsClient
NodeGroupsClient. create(NodeGroupsSettings settings)
Constructs an instance of NodeGroupsClient, using the given settings.Constructors in com.google.cloud.compute.v1 with parameters of type NodeGroupsSettings Constructor Description Builder(NodeGroupsSettings settings)
NodeGroupsClient(NodeGroupsSettings settings)
Constructs an instance of NodeGroupsClient, using the given settings.
-