Class: Google::Cloud::Video::Stitcher::V1::ListCdnKeysResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListCdnKeysResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb
Overview
Response message for VideoStitcher.ListCdnKeys.
Instance Attribute Summary collapse
-
#cdn_keys ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::CdnKey>
List of CDN keys.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#cdn_keys ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::CdnKey>
Returns List of CDN keys.
79 80 81 82 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 79 class ListCdnKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
79 80 81 82 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 79 class ListCdnKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
79 80 81 82 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 79 class ListCdnKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |