Class: Google::Cloud::Video::Stitcher::V1::ListLiveAdTagDetailsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListLiveAdTagDetailsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb
Overview
Request message for VideoStitcherService.listLiveAdTagDetails.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
The pagination token returned from a previous List request.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of items to return.
230 231 232 233 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 230 class ListLiveAdTagDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The pagination token returned from a previous List request.
230 231 232 233 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 230 class ListLiveAdTagDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource parent in the form of
projects/{project}/locations/{location}/liveSessions/{live_session}.
230 231 232 233 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 230 class ListLiveAdTagDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |