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
Modifier and TypeMethodDescriptionThe resource is inlined in the list collection.The resource is inlined in the list collection.A resource locator describing how the member resource is to be located.A resource locator describing how the member resource is to be located.boolean
The resource is inlined in the list collection.boolean
A resource locator describing how the member resource is to be located.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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()
-