Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::MediaCdnKey::TokenConfig.
Configuration for a Media CDN token.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#query_parameter
def query_parameter() -> ::String
-
(::String) — 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
.
#query_parameter=
def query_parameter=(value) -> ::String
-
value (::String) — 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
.
-
(::String) — 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
.