go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/common/tsmon/ts_mon_proto/endpoint.proto (about) 1 // Copyright 2016 The Chromium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 syntax = "proto2"; 5 6 option go_package = "go.chromium.org/luci/common/tsmon/ts_mon_proto"; 7 8 package ts_mon.proto; 9 10 import "go.chromium.org/luci/common/tsmon/ts_mon_proto/metrics.proto"; 11 12 message Request { 13 optional MetricsPayload payload = 1; 14 }