instanceId property

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

InstanceID is the unique ID of the instance to which the trusted domain will be added. If not set, the instance in the current context (e.g. identified by the host header) will be used. If an ID is set, the caller must have additional permissions.

Implementation

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

Implementation

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