Class: Google::Cloud::Video::Stitcher::V1::ListVodAdTagDetailsRequest

Inherits:
Object
  • Object
show all
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.listVodAdTagDetails.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of items to return.

Returns:

  • (::Integer)

    The maximum number of items to return.



191
192
193
194
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 191

class ListVodAdTagDetailsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns The next_page_token value returned from a previous List request, if any.

Returns:

  • (::String)

    The next_page_token value returned from a previous List request, if any.



191
192
193
194
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 191

class ListVodAdTagDetailsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The VOD session which the ad tag details belong to, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}.

Returns:

  • (::String)

    Required. The VOD session which the ad tag details belong to, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}.



191
192
193
194
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 191

class ListVodAdTagDetailsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end