Uses of Class
com.google.cloud.gkehub.v1alpha2.stub.GkeHubStubSettings
-
Packages that use GkeHubStubSettings Package Description com.google.cloud.gkehub.v1alpha2 A client to GKE Hub APIcom.google.cloud.gkehub.v1alpha2.stub -
-
Uses of GkeHubStubSettings in com.google.cloud.gkehub.v1alpha2
Methods in com.google.cloud.gkehub.v1alpha2 with parameters of type GkeHubStubSettings Modifier and Type Method Description static GkeHubSettings
GkeHubSettings. create(GkeHubStubSettings stub)
-
Uses of GkeHubStubSettings in com.google.cloud.gkehub.v1alpha2.stub
Methods in com.google.cloud.gkehub.v1alpha2.stub that return GkeHubStubSettings Modifier and Type Method Description GkeHubStubSettings
GkeHubStubSettings.Builder. build()
Methods in com.google.cloud.gkehub.v1alpha2.stub with parameters of type GkeHubStubSettings Modifier and Type Method Description static GrpcGkeHubStub
GrpcGkeHubStub. create(GkeHubStubSettings settings)
static HttpJsonGkeHubStub
HttpJsonGkeHubStub. create(GkeHubStubSettings settings)
Constructors in com.google.cloud.gkehub.v1alpha2.stub with parameters of type GkeHubStubSettings Constructor Description Builder(GkeHubStubSettings settings)
GrpcGkeHubStub(GkeHubStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcGkeHubStub, using the given settings.GrpcGkeHubStub(GkeHubStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcGkeHubStub, using the given settings.HttpJsonGkeHubStub(GkeHubStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonGkeHubStub, using the given settings.HttpJsonGkeHubStub(GkeHubStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonGkeHubStub, using the given settings.
-