Class: Google::Cloud::Compute::V1::SignedUrlKey
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SignedUrlKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a customer-supplied Signing Key used by Cloud CDN Signed URLs
Instance Attribute Summary collapse
-
#key_name ⇒ ::String
Name of the key.
-
#key_value ⇒ ::String
128-bit key value used for signing the URL.
Instance Attribute Details
#key_name ⇒ ::String
29669 29670 29671 29672 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29669 class SignedUrlKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key_value ⇒ ::String
29669 29670 29671 29672 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29669 class SignedUrlKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |