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