Class: Google::Cloud::Video::Stitcher::V1::GoogleCdnKey

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 a Google Cloud CDN key.

Instance Attribute Summary collapse

Instance Attribute Details

#key_name::String

Returns The public name of the Google Cloud CDN key.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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