grpcService property

  1. @TagNumber.new(2)
String get grpcService

Required. Name of the service to match against. If unspecified, will match all services.

Implementation

@$pb.TagNumber(2)
$core.String get grpcService => $_getSZ(1);
  1. @TagNumber.new(2)
set grpcService (String v)

Implementation

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