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

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

There is a newer version: 0.36.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 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 - 2024 Weber Informatics LLC | Privacy Policy