Class CdnKey (0.2.0)

CdnKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for a CDN key. Used by the Video Stitcher to sign URIs for fetching video manifests and signing media segments for playback.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
google_cdn_key google.cloud.video.stitcher_v1.types.GoogleCdnKey
The configuration for a Google Cloud CDN key. This field is a member of `oneof`_ ``cdn_key_config``.
akamai_cdn_key google.cloud.video.stitcher_v1.types.AkamaiCdnKey
The configuration for an Akamai CDN key. This field is a member of `oneof`_ ``cdn_key_config``.
name str
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.
hostname str
The hostname this key applies to.

Inheritance

builtins.object > proto.message.Message > CdnKey