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

jmash.file.protobuf.JmashFileKeyListOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
// 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 JmashFileKeyListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:jmash.file.JmashFileKeyList)
    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(); /** * repeated string file_id = 2; * @return A list containing the fileId. */ java.util.List getFileIdList(); /** * repeated string file_id = 2; * @return The count of fileId. */ int getFileIdCount(); /** * repeated string file_id = 2; * @param index The index of the element to return. * @return The fileId at the given index. */ java.lang.String getFileId(int index); /** * repeated string file_id = 2; * @param index The index of the value to return. * @return The bytes of the fileId at the given index. */ com.google.protobuf.ByteString getFileIdBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy