public interface CollectionEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CollectionEntry.InlineEntry |
getInlineEntry()
The resource is inlined in the list collection.
|
CollectionEntry.InlineEntryOrBuilder |
getInlineEntryOrBuilder()
The resource is inlined in the list collection.
|
ResourceLocator |
getLocator()
A resource locator describing how the member resource is to be located.
|
ResourceLocatorOrBuilder |
getLocatorOrBuilder()
A resource locator describing how the member resource is to be located.
|
CollectionEntry.ResourceSpecifierCase |
getResourceSpecifierCase() |
boolean |
hasInlineEntry()
The resource is inlined in the list collection.
|
boolean |
hasLocator()
A resource locator describing how the member resource is to be located.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocator()
A resource locator describing how the member resource is to be located.
.xds.core.v3.ResourceLocator locator = 1;ResourceLocator getLocator()
A resource locator describing how the member resource is to be located.
.xds.core.v3.ResourceLocator locator = 1;ResourceLocatorOrBuilder getLocatorOrBuilder()
A resource locator describing how the member resource is to be located.
.xds.core.v3.ResourceLocator locator = 1;boolean hasInlineEntry()
The resource is inlined in the list collection.
.xds.core.v3.CollectionEntry.InlineEntry inline_entry = 2;CollectionEntry.InlineEntry getInlineEntry()
The resource is inlined in the list collection.
.xds.core.v3.CollectionEntry.InlineEntry inline_entry = 2;CollectionEntry.InlineEntryOrBuilder getInlineEntryOrBuilder()
The resource is inlined in the list collection.
.xds.core.v3.CollectionEntry.InlineEntry inline_entry = 2;CollectionEntry.ResourceSpecifierCase getResourceSpecifierCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.