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