Uses of Class
com.github.xds.core.v3.ResourceLocator
Packages that use ResourceLocator
-
Uses of ResourceLocator in com.github.xds.core.v3
Fields in com.github.xds.core.v3 declared as ResourceLocatorModifier and TypeFieldDescriptionprivate static final ResourceLocator
ResourceLocator.DEFAULT_INSTANCE
Fields in com.github.xds.core.v3 with type parameters of type ResourceLocatorModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ResourceLocator, ResourceLocator.Builder, ResourceLocatorOrBuilder> ResourceLocator.Directive.Builder.altBuilder_
private com.google.protobuf.SingleFieldBuilder
<ResourceLocator, ResourceLocator.Builder, ResourceLocatorOrBuilder> CollectionEntry.Builder.locatorBuilder_
private static final com.google.protobuf.Parser
<ResourceLocator> ResourceLocator.PARSER
Methods in com.github.xds.core.v3 that return ResourceLocatorModifier and TypeMethodDescriptionResourceLocator.Builder.build()
ResourceLocator.Builder.buildPartial()
ResourceLocator.Directive.Builder.getAlt()
An alternative resource locator for fallback if the resource is unavailable.ResourceLocator.Directive.getAlt()
An alternative resource locator for fallback if the resource is unavailable.ResourceLocator.DirectiveOrBuilder.getAlt()
An alternative resource locator for fallback if the resource is unavailable.static ResourceLocator
ResourceLocator.getDefaultInstance()
ResourceLocator.Builder.getDefaultInstanceForType()
ResourceLocator.getDefaultInstanceForType()
CollectionEntry.Builder.getLocator()
A resource locator describing how the member resource is to be located.CollectionEntry.getLocator()
A resource locator describing how the member resource is to be located.CollectionEntryOrBuilder.getLocator()
A resource locator describing how the member resource is to be located.static ResourceLocator
ResourceLocator.parseDelimitedFrom
(InputStream input) static ResourceLocator
ResourceLocator.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ResourceLocator
ResourceLocator.parseFrom
(byte[] data) static ResourceLocator
ResourceLocator.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ResourceLocator
ResourceLocator.parseFrom
(com.google.protobuf.ByteString data) static ResourceLocator
ResourceLocator.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ResourceLocator
ResourceLocator.parseFrom
(com.google.protobuf.CodedInputStream input) static ResourceLocator
ResourceLocator.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ResourceLocator
ResourceLocator.parseFrom
(InputStream input) static ResourceLocator
ResourceLocator.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ResourceLocator
ResourceLocator.parseFrom
(ByteBuffer data) static ResourceLocator
ResourceLocator.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.core.v3 that return types with arguments of type ResourceLocatorModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ResourceLocator> ResourceLocator.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<ResourceLocator, ResourceLocator.Builder, ResourceLocatorOrBuilder> ResourceLocator.Directive.Builder.internalGetAltFieldBuilder()
An alternative resource locator for fallback if the resource is unavailable.private com.google.protobuf.SingleFieldBuilder
<ResourceLocator, ResourceLocator.Builder, ResourceLocatorOrBuilder> CollectionEntry.Builder.internalGetLocatorFieldBuilder()
A resource locator describing how the member resource is to be located.static com.google.protobuf.Parser
<ResourceLocator> ResourceLocator.parser()
Methods in com.github.xds.core.v3 with parameters of type ResourceLocatorModifier and TypeMethodDescriptionprivate void
ResourceLocator.Builder.buildPartial0
(ResourceLocator result) private void
ResourceLocator.Builder.buildPartialOneofs
(ResourceLocator result) private void
ResourceLocator.Builder.buildPartialRepeatedFields
(ResourceLocator result) ResourceLocator.Directive.Builder.mergeAlt
(ResourceLocator value) An alternative resource locator for fallback if the resource is unavailable.ResourceLocator.Builder.mergeFrom
(ResourceLocator other) CollectionEntry.Builder.mergeLocator
(ResourceLocator value) A resource locator describing how the member resource is to be located.static ResourceLocator.Builder
ResourceLocator.newBuilder
(ResourceLocator prototype) ResourceLocator.Directive.Builder.setAlt
(ResourceLocator value) An alternative resource locator for fallback if the resource is unavailable.CollectionEntry.Builder.setLocator
(ResourceLocator value) A resource locator describing how the member resource is to be located.