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

com.hedera.hashgraph.sdk.proto.FileAppendTransactionBodyOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.40.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: file_append.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

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; * @return Whether the fileID field is set. */ boolean hasFileID(); /** *
   **
   * The file to which the bytes will be appended
   * 
* * .proto.FileID fileID = 2; * @return The fileID. */ com.hedera.hashgraph.sdk.proto.FileID getFileID(); /** *
   **
   * The file to which the bytes will be appended
   * 
* * .proto.FileID fileID = 2; */ com.hedera.hashgraph.sdk.proto.FileIDOrBuilder getFileIDOrBuilder(); /** *
   **
   * The bytes that will be appended to the end of the specified file
   * 
* * bytes contents = 4; * @return The contents. */ com.google.protobuf.ByteString getContents(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy