
com.hederahashgraph.api.proto.java.FileAppendTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FileAppend.proto
package com.hederahashgraph.api.proto.java;
public interface FileAppendTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.FileAppendTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
* The file to which the bytes will be appended
*
*
* .proto.FileID fileID = 2;
*/
boolean hasFileID();
/**
*
* The file to which the bytes will be appended
*
*
* .proto.FileID fileID = 2;
*/
com.hederahashgraph.api.proto.java.FileID getFileID();
/**
*
* The file to which the bytes will be appended
*
*
* .proto.FileID fileID = 2;
*/
com.hederahashgraph.api.proto.java.FileIDOrBuilder getFileIDOrBuilder();
/**
*
* The bytes that will be appended to the end of the specified file
*
*
* bytes contents = 4;
*/
com.google.protobuf.ByteString getContents();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy