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

java.io.deephaven.proto.backplane.grpc.SaveFileResponseOrBuilder 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 SaveFileResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.SaveFileResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Represents the etag of the saved contents, so the client can check for external changes.
   * 
* * optional string etag = 1; * @return Whether the etag field is set. */ boolean hasEtag(); /** *
   * Represents the etag of the saved contents, so the client can check for external changes.
   * 
* * optional string etag = 1; * @return The etag. */ java.lang.String getEtag(); /** *
   * Represents the etag of the saved contents, so the client can check for external changes.
   * 
* * optional string etag = 1; * @return The bytes for etag. */ com.google.protobuf.ByteString getEtagBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy