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

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

  /**
   * optional string format = 1;
   * @return Whether the format field is set.
   */
  boolean hasFormat();
  /**
   * optional string format = 1;
   * @return The format.
   */
  java.lang.String getFormat();
  /**
   * optional string format = 1;
   * @return The bytes for format.
   */
  com.google.protobuf.ByteString
      getFormatBytes();

  /**
   * optional int32 version = 2;
   * @return Whether the version field is set.
   */
  boolean hasVersion();
  /**
   * optional int32 version = 2;
   * @return The version.
   */
  int getVersion();

  /**
   * optional int64 blobId = 3;
   * @return Whether the blobId field is set.
   */
  boolean hasBlobId();
  /**
   * optional int64 blobId = 3;
   * @return The blobId.
   */
  long getBlobId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy