Interface CollectionEntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CollectionEntry, CollectionEntry.Builder

public interface CollectionEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasLocator

      boolean hasLocator()
       A resource locator describing how the member resource is to be located.
       
      .xds.core.v3.ResourceLocator locator = 1;
      Returns:
      Whether the locator field is set.
    • getLocator

      ResourceLocator getLocator()
       A resource locator describing how the member resource is to be located.
       
      .xds.core.v3.ResourceLocator locator = 1;
      Returns:
      The locator.
    • getLocatorOrBuilder

      ResourceLocatorOrBuilder getLocatorOrBuilder()
       A resource locator describing how the member resource is to be located.
       
      .xds.core.v3.ResourceLocator locator = 1;
    • hasInlineEntry

      boolean hasInlineEntry()
       The resource is inlined in the list collection.
       
      .xds.core.v3.CollectionEntry.InlineEntry inline_entry = 2;
      Returns:
      Whether the inlineEntry field is set.
    • getInlineEntry

      CollectionEntry.InlineEntry getInlineEntry()
       The resource is inlined in the list collection.
       
      .xds.core.v3.CollectionEntry.InlineEntry inline_entry = 2;
      Returns:
      The inlineEntry.
    • getInlineEntryOrBuilder

      CollectionEntry.InlineEntryOrBuilder getInlineEntryOrBuilder()
       The resource is inlined in the list collection.
       
      .xds.core.v3.CollectionEntry.InlineEntry inline_entry = 2;
    • getResourceSpecifierCase

      CollectionEntry.ResourceSpecifierCase getResourceSpecifierCase()