service property

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

Output only. Name of the service associated with a Function. The format of this field is projects/{project}/locations/{region}/services/{service}

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);
}