Video Stitcher V1 API - Class Google::Cloud::Video::Stitcher::V1::CdnKey (v0.7.0)

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

#akamai_cdn_key=

def akamai_cdn_key=(value) -> ::Google::Cloud::Video::Stitcher::V1::AkamaiCdnKey
Parameter
Returns

#google_cdn_key

def google_cdn_key() -> ::Google::Cloud::Video::Stitcher::V1::GoogleCdnKey
Returns

#google_cdn_key=

def google_cdn_key=(value) -> ::Google::Cloud::Video::Stitcher::V1::GoogleCdnKey
Parameter
Returns

#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.

#media_cdn_key

def media_cdn_key() -> ::Google::Cloud::Video::Stitcher::V1::MediaCdnKey
Returns

#media_cdn_key=

def media_cdn_key=(value) -> ::Google::Cloud::Video::Stitcher::V1::MediaCdnKey
Parameter
Returns

#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.