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

proto.com.cognite.client.dto.DataSetOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: data_set.proto

package com.cognite.client.dto;

public interface DataSetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.DataSet)
    com.google.protobuf.MessageOrBuilder {

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

  /**
   * optional string external_id = 2;
   * @return Whether the externalId field is set.
   */
  boolean hasExternalId();
  /**
   * optional string external_id = 2;
   * @return The externalId.
   */
  java.lang.String getExternalId();
  /**
   * optional string external_id = 2;
   * @return The bytes for externalId.
   */
  com.google.protobuf.ByteString
      getExternalIdBytes();

  /**
   * optional string name = 3;
   * @return Whether the name field is set.
   */
  boolean hasName();
  /**
   * optional string name = 3;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * optional string name = 3;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * optional string description = 4;
   * @return Whether the description field is set.
   */
  boolean hasDescription();
  /**
   * optional string description = 4;
   * @return The description.
   */
  java.lang.String getDescription();
  /**
   * optional string description = 4;
   * @return The bytes for description.
   */
  com.google.protobuf.ByteString
      getDescriptionBytes();

  /**
   * optional bool write_protected = 5;
   * @return Whether the writeProtected field is set.
   */
  boolean hasWriteProtected();
  /**
   * optional bool write_protected = 5;
   * @return The writeProtected.
   */
  boolean getWriteProtected();

  /**
   * optional int64 created_time = 6;
   * @return Whether the createdTime field is set.
   */
  boolean hasCreatedTime();
  /**
   * optional int64 created_time = 6;
   * @return The createdTime.
   */
  long getCreatedTime();

  /**
   * optional int64 last_updated_time = 7;
   * @return Whether the lastUpdatedTime field is set.
   */
  boolean hasLastUpdatedTime();
  /**
   * optional int64 last_updated_time = 7;
   * @return The lastUpdatedTime.
   */
  long getLastUpdatedTime();

  /**
   * map<string, string> metadata = 8;
   */
  int getMetadataCount();
  /**
   * map<string, string> metadata = 8;
   */
  boolean containsMetadata(
      java.lang.String key);
  /**
   * Use {@link #getMetadataMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getMetadata();
  /**
   * map<string, string> metadata = 8;
   */
  java.util.Map
  getMetadataMap();
  /**
   * map<string, string> metadata = 8;
   */

  java.lang.String getMetadataOrDefault(
      java.lang.String key,
      java.lang.String defaultValue);
  /**
   * map<string, string> metadata = 8;
   */

  java.lang.String getMetadataOrThrow(
      java.lang.String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy