Class: Google::Cloud::Video::Stitcher::V1::ListLiveAdTagDetailsRequest

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.listLiveAdTagDetails.

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.



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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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