aboutsummaryrefslogtreecommitdiff
path: root/cast/cast_core/api/common/service_info.proto
blob: 2d3539b9040ffa3d473b1a5dc46932d6435e4fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// **** DO NOT EDIT - this file was automatically generated. ****
syntax = "proto3";

package cast.common;

option optimize_for = LITE_RUNTIME;

// A Cast service info.
message ServiceInfo {
  oneof endpoint_address {
    // gRPC endpoint (http://, unix:/ etc).
    string grpc_endpoint = 1;
  }
}