Interface ClusterCollectionOrBuilder

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

    public interface ClusterCollectionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CollectionEntry getEntries()
      .xds.core.v3.CollectionEntry entries = 1;
      CollectionEntryOrBuilder getEntriesOrBuilder()
      .xds.core.v3.CollectionEntry entries = 1;
      boolean hasEntries()
      .xds.core.v3.CollectionEntry entries = 1;
      • 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 Detail

      • hasEntries

        boolean hasEntries()
        .xds.core.v3.CollectionEntry entries = 1;
        Returns:
        Whether the entries field is set.
      • getEntries

        CollectionEntry getEntries()
        .xds.core.v3.CollectionEntry entries = 1;
        Returns:
        The entries.