-
Notifications
You must be signed in to change notification settings - Fork 460
Expand file tree
/
Copy pathClose.php
More file actions
33 lines (27 loc) · 801 Bytes
/
Close.php
File metadata and controls
33 lines (27 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/devicestreaming/v1/adb_service.proto
namespace Google\Cloud\DeviceStreaming\V1;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\GPBUtil;
use Google\Protobuf\RepeatedField;
/**
* Message signifying that the stream closed.
*
* Generated from protobuf message <code>google.cloud.devicestreaming.v1.Close</code>
*/
class Close extends \Google\Protobuf\Internal\Message
{
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Google\Cloud\Devicestreaming\V1\AdbService::initOnce();
parent::__construct($data);
}
}