Uses of Class
com.github.xds.core.v3.ResourceLocator
-
Packages that use ResourceLocator Package Description com.github.xds.core.v3 -
-
Uses of ResourceLocator in com.github.xds.core.v3
Methods in com.github.xds.core.v3 that return ResourceLocator Modifier and Type Method Description ResourceLocatorResourceLocator.Builder. build()ResourceLocatorResourceLocator.Builder. buildPartial()ResourceLocatorResourceLocator.Directive.Builder. getAlt()An alternative resource locator for fallback if the resource is unavailable.ResourceLocatorResourceLocator.Directive. getAlt()An alternative resource locator for fallback if the resource is unavailable.ResourceLocatorResourceLocator.DirectiveOrBuilder. getAlt()An alternative resource locator for fallback if the resource is unavailable.static ResourceLocatorResourceLocator. getDefaultInstance()ResourceLocatorResourceLocator.Builder. getDefaultInstanceForType()ResourceLocatorResourceLocator. getDefaultInstanceForType()ResourceLocatorCollectionEntry.Builder. getLocator()A resource locator describing how the member resource is to be located.ResourceLocatorCollectionEntry. getLocator()A resource locator describing how the member resource is to be located.ResourceLocatorCollectionEntryOrBuilder. getLocator()A resource locator describing how the member resource is to be located.static ResourceLocatorResourceLocator. parseDelimitedFrom(InputStream input)static ResourceLocatorResourceLocator. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceLocatorResourceLocator. parseFrom(byte[] data)static ResourceLocatorResourceLocator. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceLocatorResourceLocator. parseFrom(com.google.protobuf.ByteString data)static ResourceLocatorResourceLocator. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceLocatorResourceLocator. parseFrom(com.google.protobuf.CodedInputStream input)static ResourceLocatorResourceLocator. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceLocatorResourceLocator. parseFrom(InputStream input)static ResourceLocatorResourceLocator. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceLocatorResourceLocator. parseFrom(ByteBuffer data)static ResourceLocatorResourceLocator. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.github.xds.core.v3 that return types with arguments of type ResourceLocator Modifier and Type Method Description com.google.protobuf.Parser<ResourceLocator>ResourceLocator. getParserForType()static com.google.protobuf.Parser<ResourceLocator>ResourceLocator. parser()Methods in com.github.xds.core.v3 with parameters of type ResourceLocator Modifier and Type Method Description ResourceLocator.Directive.BuilderResourceLocator.Directive.Builder. mergeAlt(ResourceLocator value)An alternative resource locator for fallback if the resource is unavailable.ResourceLocator.BuilderResourceLocator.Builder. mergeFrom(ResourceLocator other)CollectionEntry.BuilderCollectionEntry.Builder. mergeLocator(ResourceLocator value)A resource locator describing how the member resource is to be located.static ResourceLocator.BuilderResourceLocator. newBuilder(ResourceLocator prototype)ResourceLocator.Directive.BuilderResourceLocator.Directive.Builder. setAlt(ResourceLocator value)An alternative resource locator for fallback if the resource is unavailable.CollectionEntry.BuilderCollectionEntry.Builder. setLocator(ResourceLocator value)A resource locator describing how the member resource is to be located.
-