proto.com.cognite.client.dto.ThreeDModelOrBuilder 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 ThreeDModelOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.ThreeDModel)
com.google.protobuf.MessageOrBuilder {
/**
* optional int64 id = 2;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional int64 id = 2;
* @return The id.
*/
long getId();
/**
* optional string name = 1;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* optional string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* optional string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* optional int64 created_time = 3;
* @return Whether the createdTime field is set.
*/
boolean hasCreatedTime();
/**
* optional int64 created_time = 3;
* @return The createdTime.
*/
long getCreatedTime();
/**
* optional int64 data_set_id = 4;
* @return Whether the dataSetId field is set.
*/
boolean hasDataSetId();
/**
* optional int64 data_set_id = 4;
* @return The dataSetId.
*/
long getDataSetId();
/**
* map<string, string> metadata = 5;
*/
int getMetadataCount();
/**
* map<string, string> metadata = 5;
*/
boolean containsMetadata(
java.lang.String key);
/**
* Use {@link #getMetadataMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getMetadata();
/**
* map<string, string> metadata = 5;
*/
java.util.Map
getMetadataMap();
/**
* map<string, string> metadata = 5;
*/
java.lang.String getMetadataOrDefault(
java.lang.String key,
java.lang.String defaultValue);
/**
* map<string, string> metadata = 5;
*/
java.lang.String getMetadataOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy