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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: deephaven_core/proto/storage.proto

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

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

  /**
   * 
   * The path to the directory to create
   * 
* * string path = 1; * @return The path. */ java.lang.String getPath(); /** *
   * The path to the directory to create
   * 
* * string path = 1; * @return The bytes for path. */ com.google.protobuf.ByteString getPathBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy