public static final class SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder extends <any> implements SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilder
SnapshotRegionManifest.StoreFilepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder clear()
public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public SnapshotProtos.SnapshotRegionManifest.StoreFile getDefaultInstanceForType()
public SnapshotProtos.SnapshotRegionManifest.StoreFile build()
public SnapshotProtos.SnapshotRegionManifest.StoreFile buildPartial()
public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasName()
required string name = 1;hasName in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic String getName()
required string name = 1;getName in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder setName(String value)
required string name = 1;public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder clearName()
required string name = 1;public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;public boolean hasReference()
optional .Reference reference = 2;hasReference in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic FSProtos.Reference getReference()
optional .Reference reference = 2;getReference in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder setReference(FSProtos.Reference value)
optional .Reference reference = 2;public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder setReference(FSProtos.Reference.Builder builderForValue)
optional .Reference reference = 2;public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder mergeReference(FSProtos.Reference value)
optional .Reference reference = 2;public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder clearReference()
optional .Reference reference = 2;public FSProtos.Reference.Builder getReferenceBuilder()
optional .Reference reference = 2;public FSProtos.ReferenceOrBuilder getReferenceOrBuilder()
optional .Reference reference = 2;getReferenceOrBuilder in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic boolean hasFileSize()
optional uint64 file_size = 3;
 TODO: Add checksums or other fields to verify the file
hasFileSize in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic long getFileSize()
optional uint64 file_size = 3;
 TODO: Add checksums or other fields to verify the file
getFileSize in interface SnapshotProtos.SnapshotRegionManifest.StoreFileOrBuilderpublic SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder setFileSize(long value)
optional uint64 file_size = 3;
 TODO: Add checksums or other fields to verify the file
public SnapshotProtos.SnapshotRegionManifest.StoreFile.Builder clearFileSize()
optional uint64 file_size = 3;
 TODO: Add checksums or other fields to verify the file