Class: Google::Cloud::Video::Stitcher::V1::AkamaiCdnKey

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/stitcher/v1/cdn_keys.rb

Overview

Configuration for an Akamai CDN key.

Instance Attribute Summary collapse

Instance Attribute Details

#token_key::String

Returns Input only. Token key for the Akamai CDN edge configuration.

Returns:

  • (::String)

    Input only. Token key for the Akamai CDN edge configuration.



66
67
68
69
# File 'proto_docs/google/cloud/video/stitcher/v1/cdn_keys.rb', line 66

class AkamaiCdnKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end