proto.com.cognite.client.dto.ThreeDOutputOrBuilder 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 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