Class: Google::Cloud::Video::LiveStream::V1::ListClipsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/livestream/v1/service.rb

Overview

Request message for "LivestreamService.ListClips".

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filtering results.

Returns:

  • (::String)

    Filtering results



627
628
629
630
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 627

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

#order_by::String

Returns Hint for how to order the results.

Returns:

  • (::String)

    Hint for how to order the results



627
628
629
630
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 627

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

#page_size::Integer

Returns Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Returns:

  • (::Integer)

    Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.



627
628
629
630
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 627

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

#page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



627
628
629
630
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 627

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

#parent::String

Returns Required. Parent value for ListClipsRequest.

Returns:

  • (::String)

    Required. Parent value for ListClipsRequest



627
628
629
630
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 627

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