| Modifier and Type | Method and Description |
|---|---|
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.addAllCacheTags(Iterable<String> values)
A list of cache tags used to identify cached objects. - Cache tags are specified when the response is first cached, by setting the `Cache-Tag` response header at the origin. - Multiple cache tags in the same invalidation request are treated as Boolean `OR` - for example, `tag1 OR tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean `AND` with any tags.
|
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.addCacheTags(String value)
A list of cache tags used to identify cached objects. - Cache tags are specified when the response is first cached, by setting the `Cache-Tag` response header at the origin. - Multiple cache tags in the same invalidation request are treated as Boolean `OR` - for example, `tag1 OR tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean `AND` with any tags.
|
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.addCacheTagsBytes(com.google.protobuf.ByteString value)
A list of cache tags used to identify cached objects. - Cache tags are specified when the response is first cached, by setting the `Cache-Tag` response header at the origin. - Multiple cache tags in the same invalidation request are treated as Boolean `OR` - for example, `tag1 OR tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean `AND` with any tags.
|
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.clear() |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.clearCacheTags()
A list of cache tags used to identify cached objects. - Cache tags are specified when the response is first cached, by setting the `Cache-Tag` response header at the origin. - Multiple cache tags in the same invalidation request are treated as Boolean `OR` - for example, `tag1 OR tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean `AND` with any tags.
|
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.clearHost()
If set, this invalidation rule will only apply to requests with a Host header matching host.
|
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.clearPath()
optional string path = 3433509; |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.clone() |
CacheInvalidationRule.Builder |
InvalidateCacheUrlMapRequest.Builder.getCacheInvalidationRuleResourceBuilder()
The body resource for this request
.google.cloud.compute.v1.CacheInvalidationRule cache_invalidation_rule_resource = 312795565 [(.google.api.field_behavior) = REQUIRED];
|
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.mergeFrom(CacheInvalidationRule other) |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.mergeFrom(com.google.protobuf.Message other) |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CacheInvalidationRule.Builder |
CacheInvalidationRule.newBuilder() |
static CacheInvalidationRule.Builder |
CacheInvalidationRule.newBuilder(CacheInvalidationRule prototype) |
CacheInvalidationRule.Builder |
CacheInvalidationRule.newBuilderForType() |
protected CacheInvalidationRule.Builder |
CacheInvalidationRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.setCacheTags(int index,
String value)
A list of cache tags used to identify cached objects. - Cache tags are specified when the response is first cached, by setting the `Cache-Tag` response header at the origin. - Multiple cache tags in the same invalidation request are treated as Boolean `OR` - for example, `tag1 OR tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean `AND` with any tags.
|
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.setHost(String value)
If set, this invalidation rule will only apply to requests with a Host header matching host.
|
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.setHostBytes(com.google.protobuf.ByteString value)
If set, this invalidation rule will only apply to requests with a Host header matching host.
|
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.setPath(String value)
optional string path = 3433509; |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.setPathBytes(com.google.protobuf.ByteString value)
optional string path = 3433509; |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CacheInvalidationRule.Builder |
CacheInvalidationRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CacheInvalidationRule.Builder |
CacheInvalidationRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
InvalidateCacheUrlMapRequest.Builder |
InvalidateCacheUrlMapRequest.Builder.setCacheInvalidationRuleResource(CacheInvalidationRule.Builder builderForValue)
The body resource for this request
.google.cloud.compute.v1.CacheInvalidationRule cache_invalidation_rule_resource = 312795565 [(.google.api.field_behavior) = REQUIRED];
|
Copyright © 2025 Google LLC. All rights reserved.