Uses of Class
com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
-
Packages that use ApiGatewayServiceStubSettings Package Description com.google.cloud.apigateway.v1 A client to API Gateway APIcom.google.cloud.apigateway.v1.stub -
-
Uses of ApiGatewayServiceStubSettings in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 with parameters of type ApiGatewayServiceStubSettings Modifier and Type Method Description static ApiGatewayServiceSettings
ApiGatewayServiceSettings. create(ApiGatewayServiceStubSettings stub)
-
Uses of ApiGatewayServiceStubSettings in com.google.cloud.apigateway.v1.stub
Methods in com.google.cloud.apigateway.v1.stub that return ApiGatewayServiceStubSettings Modifier and Type Method Description ApiGatewayServiceStubSettings
ApiGatewayServiceStubSettings.Builder. build()
Methods in com.google.cloud.apigateway.v1.stub with parameters of type ApiGatewayServiceStubSettings Modifier and Type Method Description static GrpcApiGatewayServiceStub
GrpcApiGatewayServiceStub. create(ApiGatewayServiceStubSettings settings)
static HttpJsonApiGatewayServiceStub
HttpJsonApiGatewayServiceStub. create(ApiGatewayServiceStubSettings settings)
Constructors in com.google.cloud.apigateway.v1.stub with parameters of type ApiGatewayServiceStubSettings Constructor Description Builder(ApiGatewayServiceStubSettings settings)
GrpcApiGatewayServiceStub(ApiGatewayServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcApiGatewayServiceStub, using the given settings.GrpcApiGatewayServiceStub(ApiGatewayServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcApiGatewayServiceStub, using the given settings.HttpJsonApiGatewayServiceStub(ApiGatewayServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonApiGatewayServiceStub, using the given settings.HttpJsonApiGatewayServiceStub(ApiGatewayServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonApiGatewayServiceStub, using the given settings.
-