public final class BlobMetadata
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
BlobMetadata.Vector |
Constructor and Description |
---|
BlobMetadata() |
Modifier and Type | Method and Description |
---|---|
BlobMetadata |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addId(com.google.flatbuffers.FlatBufferBuilder builder,
int idOffset) |
static void |
addRetentionInDays(com.google.flatbuffers.FlatBufferBuilder builder,
int retentionInDays) |
static void |
addTimeForDeletionInMs(com.google.flatbuffers.FlatBufferBuilder builder,
long timeForDeletionInMs) |
static int |
createBlobMetadata(com.google.flatbuffers.FlatBufferBuilder builder,
int idOffset,
long time_for_deletion_in_ms,
int retention_in_days) |
static int |
endBlobMetadata(com.google.flatbuffers.FlatBufferBuilder builder) |
static BlobMetadata |
getRootAsBlobMetadata(ByteBuffer _bb) |
static BlobMetadata |
getRootAsBlobMetadata(ByteBuffer _bb,
BlobMetadata obj) |
String |
id() |
ByteBuffer |
idAsByteBuffer() |
ByteBuffer |
idInByteBuffer(ByteBuffer _bb) |
int |
retentionInDays() |
static void |
startBlobMetadata(com.google.flatbuffers.FlatBufferBuilder builder) |
long |
timeForDeletionInMs() |
static void |
ValidateVersion() |
public static void ValidateVersion()
public static BlobMetadata getRootAsBlobMetadata(ByteBuffer _bb)
public static BlobMetadata getRootAsBlobMetadata(ByteBuffer _bb, BlobMetadata obj)
public void __init(int _i, ByteBuffer _bb)
public BlobMetadata __assign(int _i, ByteBuffer _bb)
public String id()
public ByteBuffer idAsByteBuffer()
public ByteBuffer idInByteBuffer(ByteBuffer _bb)
public long timeForDeletionInMs()
public int retentionInDays()
public static int createBlobMetadata(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset, long time_for_deletion_in_ms, int retention_in_days)
public static void startBlobMetadata(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addId(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset)
public static void addTimeForDeletionInMs(com.google.flatbuffers.FlatBufferBuilder builder, long timeForDeletionInMs)
public static void addRetentionInDays(com.google.flatbuffers.FlatBufferBuilder builder, int retentionInDays)
public static int endBlobMetadata(com.google.flatbuffers.FlatBufferBuilder builder)