Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class CreateLiveSessionRequest.
Request message for VideoStitcherService.createLiveSession.
Generated from protobuf message google.cloud.video.stitcher.v1.CreateLiveSessionRequest
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The project and location in which the live session should be created, in the form of |
↳ live_session |
Google\Cloud\Video\Stitcher\V1\LiveSession
Required. Parameters for creating a live session. |
getParent
Required. The project and location in which the live session should be
created, in the form of projects/{project_number}/locations/{location}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The project and location in which the live session should be
created, in the form of projects/{project_number}/locations/{location}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLiveSession
Required. Parameters for creating a live session.
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\Stitcher\V1\LiveSession|null |
hasLiveSession
clearLiveSession
setLiveSession
Required. Parameters for creating a live session.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Video\Stitcher\V1\LiveSession
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The project and location in which the live session should be
created, in the form of |
liveSession |
Google\Cloud\Video\Stitcher\V1\LiveSession
Required. Parameters for creating a live session. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\Stitcher\V1\CreateLiveSessionRequest |