proto.com.cognite.client.dto.AggregateOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: aggregate.proto
package com.cognite.client.dto;
public interface AggregateOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.Aggregate)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;
*/
java.util.List
getAggregatesList();
/**
* repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;
*/
com.cognite.client.dto.Aggregate.Record getAggregates(int index);
/**
* repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;
*/
int getAggregatesCount();
/**
* repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;
*/
java.util.List extends com.cognite.client.dto.Aggregate.RecordOrBuilder>
getAggregatesOrBuilderList();
/**
* repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;
*/
com.cognite.client.dto.Aggregate.RecordOrBuilder getAggregatesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy