Package org.yamcs.protobuf.audit
Interface ListAuditRecordsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAuditRecordsResponse
,ListAuditRecordsResponse.Builder
public interface ListAuditRecordsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionToken indicating the response is only partial.com.google.protobuf.ByteString
Token indicating the response is only partial.getRecords
(int index) Page with matching recordsint
Page with matching recordsPage with matching recordsgetRecordsOrBuilder
(int index) Page with matching recordsList<? extends AuditRecordOrBuilder>
Page with matching recordsboolean
Token indicating the response is only partial.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
-
getRecordsList
List<AuditRecord> getRecordsList()Page with matching records
repeated .yamcs.protobuf.audit.AuditRecord records = 1;
-
getRecords
Page with matching records
repeated .yamcs.protobuf.audit.AuditRecord records = 1;
-
getRecordsCount
int getRecordsCount()Page with matching records
repeated .yamcs.protobuf.audit.AuditRecord records = 1;
-
getRecordsOrBuilderList
List<? extends AuditRecordOrBuilder> getRecordsOrBuilderList()Page with matching records
repeated .yamcs.protobuf.audit.AuditRecord records = 1;
-
getRecordsOrBuilder
Page with matching records
repeated .yamcs.protobuf.audit.AuditRecord records = 1;
-
hasContinuationToken
boolean hasContinuationToken()Token indicating the response is only partial. More results can then be obtained by performing the same request (including all original query parameters) and setting the ``next`` parameter to this token.
optional string continuationToken = 2;
- Returns:
- Whether the continuationToken field is set.
-
getContinuationToken
String getContinuationToken()Token indicating the response is only partial. More results can then be obtained by performing the same request (including all original query parameters) and setting the ``next`` parameter to this token.
optional string continuationToken = 2;
- Returns:
- The continuationToken.
-
getContinuationTokenBytes
com.google.protobuf.ByteString getContinuationTokenBytes()Token indicating the response is only partial. More results can then be obtained by performing the same request (including all original query parameters) and setting the ``next`` parameter to this token.
optional string continuationToken = 2;
- Returns:
- The bytes for continuationToken.
-