Class IDSStub (1.15.0)

public abstract class IDSStub implements BackgroundResource

Base stub class for the IDS service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > IDSStub

Implements

BackgroundResource

Constructors

IDSStub()

public IDSStub()

Methods

close()

public abstract void close()

createEndpointCallable()

public UnaryCallable<CreateEndpointRequest,Operation> createEndpointCallable()

createEndpointOperationCallable()

public OperationCallable<CreateEndpointRequest,Endpoint,OperationMetadata> createEndpointOperationCallable()

deleteEndpointCallable()

public UnaryCallable<DeleteEndpointRequest,Operation> deleteEndpointCallable()

deleteEndpointOperationCallable()

public OperationCallable<DeleteEndpointRequest,Empty,OperationMetadata> deleteEndpointOperationCallable()

getEndpointCallable()

public UnaryCallable<GetEndpointRequest,Endpoint> getEndpointCallable()

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listEndpointsCallable()

public UnaryCallable<ListEndpointsRequest,ListEndpointsResponse> listEndpointsCallable()

listEndpointsPagedCallable()

public UnaryCallable<ListEndpointsRequest,IDSClient.ListEndpointsPagedResponse> listEndpointsPagedCallable()