Package com.google.cloud.ids.v1
Class IDSGrpc.IDSFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<IDSGrpc.IDSFutureStub>
-
- com.google.cloud.ids.v1.IDSGrpc.IDSFutureStub
-
- Enclosing class:
- IDSGrpc
public static final class IDSGrpc.IDSFutureStub extends io.grpc.stub.AbstractFutureStub<IDSGrpc.IDSFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service IDS.The IDS Service
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IDSGrpc.IDSFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
createEndpoint(CreateEndpointRequest request)
Creates a new Endpoint in a given project and location.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
deleteEndpoint(DeleteEndpointRequest request)
Deletes a single Endpoint.com.google.common.util.concurrent.ListenableFuture<Endpoint>
getEndpoint(GetEndpointRequest request)
Gets details of a single Endpoint.com.google.common.util.concurrent.ListenableFuture<ListEndpointsResponse>
listEndpoints(ListEndpointsRequest request)
Lists Endpoints in a given project and location.
-
-
-
Method Detail
-
build
protected IDSGrpc.IDSFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<IDSGrpc.IDSFutureStub>
-
listEndpoints
public com.google.common.util.concurrent.ListenableFuture<ListEndpointsResponse> listEndpoints(ListEndpointsRequest request)
Lists Endpoints in a given project and location.
-
getEndpoint
public com.google.common.util.concurrent.ListenableFuture<Endpoint> getEndpoint(GetEndpointRequest request)
Gets details of a single Endpoint.
-
createEndpoint
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createEndpoint(CreateEndpointRequest request)
Creates a new Endpoint in a given project and location.
-
deleteEndpoint
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteEndpoint(DeleteEndpointRequest request)
Deletes a single Endpoint.
-
-