google-cloud-ids overview (1.1.1)

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:

  // This snippet has been automatically generated for illustrative purposes only.  // It may require modifications to work in your environment.  try (IDSClient iDSClient = IDSClient.create()) {  EndpointName name = EndpointName.of("[PROJECT]", "[LOCATION]", "[ENDPOINT]");  Endpoint response = iDSClient.getEndpoint(name);  }  

com.google.cloud.ids.v1.stub