Class: Google::Cloud::Video::Stitcher::V1::GoogleCdnKey
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::GoogleCdnKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/cdn_keys.rb
Overview
Configuration for a Google Cloud CDN key.
Instance Attribute Summary collapse
-
#key_name ⇒ ::String
The public name of the Google Cloud CDN key.
-
#private_key ⇒ ::String
Input only.
Instance Attribute Details
#key_name ⇒ ::String
Returns The public name of the Google Cloud CDN key.
57 58 59 60 |
# File 'proto_docs/google/cloud/video/stitcher/v1/cdn_keys.rb', line 57 class GoogleCdnKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_key ⇒ ::String
Returns Input only. Secret for this Google Cloud CDN key.
57 58 59 60 |
# File 'proto_docs/google/cloud/video/stitcher/v1/cdn_keys.rb', line 57 class GoogleCdnKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |