Class: Google::Cloud::Compute::V1::CacheInvalidationRule
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::CacheInvalidationRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#host ⇒ ::String
If set, this invalidation rule will only apply to requests with a Host header matching host.
- #path ⇒ ::String
Instance Attribute Details
#host ⇒ ::String
3529 3530 3531 3532 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3529 class CacheInvalidationRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
3529 3530 3531 3532 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3529 class CacheInvalidationRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |