Uses of Class
com.google.cloud.gkehub.v1alpha2.GkeHubSettings
-
Packages that use GkeHubSettings Package Description com.google.cloud.gkehub.v1alpha2 A client to GKE Hub API -
-
Uses of GkeHubSettings in com.google.cloud.gkehub.v1alpha2
Methods in com.google.cloud.gkehub.v1alpha2 that return GkeHubSettings Modifier and Type Method Description GkeHubSettings
GkeHubSettings.Builder. build()
static GkeHubSettings
GkeHubSettings. create(GkeHubStubSettings stub)
GkeHubSettings
GkeHubClient. getSettings()
Methods in com.google.cloud.gkehub.v1alpha2 with parameters of type GkeHubSettings Modifier and Type Method Description static GkeHubClient
GkeHubClient. create(GkeHubSettings settings)
Constructs an instance of GkeHubClient, using the given settings.Constructors in com.google.cloud.gkehub.v1alpha2 with parameters of type GkeHubSettings Constructor Description Builder(GkeHubSettings settings)
GkeHubClient(GkeHubSettings settings)
Constructs an instance of GkeHubClient, using the given settings.
-