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

org.yamcs.protobuf.ObjectInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/buckets/buckets.proto

package org.yamcs.protobuf;

public interface ObjectInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.buckets.ObjectInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string name = 1;
   */
  boolean hasName();
  /**
   * optional string name = 1;
   */
  java.lang.String getName();
  /**
   * optional string name = 1;
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * 
   *time in UTC format
   * 
* * optional string created = 2; */ boolean hasCreated(); /** *
   *time in UTC format
   * 
* * optional string created = 2; */ java.lang.String getCreated(); /** *
   *time in UTC format
   * 
* * optional string created = 2; */ com.google.protobuf.ByteString getCreatedBytes(); /** *
   *size in bytes
   * 
* * optional uint64 size = 3; */ boolean hasSize(); /** *
   *size in bytes
   * 
* * optional uint64 size = 3; */ long getSize(); /** * map<string, string> metadata = 4; */ int getMetadataCount(); /** * map<string, string> metadata = 4; */ boolean containsMetadata( java.lang.String key); /** * Use {@link #getMetadataMap()} instead. */ @java.lang.Deprecated java.util.Map getMetadata(); /** * map<string, string> metadata = 4; */ java.util.Map getMetadataMap(); /** * map<string, string> metadata = 4; */ java.lang.String getMetadataOrDefault( java.lang.String key, java.lang.String defaultValue); /** * map<string, string> metadata = 4; */ java.lang.String getMetadataOrThrow( java.lang.String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy