Interface ListObjectsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getObjects(int index)
    The list of objects.
    int
    The list of objects.
    The list of objects.
    The list of objects.
    The list of objects.
    getPrefixes(int index)
    Object name prefixes for objects that matched the request but were excluded forom ``objects`` because of a delimiter.
    com.google.protobuf.ByteString
    getPrefixesBytes(int index)
    Object name prefixes for objects that matched the request but were excluded forom ``objects`` because of a delimiter.
    int
    Object name prefixes for objects that matched the request but were excluded forom ``objects`` because of a delimiter.
    Object name prefixes for objects that matched the request but were excluded forom ``objects`` because of a delimiter.

    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

    • getPrefixesList

      List<String> getPrefixesList()
       Object name prefixes for objects that matched the request but were
       excluded forom ``objects`` because of a delimiter.
       
      repeated string prefixes = 1;
      Returns:
      A list containing the prefixes.
    • getPrefixesCount

      int getPrefixesCount()
       Object name prefixes for objects that matched the request but were
       excluded forom ``objects`` because of a delimiter.
       
      repeated string prefixes = 1;
      Returns:
      The count of prefixes.
    • getPrefixes

      String getPrefixes(int index)
       Object name prefixes for objects that matched the request but were
       excluded forom ``objects`` because of a delimiter.
       
      repeated string prefixes = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The prefixes at the given index.
    • getPrefixesBytes

      com.google.protobuf.ByteString getPrefixesBytes(int index)
       Object name prefixes for objects that matched the request but were
       excluded forom ``objects`` because of a delimiter.
       
      repeated string prefixes = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the prefixes at the given index.
    • getObjectsList

      List<ObjectInfo> getObjectsList()
       The list of objects.
       
      repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;
    • getObjects

      ObjectInfo getObjects(int index)
       The list of objects.
       
      repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;
    • getObjectsCount

      int getObjectsCount()
       The list of objects.
       
      repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;
    • getObjectsOrBuilderList

      List<? extends ObjectInfoOrBuilder> getObjectsOrBuilderList()
       The list of objects.
       
      repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;
    • getObjectsOrBuilder

      ObjectInfoOrBuilder getObjectsOrBuilder(int index)
       The list of objects.
       
      repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;