Uses of Class
com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListGatewaysPagedResponse
-
Packages that use ApiGatewayServiceClient.ListGatewaysPagedResponse Package Description com.google.cloud.apigateway.v1 A client to API Gateway APIcom.google.cloud.apigateway.v1.stub -
-
Uses of ApiGatewayServiceClient.ListGatewaysPagedResponse in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return ApiGatewayServiceClient.ListGatewaysPagedResponse Modifier and Type Method Description ApiGatewayServiceClient.ListGatewaysPagedResponse
ApiGatewayServiceClient. listGateways(ListGatewaysRequest request)
Lists Gateways in a given project and location.ApiGatewayServiceClient.ListGatewaysPagedResponse
ApiGatewayServiceClient. listGateways(LocationName parent)
Lists Gateways in a given project and location.ApiGatewayServiceClient.ListGatewaysPagedResponse
ApiGatewayServiceClient. listGateways(String parent)
Lists Gateways in a given project and location.Methods in com.google.cloud.apigateway.v1 that return types with arguments of type ApiGatewayServiceClient.ListGatewaysPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ApiGatewayServiceClient.ListGatewaysPagedResponse>
ApiGatewayServiceClient.ListGatewaysPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, com.google.api.core.ApiFuture<ListGatewaysResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListGatewaysRequest,ApiGatewayServiceClient.ListGatewaysPagedResponse>
ApiGatewayServiceClient. listGatewaysPagedCallable()
Lists Gateways in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListGatewaysRequest,ListGatewaysResponse,ApiGatewayServiceClient.ListGatewaysPagedResponse>
ApiGatewayServiceSettings.Builder. listGatewaysSettings()
Returns the builder for the settings used for calls to listGateways.com.google.api.gax.rpc.PagedCallSettings<ListGatewaysRequest,ListGatewaysResponse,ApiGatewayServiceClient.ListGatewaysPagedResponse>
ApiGatewayServiceSettings. listGatewaysSettings()
Returns the object with the settings used for calls to listGateways. -
Uses of ApiGatewayServiceClient.ListGatewaysPagedResponse in com.google.cloud.apigateway.v1.stub
Methods in com.google.cloud.apigateway.v1.stub that return types with arguments of type ApiGatewayServiceClient.ListGatewaysPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGatewaysRequest,ApiGatewayServiceClient.ListGatewaysPagedResponse>
ApiGatewayServiceStub. listGatewaysPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListGatewaysRequest,ApiGatewayServiceClient.ListGatewaysPagedResponse>
GrpcApiGatewayServiceStub. listGatewaysPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListGatewaysRequest,ApiGatewayServiceClient.ListGatewaysPagedResponse>
HttpJsonApiGatewayServiceStub. listGatewaysPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGatewaysRequest,ListGatewaysResponse,ApiGatewayServiceClient.ListGatewaysPagedResponse>
ApiGatewayServiceStubSettings.Builder. listGatewaysSettings()
Returns the builder for the settings used for calls to listGateways.com.google.api.gax.rpc.PagedCallSettings<ListGatewaysRequest,ListGatewaysResponse,ApiGatewayServiceClient.ListGatewaysPagedResponse>
ApiGatewayServiceStubSettings. listGatewaysSettings()
Returns the object with the settings used for calls to listGateways.
-