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