proto.com.cognite.client.dto.SequenceRowOrBuilder 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: sequence.proto
package com.cognite.client.dto;
public interface SequenceRowOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.SequenceRow)
com.google.protobuf.MessageOrBuilder {
/**
* int64 row_number = 1;
* @return The rowNumber.
*/
long getRowNumber();
/**
* repeated .google.protobuf.Value values = 2;
*/
java.util.List
getValuesList();
/**
* repeated .google.protobuf.Value values = 2;
*/
com.google.protobuf.Value getValues(int index);
/**
* repeated .google.protobuf.Value values = 2;
*/
int getValuesCount();
/**
* repeated .google.protobuf.Value values = 2;
*/
java.util.List extends com.google.protobuf.ValueOrBuilder>
getValuesOrBuilderList();
/**
* repeated .google.protobuf.Value values = 2;
*/
com.google.protobuf.ValueOrBuilder getValuesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy