Uses of Class
com.google.cloud.compute.v1.CacheKeyPolicy
-
Packages that use CacheKeyPolicy Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of CacheKeyPolicy in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return CacheKeyPolicy Modifier and Type Method Description CacheKeyPolicy
CacheKeyPolicy.Builder. build()
CacheKeyPolicy
CacheKeyPolicy.Builder. buildPartial()
CacheKeyPolicy
BackendServiceCdnPolicy.Builder. getCacheKeyPolicy()
The CacheKeyPolicy for this CdnPolicy.CacheKeyPolicy
BackendServiceCdnPolicy. getCacheKeyPolicy()
The CacheKeyPolicy for this CdnPolicy.CacheKeyPolicy
BackendServiceCdnPolicyOrBuilder. getCacheKeyPolicy()
The CacheKeyPolicy for this CdnPolicy.static CacheKeyPolicy
CacheKeyPolicy. getDefaultInstance()
CacheKeyPolicy
CacheKeyPolicy.Builder. getDefaultInstanceForType()
CacheKeyPolicy
CacheKeyPolicy. getDefaultInstanceForType()
static CacheKeyPolicy
CacheKeyPolicy. parseDelimitedFrom(InputStream input)
static CacheKeyPolicy
CacheKeyPolicy. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CacheKeyPolicy
CacheKeyPolicy. parseFrom(byte[] data)
static CacheKeyPolicy
CacheKeyPolicy. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CacheKeyPolicy
CacheKeyPolicy. parseFrom(com.google.protobuf.ByteString data)
static CacheKeyPolicy
CacheKeyPolicy. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CacheKeyPolicy
CacheKeyPolicy. parseFrom(com.google.protobuf.CodedInputStream input)
static CacheKeyPolicy
CacheKeyPolicy. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CacheKeyPolicy
CacheKeyPolicy. parseFrom(InputStream input)
static CacheKeyPolicy
CacheKeyPolicy. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CacheKeyPolicy
CacheKeyPolicy. parseFrom(ByteBuffer data)
static CacheKeyPolicy
CacheKeyPolicy. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type CacheKeyPolicy Modifier and Type Method Description com.google.protobuf.Parser<CacheKeyPolicy>
CacheKeyPolicy. getParserForType()
static com.google.protobuf.Parser<CacheKeyPolicy>
CacheKeyPolicy. parser()
Methods in com.google.cloud.compute.v1 with parameters of type CacheKeyPolicy Modifier and Type Method Description BackendServiceCdnPolicy.Builder
BackendServiceCdnPolicy.Builder. mergeCacheKeyPolicy(CacheKeyPolicy value)
The CacheKeyPolicy for this CdnPolicy.CacheKeyPolicy.Builder
CacheKeyPolicy.Builder. mergeFrom(CacheKeyPolicy other)
static CacheKeyPolicy.Builder
CacheKeyPolicy. newBuilder(CacheKeyPolicy prototype)
BackendServiceCdnPolicy.Builder
BackendServiceCdnPolicy.Builder. setCacheKeyPolicy(CacheKeyPolicy value)
The CacheKeyPolicy for this CdnPolicy.
-