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

java.io.deephaven.proto.backplane.grpc.ItemInfoOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;

public interface ItemInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.ItemInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The path to the item that this message describes.
   * 
* * string path = 1; * @return The path. */ java.lang.String getPath(); /** *
   * The path to the item that this message describes.
   * 
* * string path = 1; * @return The bytes for path. */ com.google.protobuf.ByteString getPathBytes(); /** *
   * The type of this item, either file or directory.
   * 
* * .io.deephaven.proto.backplane.grpc.ItemType type = 2; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** *
   * The type of this item, either file or directory.
   * 
* * .io.deephaven.proto.backplane.grpc.ItemType type = 2; * @return The type. */ io.deephaven.proto.backplane.grpc.ItemType getType(); /** *
   * If this message represents a file, this is the size of the file.
   * 
* * sint64 size = 3 [jstype = JS_STRING]; * @return The size. */ long getSize(); /** *
   * Opaque string value representing a hash of the contents of this file, if available.
   * 
* * optional string etag = 4; * @return Whether the etag field is set. */ boolean hasEtag(); /** *
   * Opaque string value representing a hash of the contents of this file, if available.
   * 
* * optional string etag = 4; * @return The etag. */ java.lang.String getEtag(); /** *
   * Opaque string value representing a hash of the contents of this file, if available.
   * 
* * optional string etag = 4; * @return The bytes for etag. */ com.google.protobuf.ByteString getEtagBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy