blob: baa72ddd15c3d1a69399e0522f54c702bbfad6b1 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package cobalt;
import "google/protobuf/descriptor.proto";
option go_package = "src/registry;config";
message DeprecatedCobaltOptions {
bool hide_on_client = 1;
bool deprecated_in_1_1 = 2;
bool added_in_1_1 = 3;
}
extend google.protobuf.FieldOptions {
DeprecatedCobaltOptions cobalt_options = 225077165;
}