Interface FileMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FileMetadata, FileMetadata.Builder

public interface FileMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    业务ID
    com.google.protobuf.ByteString
    业务ID
    业务类型
    com.google.protobuf.ByteString
    业务类型
    文件名
    com.google.protobuf.ByteString
    文件名
    MIME 类型
    com.google.protobuf.ByteString
    MIME 类型

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
      文件名
      
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      文件名
      
      string name = 1;
      Returns:
      The bytes for name.
    • getType

      String getType()
      MIME 类型
      
      string type = 2;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      MIME 类型
      
      string type = 2;
      Returns:
      The bytes for type.
    • getBizType

      String getBizType()
      业务类型
      
      string biz_type = 3;
      Returns:
      The bizType.
    • getBizTypeBytes

      com.google.protobuf.ByteString getBizTypeBytes()
      业务类型
      
      string biz_type = 3;
      Returns:
      The bytes for bizType.
    • getBizId

      String getBizId()
      业务ID
      
      string biz_id = 4;
      Returns:
      The bizId.
    • getBizIdBytes

      com.google.protobuf.ByteString getBizIdBytes()
      业务ID
      
      string biz_id = 4;
      Returns:
      The bytes for bizId.