service property
The service for this restriction. It should be the canonical
service name, for example: translate.googleapis.com.
You can use gcloud services list
to get a list of services that are enabled in the project.
Implementation
@$pb.TagNumber(1)
$core.String get service => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set service($core.String value) => $_setString(0, value);