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
Returns If set, this invalidation rule will only apply to requests with a Host header matching host.
4636 4637 4638 4639 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4636 class CacheInvalidationRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
4636 4637 4638 4639 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4636 class CacheInvalidationRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |