Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class GetEventRequest.
Request message for "LivestreamService.GetEvent".
Generated from protobuf message google.cloud.video.livestream.v1.GetEventRequest
Namespace
Google \ Cloud \ Video \ LiveStream \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the event resource, in the form of: |
getName
Required. The name of the event resource, in the form of:
projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the event resource, in the form of:
projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the event resource, in the form of:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\LiveStream\V1\GetEventRequest |