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

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

There is a newer version: 2.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: three_d_model.proto

package com.cognite.client.dto;

public interface ThreeDRevisionLogOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.ThreeDRevisionLog)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 timestamp = 1;
   * @return Whether the timestamp field is set.
   */
  boolean hasTimestamp();
  /**
   * optional int64 timestamp = 1;
   * @return The timestamp.
   */
  long getTimestamp();

  /**
   * optional int32 severity = 2;
   * @return Whether the severity field is set.
   */
  boolean hasSeverity();
  /**
   * optional int32 severity = 2;
   * @return The severity.
   */
  int getSeverity();

  /**
   * optional string type = 3;
   * @return Whether the type field is set.
   */
  boolean hasType();
  /**
   * optional string type = 3;
   * @return The type.
   */
  java.lang.String getType();
  /**
   * optional string type = 3;
   * @return The bytes for type.
   */
  com.google.protobuf.ByteString
      getTypeBytes();

  /**
   * optional string info = 4;
   * @return Whether the info field is set.
   */
  boolean hasInfo();
  /**
   * optional string info = 4;
   * @return The info.
   */
  java.lang.String getInfo();
  /**
   * optional string info = 4;
   * @return The bytes for info.
   */
  com.google.protobuf.ByteString
      getInfoBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy