Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::ListAssetsResponse.
Response message for "LivestreamService.ListAssets".
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assets
def assets() -> ::Array<::Google::Cloud::Video::LiveStream::V1::Asset>
    Returns
    
  - (::Array<::Google::Cloud::Video::LiveStream::V1::Asset>) — The list of Assets
#assets=
def assets=(value) -> ::Array<::Google::Cloud::Video::LiveStream::V1::Asset>
    Parameter
    
  - value (::Array<::Google::Cloud::Video::LiveStream::V1::Asset>) — The list of Assets
    Returns
    
  - (::Array<::Google::Cloud::Video::LiveStream::V1::Asset>) — The list of Assets
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — The next_page_token value returned from a previous List request, if any.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — 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.
#unreachable
def unreachable() -> ::Array<::String>
    Returns
    
  - (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
    Parameter
    
  - value (::Array<::String>) — Locations that could not be reached.
    Returns
    
- (::Array<::String>) — Locations that could not be reached.