instanceId property
InstanceID is the unique ID of the instance to be retrieved. If not set, the instance in the current context (e.g. identified by the host header) will be returned. If an ID is set, the caller must have additional permissions.
Implementation
@$pb.TagNumber(1)
$core.String get instanceId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set instanceId($core.String value) => $_setString(0, value);