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