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.9
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 {

  /**
   * 
   * Object name
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Object name
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Object name
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Creation time
   * 
* * optional .google.protobuf.Timestamp created = 2; * @return Whether the created field is set. */ boolean hasCreated(); /** *
   * Creation time
   * 
* * optional .google.protobuf.Timestamp created = 2; * @return The created. */ com.google.protobuf.Timestamp getCreated(); /** *
   * Creation time
   * 
* * optional .google.protobuf.Timestamp created = 2; */ com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder(); /** *
   * Size in bytes
   * 
* * optional uint64 size = 3; * @return Whether the size field is set. */ boolean hasSize(); /** *
   * Size in bytes
   * 
* * optional uint64 size = 3; * @return The size. */ long getSize(); /** *
   * Object metadata
   * 
* * map<string, string> metadata = 4; */ int getMetadataCount(); /** *
   * Object metadata
   * 
* * map<string, string> metadata = 4; */ boolean containsMetadata( java.lang.String key); /** * Use {@link #getMetadataMap()} instead. */ @java.lang.Deprecated java.util.Map getMetadata(); /** *
   * Object metadata
   * 
* * map<string, string> metadata = 4; */ java.util.Map getMetadataMap(); /** *
   * Object metadata
   * 
* * map<string, string> metadata = 4; */ java.lang.String getMetadataOrDefault( java.lang.String key, java.lang.String defaultValue); /** *
   * Object metadata
   * 
* * map<string, string> metadata = 4; */ java.lang.String getMetadataOrThrow( java.lang.String key); /** *
   * Content type
   * 
* * optional string contentType = 5; * @return Whether the contentType field is set. */ boolean hasContentType(); /** *
   * Content type
   * 
* * optional string contentType = 5; * @return The contentType. */ java.lang.String getContentType(); /** *
   * Content type
   * 
* * optional string contentType = 5; * @return The bytes for contentType. */ com.google.protobuf.ByteString getContentTypeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy