
com.hederahashgraph.api.proto.java.FileUpdateTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FileUpdate.proto
package com.hederahashgraph.api.proto.java;
public interface FileUpdateTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.FileUpdateTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
* The ID of the file to update
*
*
* .proto.FileID fileID = 1;
*/
boolean hasFileID();
/**
*
* The ID of the file to update
*
*
* .proto.FileID fileID = 1;
*/
com.hederahashgraph.api.proto.java.FileID getFileID();
/**
*
* The ID of the file to update
*
*
* .proto.FileID fileID = 1;
*/
com.hederahashgraph.api.proto.java.FileIDOrBuilder getFileIDOrBuilder();
/**
*
* The new expiry time (ignored if not later than the current expiry)
*
*
* .proto.Timestamp expirationTime = 2;
*/
boolean hasExpirationTime();
/**
*
* The new expiry time (ignored if not later than the current expiry)
*
*
* .proto.Timestamp expirationTime = 2;
*/
com.hederahashgraph.api.proto.java.Timestamp getExpirationTime();
/**
*
* The new expiry time (ignored if not later than the current expiry)
*
*
* .proto.Timestamp expirationTime = 2;
*/
com.hederahashgraph.api.proto.java.TimestampOrBuilder getExpirationTimeOrBuilder();
/**
*
* The new list of keys that can modify or delete the file
*
*
* .proto.KeyList keys = 3;
*/
boolean hasKeys();
/**
*
* The new list of keys that can modify or delete the file
*
*
* .proto.KeyList keys = 3;
*/
com.hederahashgraph.api.proto.java.KeyList getKeys();
/**
*
* The new list of keys that can modify or delete the file
*
*
* .proto.KeyList keys = 3;
*/
com.hederahashgraph.api.proto.java.KeyListOrBuilder getKeysOrBuilder();
/**
*
* The new contents that should overwrite the file's current contents
*
*
* bytes contents = 4;
*/
com.google.protobuf.ByteString getContents();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy