google-cloud-ids overview (1.0.4)

com.google.cloud.ids.v1

A client to Cloud IDS API

The interfaces provided are listed below, along with usage samples.

IDSClient

Service Description: The IDS Service

Sample for IDSClient:


 try (IDSClient iDSClient = IDSClient.create()) {
   EndpointName name = EndpointName.of("[PROJECT]", "[LOCATION]", "[ENDPOINT]");
   Endpoint response = iDSClient.getEndpoint(name);
 }
 

com.google.cloud.ids.v1.stub