Class: Google::Cloud::Video::LiveStream::V1::ListInputsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::ListInputsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Response message for "LivestreamService.ListInputs".
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::Input>
A list of inputs.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#inputs ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::Input>
Returns A list of inputs.
415 416 417 418 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 415 class ListInputsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
415 416 417 418 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 415 class ListInputsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
415 416 417 418 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 415 class ListInputsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |