Package com.google.cloud.compute.v1
Interface CacheInvalidationRuleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CacheInvalidationRule,CacheInvalidationRule.Builder
public interface CacheInvalidationRuleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHost()If set, this invalidation rule will only apply to requests with a Host header matching host.com.google.protobuf.ByteStringgetHostBytes()If set, this invalidation rule will only apply to requests with a Host header matching host.StringgetPath()optional string path = 3433509;com.google.protobuf.ByteStringgetPathBytes()optional string path = 3433509;booleanhasHost()If set, this invalidation rule will only apply to requests with a Host header matching host.booleanhasPath()optional string path = 3433509;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHost
boolean hasHost()
If set, this invalidation rule will only apply to requests with a Host header matching host.
optional string host = 3208616;- Returns:
- Whether the host field is set.
-
getHost
String getHost()
If set, this invalidation rule will only apply to requests with a Host header matching host.
optional string host = 3208616;- Returns:
- The host.
-
getHostBytes
com.google.protobuf.ByteString getHostBytes()
If set, this invalidation rule will only apply to requests with a Host header matching host.
optional string host = 3208616;- Returns:
- The bytes for host.
-
hasPath
boolean hasPath()
optional string path = 3433509;- Returns:
- Whether the path field is set.
-
getPath
String getPath()
optional string path = 3433509;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
optional string path = 3433509;- Returns:
- The bytes for path.
-
-