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

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

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

  /**
   * bytes binary = 3;
   * @return Whether the binary field is set.
   */
  boolean hasBinary();
  /**
   * bytes binary = 3;
   * @return The binary.
   */
  com.google.protobuf.ByteString getBinary();

  /**
   * string binary_uri = 4;
   * @return Whether the binaryUri field is set.
   */
  boolean hasBinaryUri();
  /**
   * string binary_uri = 4;
   * @return The binaryUri.
   */
  java.lang.String getBinaryUri();
  /**
   * string binary_uri = 4;
   * @return The bytes for binaryUri.
   */
  com.google.protobuf.ByteString
      getBinaryUriBytes();

  /**
   * int64 content_length = 5;
   * @return The contentLength.
   */
  long getContentLength();

  public com.cognite.client.dto.ThreeDFileBinary.IdTypeCase getIdTypeCase();

  public com.cognite.client.dto.ThreeDFileBinary.BinaryTypeCase getBinaryTypeCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy