jmash.file.protobuf.JmashFileKeyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: jmash/file/protobuf/file_message.proto
// Protobuf Java Version: 3.25.1
package jmash.file.protobuf;
public interface JmashFileKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:jmash.file.JmashFileKey)
com.google.protobuf.MessageOrBuilder {
/**
*
*租户.
*
*
* string tenant = 1;
* @return The tenant.
*/
java.lang.String getTenant();
/**
*
*租户.
*
*
* string tenant = 1;
* @return The bytes for tenant.
*/
com.google.protobuf.ByteString
getTenantBytes();
/**
* string file_id = 2;
* @return The fileId.
*/
java.lang.String getFileId();
/**
* string file_id = 2;
* @return The bytes for fileId.
*/
com.google.protobuf.ByteString
getFileIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy