service property

  1. @TagNumber.new(1)
String get service

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);
  1. @TagNumber.new(1)
set service (String v)

Implementation

@$pb.TagNumber(1)
set service($core.String v) {
  $_setString(0, v);
}