java.io.deephaven.proto.backplane.grpc.SaveFileResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// 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();
}