chromium/third_party/lens_server_proto/lens_overlay_message_set.proto

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

syntax = 'proto2';

option optimize_for = LITE_RUNTIME;

package lens;
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import "lens_overlay_knowledge_query.proto";

// This is proto2's version of MessageSet.
message MessageSet {
  optional Query message_set_extension = 41401449;
}