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

proto.com.cognite.client.dto.SequenceBodyOrBuilder 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 SequenceBodyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.SequenceBody)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string external_id = 1;
   * @return Whether the externalId field is set.
   */
  boolean hasExternalId();
  /**
   * optional string external_id = 1;
   * @return The externalId.
   */
  java.lang.String getExternalId();
  /**
   * optional string external_id = 1;
   * @return The bytes for externalId.
   */
  com.google.protobuf.ByteString
      getExternalIdBytes();

  /**
   * optional int64 id = 2;
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   * optional int64 id = 2;
   * @return The id.
   */
  long getId();

  /**
   * repeated .com.cognite.beam.proto.SequenceColumn columns = 3;
   */
  java.util.List 
      getColumnsList();
  /**
   * repeated .com.cognite.beam.proto.SequenceColumn columns = 3;
   */
  com.cognite.client.dto.SequenceColumn getColumns(int index);
  /**
   * repeated .com.cognite.beam.proto.SequenceColumn columns = 3;
   */
  int getColumnsCount();
  /**
   * repeated .com.cognite.beam.proto.SequenceColumn columns = 3;
   */
  java.util.List 
      getColumnsOrBuilderList();
  /**
   * repeated .com.cognite.beam.proto.SequenceColumn columns = 3;
   */
  com.cognite.client.dto.SequenceColumnOrBuilder getColumnsOrBuilder(
      int index);

  /**
   * repeated .com.cognite.beam.proto.SequenceRow rows = 4;
   */
  java.util.List 
      getRowsList();
  /**
   * repeated .com.cognite.beam.proto.SequenceRow rows = 4;
   */
  com.cognite.client.dto.SequenceRow getRows(int index);
  /**
   * repeated .com.cognite.beam.proto.SequenceRow rows = 4;
   */
  int getRowsCount();
  /**
   * repeated .com.cognite.beam.proto.SequenceRow rows = 4;
   */
  java.util.List 
      getRowsOrBuilderList();
  /**
   * repeated .com.cognite.beam.proto.SequenceRow rows = 4;
   */
  com.cognite.client.dto.SequenceRowOrBuilder getRowsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy