org.yamcs.protobuf.ListObjectsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yamcs-api Show documentation
Show all versions of yamcs-api Show documentation
Used by external clients to communicate with Yamcs
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: yamcs/protobuf/buckets/buckets.proto
package org.yamcs.protobuf;
public interface ListObjectsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:yamcs.protobuf.buckets.ListObjectsResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string prefixes = 1;
*/
java.util.List
getPrefixesList();
/**
* repeated string prefixes = 1;
*/
int getPrefixesCount();
/**
* repeated string prefixes = 1;
*/
java.lang.String getPrefixes(int index);
/**
* repeated string prefixes = 1;
*/
com.google.protobuf.ByteString
getPrefixesBytes(int index);
/**
* repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;
*/
java.util.List
getObjectsList();
/**
* repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;
*/
org.yamcs.protobuf.ObjectInfo getObjects(int index);
/**
* repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;
*/
int getObjectsCount();
/**
* repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;
*/
java.util.List extends org.yamcs.protobuf.ObjectInfoOrBuilder>
getObjectsOrBuilderList();
/**
* repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;
*/
org.yamcs.protobuf.ObjectInfoOrBuilder getObjectsOrBuilder(
int index);
}