aboutsummaryrefslogtreecommitdiff
path: root/cast/cast_core/api/common/service_info.proto
blob: e8dc7dd1bbb2b8d1f35b00d7b146bb4c2f02752d (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 .proto 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;
  }
}