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

com.cognite.v1.timeseries.proto.DataPointListItemOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: data_point_list_response.proto

package com.cognite.v1.timeseries.proto;

public interface DataPointListItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.v1.timeseries.proto.DataPointListItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 id = 1;
   * @return The id.
   */
  long getId();

  /**
   * string externalId = 2;
   * @return The externalId.
   */
  java.lang.String getExternalId();
  /**
   * string externalId = 2;
   * @return The bytes for externalId.
   */
  com.google.protobuf.ByteString
      getExternalIdBytes();

  /**
   * bool isString = 6;
   * @return The isString.
   */
  boolean getIsString();

  /**
   * bool isStep = 7;
   * @return The isStep.
   */
  boolean getIsStep();

  /**
   * string unit = 8;
   * @return The unit.
   */
  java.lang.String getUnit();
  /**
   * string unit = 8;
   * @return The bytes for unit.
   */
  com.google.protobuf.ByteString
      getUnitBytes();

  /**
   * .com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3;
   * @return Whether the numericDatapoints field is set.
   */
  boolean hasNumericDatapoints();
  /**
   * .com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3;
   * @return The numericDatapoints.
   */
  com.cognite.v1.timeseries.proto.NumericDatapoints getNumericDatapoints();
  /**
   * .com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3;
   */
  com.cognite.v1.timeseries.proto.NumericDatapointsOrBuilder getNumericDatapointsOrBuilder();

  /**
   * .com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4;
   * @return Whether the stringDatapoints field is set.
   */
  boolean hasStringDatapoints();
  /**
   * .com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4;
   * @return The stringDatapoints.
   */
  com.cognite.v1.timeseries.proto.StringDatapoints getStringDatapoints();
  /**
   * .com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4;
   */
  com.cognite.v1.timeseries.proto.StringDatapointsOrBuilder getStringDatapointsOrBuilder();

  /**
   * .com.cognite.v1.timeseries.proto.AggregateDatapoints aggregateDatapoints = 5;
   * @return Whether the aggregateDatapoints field is set.
   */
  boolean hasAggregateDatapoints();
  /**
   * .com.cognite.v1.timeseries.proto.AggregateDatapoints aggregateDatapoints = 5;
   * @return The aggregateDatapoints.
   */
  com.cognite.v1.timeseries.proto.AggregateDatapoints getAggregateDatapoints();
  /**
   * .com.cognite.v1.timeseries.proto.AggregateDatapoints aggregateDatapoints = 5;
   */
  com.cognite.v1.timeseries.proto.AggregateDatapointsOrBuilder getAggregateDatapointsOrBuilder();

  public com.cognite.v1.timeseries.proto.DataPointListItem.DatapointTypeCase getDatapointTypeCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy