Uses of Class
com.google.cloud.apigateway.v1.ListGatewaysResponse
-
Packages that use ListGatewaysResponse Package Description com.google.cloud.apigateway.v1 A client to API Gateway APIcom.google.cloud.apigateway.v1.stub -
-
Uses of ListGatewaysResponse in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return ListGatewaysResponse Modifier and Type Method Description ListGatewaysResponse
ListGatewaysResponse.Builder. build()
ListGatewaysResponse
ListGatewaysResponse.Builder. buildPartial()
static ListGatewaysResponse
ListGatewaysResponse. getDefaultInstance()
ListGatewaysResponse
ListGatewaysResponse.Builder. getDefaultInstanceForType()
ListGatewaysResponse
ListGatewaysResponse. getDefaultInstanceForType()
ListGatewaysResponse
ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub. listGateways(ListGatewaysRequest request)
Lists Gateways in a given project and location.static ListGatewaysResponse
ListGatewaysResponse. parseDelimitedFrom(InputStream input)
static ListGatewaysResponse
ListGatewaysResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGatewaysResponse
ListGatewaysResponse. parseFrom(byte[] data)
static ListGatewaysResponse
ListGatewaysResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGatewaysResponse
ListGatewaysResponse. parseFrom(com.google.protobuf.ByteString data)
static ListGatewaysResponse
ListGatewaysResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGatewaysResponse
ListGatewaysResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListGatewaysResponse
ListGatewaysResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGatewaysResponse
ListGatewaysResponse. parseFrom(InputStream input)
static ListGatewaysResponse
ListGatewaysResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGatewaysResponse
ListGatewaysResponse. parseFrom(ByteBuffer data)
static ListGatewaysResponse
ListGatewaysResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.apigateway.v1 that return types with arguments of type ListGatewaysResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListGatewaysRequest,ListGatewaysResponse>
ApiGatewayServiceGrpc. getListGatewaysMethod()
com.google.protobuf.Parser<ListGatewaysResponse>
ListGatewaysResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListGatewaysResponse>
ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub. listGateways(ListGatewaysRequest request)
Lists Gateways in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListGatewaysRequest,ListGatewaysResponse>
ApiGatewayServiceClient. listGatewaysCallable()
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.static com.google.protobuf.Parser<ListGatewaysResponse>
ListGatewaysResponse. parser()
Methods in com.google.cloud.apigateway.v1 with parameters of type ListGatewaysResponse Modifier and Type Method Description protected ApiGatewayServiceClient.ListGatewaysPage
ApiGatewayServiceClient.ListGatewaysPage. createPage(com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, ListGatewaysResponse response)
ListGatewaysResponse.Builder
ListGatewaysResponse.Builder. mergeFrom(ListGatewaysResponse other)
static ListGatewaysResponse.Builder
ListGatewaysResponse. newBuilder(ListGatewaysResponse prototype)
Method parameters in com.google.cloud.apigateway.v1 with type arguments of type ListGatewaysResponse 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)
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)
protected ApiGatewayServiceClient.ListGatewaysPage
ApiGatewayServiceClient.ListGatewaysPage. createPage(com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, ListGatewaysResponse response)
com.google.api.core.ApiFuture<ApiGatewayServiceClient.ListGatewaysPage>
ApiGatewayServiceClient.ListGatewaysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, com.google.api.core.ApiFuture<ListGatewaysResponse> futureResponse)
com.google.api.core.ApiFuture<ApiGatewayServiceClient.ListGatewaysPage>
ApiGatewayServiceClient.ListGatewaysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, com.google.api.core.ApiFuture<ListGatewaysResponse> futureResponse)
void
ApiGatewayServiceGrpc.ApiGatewayServiceStub. listGateways(ListGatewaysRequest request, io.grpc.stub.StreamObserver<ListGatewaysResponse> responseObserver)
Lists Gateways in a given project and location.default void
ApiGatewayServiceGrpc.AsyncService. listGateways(ListGatewaysRequest request, io.grpc.stub.StreamObserver<ListGatewaysResponse> responseObserver)
Lists Gateways in a given project and location. -
Uses of ListGatewaysResponse in com.google.cloud.apigateway.v1.stub
Methods in com.google.cloud.apigateway.v1.stub that return types with arguments of type ListGatewaysResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGatewaysRequest,ListGatewaysResponse>
ApiGatewayServiceStub. listGatewaysCallable()
com.google.api.gax.rpc.UnaryCallable<ListGatewaysRequest,ListGatewaysResponse>
GrpcApiGatewayServiceStub. listGatewaysCallable()
com.google.api.gax.rpc.UnaryCallable<ListGatewaysRequest,ListGatewaysResponse>
HttpJsonApiGatewayServiceStub. listGatewaysCallable()
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.
-