Class: Google::Cloud::Video::LiveStream::V1::ListInputsRequest

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.ListInputs".

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The filter to apply to list results.

Returns:

  • (::String)

    The filter to apply to list results.



399
400
401
402
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 399

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

#order_by::String

Returns Specifies the ordering of results following syntax at Sorting Order.

Returns:

  • (::String)

    Specifies the ordering of results following syntax at Sorting Order.



399
400
401
402
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 399

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

#page_size::Integer

Returns The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more items left to be queried.

Returns:

  • (::Integer)

    The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more items left to be queried.



399
400
401
402
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 399

class ListInputsRequest
  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.



399
400
401
402
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 399

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

#parent::String

Returns Required. The parent location for the resource, in the form of: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The parent location for the resource, in the form of: projects/{project}/locations/{location}.



399
400
401
402
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 399

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