proto.com.cognite.client.dto.ThreeDFileBinaryOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// 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