Class: Google::Cloud::Video::LiveStream::V1::GetAssetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::GetAssetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Request message for "LivestreamService.GetAsset".
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource, in the following form:
projects/{project}/locations/{location}/assets/{asset}
.
126 127 128 129 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 126 class GetAssetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |