google-cloud-beyondcorp-clientconnectorservices overview (0.12.0)

com.google.cloud.beyondcorp.clientconnectorservices.v1

A client to BeyondCorp API

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

ClientConnectorServicesServiceClient

Service Description: API Overview:

The beyondcorp.googleapis.com service implements the Google Cloud BeyondCorp API.

Data Model:

The ClientConnectorServicesService exposes the following resources:

  • Client Connector Services, named as follows: projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}.

Sample for ClientConnectorServicesServiceClient:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ClientConnectorServicesServiceClient clientConnectorServicesServiceClient =
     ClientConnectorServicesServiceClient.create()) {
   ClientConnectorServiceName name =
       ClientConnectorServiceName.of("[PROJECT]", "[LOCATION]", "[CLIENT_CONNECTOR_SERVICE]");
   ClientConnectorService response =
       clientConnectorServicesServiceClient.getClientConnectorService(name);
 }
 

com.google.cloud.beyondcorp.clientconnectorservices.v1.stub