Uses of Class
com.google.cloud.container.v1.stub.ClusterManagerStubSettings
-
Packages that use ClusterManagerStubSettings Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub -
-
Uses of ClusterManagerStubSettings in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 with parameters of type ClusterManagerStubSettings Modifier and Type Method Description static ClusterManagerSettings
ClusterManagerSettings. create(ClusterManagerStubSettings stub)
-
Uses of ClusterManagerStubSettings in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return ClusterManagerStubSettings Modifier and Type Method Description ClusterManagerStubSettings
ClusterManagerStubSettings.Builder. build()
Methods in com.google.cloud.container.v1.stub with parameters of type ClusterManagerStubSettings Modifier and Type Method Description static GrpcClusterManagerStub
GrpcClusterManagerStub. create(ClusterManagerStubSettings settings)
Constructors in com.google.cloud.container.v1.stub with parameters of type ClusterManagerStubSettings Constructor Description Builder(ClusterManagerStubSettings settings)
GrpcClusterManagerStub(ClusterManagerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcClusterManagerStub, using the given settings.GrpcClusterManagerStub(ClusterManagerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcClusterManagerStub, using the given settings.
-