Uses of Class
com.google.cloud.gkeconnect.gateway.v1beta1.GatewayServiceClient
-
Packages that use GatewayServiceClient Package Description com.google.cloud.gkeconnect.gateway.v1beta1 A client to Connect Gateway API -
-
Uses of GatewayServiceClient in com.google.cloud.gkeconnect.gateway.v1beta1
Methods in com.google.cloud.gkeconnect.gateway.v1beta1 that return GatewayServiceClient Modifier and Type Method Description static GatewayServiceClient
GatewayServiceClient. create()
Constructs an instance of GatewayServiceClient with default settings.static GatewayServiceClient
GatewayServiceClient. create(GatewayServiceSettings settings)
Constructs an instance of GatewayServiceClient, using the given settings.static GatewayServiceClient
GatewayServiceClient. create(GatewayServiceStub stub)
Constructs an instance of GatewayServiceClient, using the given stub for making calls.
-