clientConnectorService property
Output only. The client connector service name that the client gateway is
associated to. Client Connector Services, named as follows:
projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}.
Implementation
@$pb.TagNumber(6)
$core.String get clientConnectorService => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set clientConnectorService($core.String v) {
$_setString(5, v);
}