Documentation

ScheduleRequest extends Message
in package

Generated from protobuf message <code>website.admin.realtime_news.ScheduleRequest</code>

Table of Contents

Properties

$id  : mixed
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
$schedule_time  : mixed
Generated from protobuf field <code>.google.protobuf.Timestamp schedule_time = 2 [json_name = "scheduleTime"];</code>

Methods

__construct()  : mixed
Constructor.
clearScheduleTime()  : mixed
getId()  : string
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
getScheduleTime()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp schedule_time = 2 [json_name = "scheduleTime"];</code>
hasScheduleTime()  : mixed
setId()  : $this
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
setScheduleTime()  : $this
Generated from protobuf field <code>.google.protobuf.Timestamp schedule_time = 2 [json_name = "scheduleTime"];</code>

Properties

$id

Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>

protected mixed $id = ''

$schedule_time

Generated from protobuf field <code>.google.protobuf.Timestamp schedule_time = 2 [json_name = "scheduleTime"];</code>

protected mixed $schedule_time = null

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
$data : array<string|int, mixed> = NULL

{ Optional. Data for populating the Message object.

@type string $id
@type \Google\Protobuf\Timestamp $schedule_time

}

getId()

Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>

public getId() : string
Return values
string

getScheduleTime()

Generated from protobuf field <code>.google.protobuf.Timestamp schedule_time = 2 [json_name = "scheduleTime"];</code>

public getScheduleTime() : Timestamp|null
Return values
Timestamp|null

setId()

Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>

public setId(string $var) : $this
Parameters
$var : string
Return values
$this

setScheduleTime()

Generated from protobuf field <code>.google.protobuf.Timestamp schedule_time = 2 [json_name = "scheduleTime"];</code>

public setScheduleTime(Timestamp $var) : $this
Parameters
$var : Timestamp
Return values
$this

        
On this page

Search results