overloadId property
Required. Globally unique overload name of the function which reflects the function name and argument types.
This will be used by a google.api.expr.v1alpha1.Reference
to indicate the overload_id that was resolved for the function
name.
Implementation
@$pb.TagNumber(1)
$core.String get overloadId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set overloadId($core.String value) => $_setString(0, value);