service property
The name of the service that this resource belongs to, such as
pubsub.googleapis.com. The service may be different from the DNS
hostname that actually serves the request.
Implementation
@$pb.TagNumber(1)
$core.String get service => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set service($core.String v) {
$_setString(0, v);
}