Class IDSStub (1.40.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()
Returns
TypeDescription
UnaryCallable<CreateEndpointRequest,Operation>

createEndpointOperationCallable()

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

deleteEndpointCallable()

public UnaryCallable<DeleteEndpointRequest,Operation> deleteEndpointCallable()
Returns
TypeDescription
UnaryCallable<DeleteEndpointRequest,Operation>

deleteEndpointOperationCallable()

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

getEndpointCallable()

public UnaryCallable<GetEndpointRequest,Endpoint> getEndpointCallable()
Returns
TypeDescription
UnaryCallable<GetEndpointRequest,Endpoint>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listEndpointsCallable()

public UnaryCallable<ListEndpointsRequest,ListEndpointsResponse> listEndpointsCallable()
Returns
TypeDescription
UnaryCallable<ListEndpointsRequest,ListEndpointsResponse>

listEndpointsPagedCallable()

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