serviceClass property
The service class identifier for which this ServiceConnectionPolicy is for. The service class identifier is a unique, symbolic representation of a ServiceClass. It is provided by the Service Producer. Google services have a prefix of gcp. For example, gcp-cloud-sql. 3rd party services do not. For example, test-service-a3dfcx.
Implementation
@$pb.TagNumber(7)
$core.String get serviceClass => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set serviceClass($core.String v) {
$_setString(6, v);
}