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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()文件名
string name = 1;- Returns:
- The bytes for name.
-
getType
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()MIME 类型
string type = 2;- Returns:
- The bytes for type.
-
getBizType
-
getBizTypeBytes
com.google.protobuf.ByteString getBizTypeBytes()业务类型
string biz_type = 3;- Returns:
- The bytes for bizType.
-
getBizId
-
getBizIdBytes
com.google.protobuf.ByteString getBizIdBytes()业务ID
string biz_id = 4;- Returns:
- The bytes for bizId.
-