Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::CdnKey.
Configuration for a CDN key. Used by the Video Stitcher to sign URIs for fetching video manifests and signing media segments for playback.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#akamai_cdn_key
def akamai_cdn_key() -> ::Google::Cloud::Video::Stitcher::V1::AkamaiCdnKey
    Returns
    
  - (::Google::Cloud::Video::Stitcher::V1::AkamaiCdnKey) — The configuration for an Akamai CDN key.
#akamai_cdn_key=
def akamai_cdn_key=(value) -> ::Google::Cloud::Video::Stitcher::V1::AkamaiCdnKey
    Parameter
    
  - value (::Google::Cloud::Video::Stitcher::V1::AkamaiCdnKey) — The configuration for an Akamai CDN key.
    Returns
    
  - (::Google::Cloud::Video::Stitcher::V1::AkamaiCdnKey) — The configuration for an Akamai CDN key.
#google_cdn_key
def google_cdn_key() -> ::Google::Cloud::Video::Stitcher::V1::GoogleCdnKey
    Returns
    
  - (::Google::Cloud::Video::Stitcher::V1::GoogleCdnKey) — The configuration for a Google Cloud CDN key.
#google_cdn_key=
def google_cdn_key=(value) -> ::Google::Cloud::Video::Stitcher::V1::GoogleCdnKey
    Parameter
    
  - value (::Google::Cloud::Video::Stitcher::V1::GoogleCdnKey) — The configuration for a Google Cloud CDN key.
    Returns
    
  - (::Google::Cloud::Video::Stitcher::V1::GoogleCdnKey) — The configuration for a Google Cloud CDN key.
#hostname
def hostname() -> ::String
    Returns
    
  - (::String) — The hostname this key applies to.
#hostname=
def hostname=(value) -> ::String
    Parameter
    
  - value (::String) — The hostname this key applies to.
    Returns
    
  - (::String) — The hostname this key applies to.
#name
def name() -> ::String
    Returns
    
  - 
        (::String) — The resource name of the CDN key, in the form of
projects/{project}/locations/{location}/cdnKeys/{id}. The name is ignored when creating a CDN key.
#name=
def name=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The resource name of the CDN key, in the form of
projects/{project}/locations/{location}/cdnKeys/{id}. The name is ignored when creating a CDN key.
    Returns
    
- 
        (::String) — The resource name of the CDN key, in the form of
projects/{project}/locations/{location}/cdnKeys/{id}. The name is ignored when creating a CDN key.