All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.com.cognite.client.dto.SequenceRowOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
// 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 
      getValuesOrBuilderList();
  /**
   * repeated .google.protobuf.Value values = 2;
   */
  com.google.protobuf.ValueOrBuilder getValuesOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy