google-cloud-service-management overview (3.1.0)

com.google.api.servicemanagement.v1

com.google.cloud.api.servicemanagement.v1

A client to Service Management API

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

ServiceManagerClient

Service Description: Google Service Management API

Sample for ServiceManagerClient:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 try (ServiceManagerClient serviceManagerClient = ServiceManagerClient.create()) {
   String serviceName = "serviceName-1928572192";
   ManagedService response = serviceManagerClient.getService(serviceName);
 }
 

com.google.cloud.api.servicemanagement.v1.stub