Package com.github.xds.core.v3
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionEntry.InlineEntrygetInlineEntry()The resource is inlined in the list collection.CollectionEntry.InlineEntryOrBuildergetInlineEntryOrBuilder()The resource is inlined in the list collection.ResourceLocatorgetLocator()A resource locator describing how the member resource is to be located.ResourceLocatorOrBuildergetLocatorOrBuilder()A resource locator describing how the member resource is to be located.CollectionEntry.ResourceSpecifierCasegetResourceSpecifierCase()booleanhasInlineEntry()The resource is inlined in the list collection.booleanhasLocator()A resource locator describing how the member resource is to be located.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-