type property

  1. @TagNumber(1)
String type

Required. The monitored resource type. This field must match the type field of a google.api.MonitoredResourceDescriptor object. For example, the type of a Compute Engine VM instance is gce_instance. Some descriptors include the service name in the type; for example, the type of a Datastream stream is datastream.googleapis.com/Stream.

Implementation

@$pb.TagNumber(1)
$core.String get type => $_getSZ(0);
  1. @TagNumber(1)
void type=(String v)

Implementation

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