Interface AggregateOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getAggregates(int index)
    repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
    int
    repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
    repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
    repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
    repeated .com.cognite.client.dto.Aggregate.Record aggregates = 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 Details

    • getAggregatesList

      List<Aggregate.Record> getAggregatesList()
      repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
    • getAggregates

      Aggregate.Record getAggregates(int index)
      repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
    • getAggregatesCount

      int getAggregatesCount()
      repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
    • getAggregatesOrBuilderList

      List<? extends Aggregate.RecordOrBuilder> getAggregatesOrBuilderList()
      repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
    • getAggregatesOrBuilder

      Aggregate.RecordOrBuilder getAggregatesOrBuilder(int index)
      repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;