Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class GetAssetRequest.
Request message for "LivestreamService.GetAsset".
Generated from protobuf message google.cloud.video.livestream.v1.GetAssetRequest
Namespace
Google \ Cloud \ Video \ LiveStream \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the resource, in the following form: projects/{project}/locations/{location}/assets/{asset}
.
getName
Required. Name of the resource, in the following form: projects/{project}/locations/{location}/assets/{asset}
.
string
setName
Required. Name of the resource, in the following form: projects/{project}/locations/{location}/assets/{asset}
.
var
string
$this
static::build
name
string
Required. Name of the resource, in the following form: projects/{project}/locations/{location}/assets/{asset}
. Please see Google\Cloud\Video\LiveStream\V1\LivestreamServiceClient::assetName()
for help formatting this field.