parent property

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

Required. The resource name of the project in which to create the metric:

"projects/[PROJECT_ID]"

The new metric must be provided in the request.

Implementation

@$pb.TagNumber(1)
$core.String get parent => $_getSZ(0);
  1. @TagNumber.new(1)
set parent (String value)

Implementation

@$pb.TagNumber(1)
set parent($core.String value) => $_setString(0, value);