Class: Google::Cloud::Video::Stitcher::V1::MediaCdnKey::TokenConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::MediaCdnKey::TokenConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/cdn_keys.rb
Overview
Configuration for a Media CDN token.
Instance Attribute Summary collapse
-
#query_parameter ⇒ ::String
Optional.
Instance Attribute Details
#query_parameter ⇒ ::String
Returns Optional. The query parameter in which to find the token.
The name must be 1-64 characters long and match
the regular expression [a-zA-Z]([a-zA-Z0-9_-])*
which means the
first character must be a letter, and all following characters
must be a dash, underscore, letter or digit.
Defaults to edge-cache-token
.
97 98 99 100 |
# File 'proto_docs/google/cloud/video/stitcher/v1/cdn_keys.rb', line 97 class TokenConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |