public static final class IDSGrpc.IDSFutureStub extends io.grpc.stub.AbstractFutureStub<IDSGrpc.IDSFutureStub>
The IDS Service
| Modifier and Type | Method and 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.
|
protected IDSGrpc.IDSFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<IDSGrpc.IDSFutureStub>public com.google.common.util.concurrent.ListenableFuture<ListEndpointsResponse> listEndpoints(ListEndpointsRequest request)
Lists Endpoints in a given project and location.
public com.google.common.util.concurrent.ListenableFuture<Endpoint> getEndpoint(GetEndpointRequest request)
Gets details of a single Endpoint.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createEndpoint(CreateEndpointRequest request)
Creates a new Endpoint in a given project and location.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteEndpoint(DeleteEndpointRequest request)
Deletes a single Endpoint.
Copyright © 2024 Google LLC. All rights reserved.