Uses of Class
com.google.cloud.gkeconnect.gateway.v1beta1.stub.GatewayServiceStubSettings
-
Packages that use GatewayServiceStubSettings Package Description com.google.cloud.gkeconnect.gateway.v1beta1 A client to Connect Gateway APIcom.google.cloud.gkeconnect.gateway.v1beta1.stub -
-
Uses of GatewayServiceStubSettings in com.google.cloud.gkeconnect.gateway.v1beta1
Methods in com.google.cloud.gkeconnect.gateway.v1beta1 with parameters of type GatewayServiceStubSettings Modifier and Type Method Description static GatewayServiceSettings
GatewayServiceSettings. create(GatewayServiceStubSettings stub)
-
Uses of GatewayServiceStubSettings in com.google.cloud.gkeconnect.gateway.v1beta1.stub
Methods in com.google.cloud.gkeconnect.gateway.v1beta1.stub that return GatewayServiceStubSettings Modifier and Type Method Description GatewayServiceStubSettings
GatewayServiceStubSettings.Builder. build()
Methods in com.google.cloud.gkeconnect.gateway.v1beta1.stub with parameters of type GatewayServiceStubSettings Modifier and Type Method Description static GrpcGatewayServiceStub
GrpcGatewayServiceStub. create(GatewayServiceStubSettings settings)
Constructors in com.google.cloud.gkeconnect.gateway.v1beta1.stub with parameters of type GatewayServiceStubSettings Constructor Description Builder(GatewayServiceStubSettings settings)
GrpcGatewayServiceStub(GatewayServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcGatewayServiceStub, using the given settings.GrpcGatewayServiceStub(GatewayServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcGatewayServiceStub, using the given settings.
-