Uses of Class
io.envoyproxy.envoy.service.discovery.v3.Resource.CacheControl
-
Packages that use Resource.CacheControl Package Description io.envoyproxy.envoy.service.discovery.v3 -
-
Uses of Resource.CacheControl in io.envoyproxy.envoy.service.discovery.v3
Fields in io.envoyproxy.envoy.service.discovery.v3 declared as Resource.CacheControl Modifier and Type Field Description private Resource.CacheControl
Resource.Builder. cacheControl_
private Resource.CacheControl
Resource. cacheControl_
private static Resource.CacheControl
Resource.CacheControl. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.service.discovery.v3 with type parameters of type Resource.CacheControl Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Resource.CacheControl,Resource.CacheControl.Builder,Resource.CacheControlOrBuilder>
Resource.Builder. cacheControlBuilder_
private static com.google.protobuf.Parser<Resource.CacheControl>
Resource.CacheControl. PARSER
Methods in io.envoyproxy.envoy.service.discovery.v3 that return Resource.CacheControl Modifier and Type Method Description Resource.CacheControl
Resource.CacheControl.Builder. build()
Resource.CacheControl
Resource.CacheControl.Builder. buildPartial()
Resource.CacheControl
Resource.Builder. getCacheControl()
Cache control properties for the resource.Resource.CacheControl
Resource. getCacheControl()
Cache control properties for the resource.Resource.CacheControl
ResourceOrBuilder. getCacheControl()
Cache control properties for the resource.static Resource.CacheControl
Resource.CacheControl. getDefaultInstance()
Resource.CacheControl
Resource.CacheControl.Builder. getDefaultInstanceForType()
Resource.CacheControl
Resource.CacheControl. getDefaultInstanceForType()
static Resource.CacheControl
Resource.CacheControl. parseDelimitedFrom(java.io.InputStream input)
static Resource.CacheControl
Resource.CacheControl. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Resource.CacheControl
Resource.CacheControl. parseFrom(byte[] data)
static Resource.CacheControl
Resource.CacheControl. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Resource.CacheControl
Resource.CacheControl. parseFrom(com.google.protobuf.ByteString data)
static Resource.CacheControl
Resource.CacheControl. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Resource.CacheControl
Resource.CacheControl. parseFrom(com.google.protobuf.CodedInputStream input)
static Resource.CacheControl
Resource.CacheControl. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Resource.CacheControl
Resource.CacheControl. parseFrom(java.io.InputStream input)
static Resource.CacheControl
Resource.CacheControl. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Resource.CacheControl
Resource.CacheControl. parseFrom(java.nio.ByteBuffer data)
static Resource.CacheControl
Resource.CacheControl. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.service.discovery.v3 that return types with arguments of type Resource.CacheControl Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Resource.CacheControl,Resource.CacheControl.Builder,Resource.CacheControlOrBuilder>
Resource.Builder. getCacheControlFieldBuilder()
Cache control properties for the resource.com.google.protobuf.Parser<Resource.CacheControl>
Resource.CacheControl. getParserForType()
static com.google.protobuf.Parser<Resource.CacheControl>
Resource.CacheControl. parser()
Methods in io.envoyproxy.envoy.service.discovery.v3 with parameters of type Resource.CacheControl Modifier and Type Method Description private void
Resource.CacheControl.Builder. buildPartial0(Resource.CacheControl result)
Resource.Builder
Resource.Builder. mergeCacheControl(Resource.CacheControl value)
Cache control properties for the resource.Resource.CacheControl.Builder
Resource.CacheControl.Builder. mergeFrom(Resource.CacheControl other)
static Resource.CacheControl.Builder
Resource.CacheControl. newBuilder(Resource.CacheControl prototype)
Resource.Builder
Resource.Builder. setCacheControl(Resource.CacheControl value)
Cache control properties for the resource.
-