aboutsummaryrefslogtreecommitdiff
path: root/cast/cast_core/api/v2/runtime_v2_application_service.proto
blob: b5050a71a40ae82526f2502b008c81709dca51ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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.v2;

import "cast/cast_core/api/v2/cast_message.proto";

option optimize_for = LITE_RUNTIME;

// This service runs in the runtime for a particular app. It uses the V2
// protocol to communicate with Cast Core.
service RuntimeV2ApplicationService {
  // Sends a Cast V2 message to the runtime.
  rpc SendCastMessage(CastMessageRequest) returns (CastMessageResponse);
}