public static final class File.SetAttributeEntry extends com.google.protobuf.GeneratedMessage implements File.SetAttributeEntryOrBuilder
alluxio.proto.journal.SetAttributeEntry
next available id: 11
Modifier and Type | Class and Description |
---|---|
static class |
File.SetAttributeEntry.Builder
Protobuf type
alluxio.proto.journal.SetAttributeEntry |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
GROUP_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
OP_TIME_MS_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static com.google.protobuf.Parser<File.SetAttributeEntry> |
PARSER |
static int |
PERMISSION_FIELD_NUMBER |
static int |
PERSISTED_FIELD_NUMBER |
static int |
PINNED_FIELD_NUMBER |
static int |
TTL_FIELD_NUMBER |
static int |
TTLACTION_FIELD_NUMBER |
static int |
UFS_FINGERPRINT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static File.SetAttributeEntry |
getDefaultInstance() |
File.SetAttributeEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGroup()
optional string group = 7; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 7; |
long |
getId()
optional int64 id = 1; |
long |
getOpTimeMs()
optional int64 op_time_ms = 2; |
String |
getOwner()
optional string owner = 6; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 6; |
com.google.protobuf.Parser<File.SetAttributeEntry> |
getParserForType() |
int |
getPermission()
optional int32 permission = 8; |
boolean |
getPersisted()
optional bool persisted = 5; |
boolean |
getPinned()
optional bool pinned = 3; |
int |
getSerializedSize() |
long |
getTtl()
optional int64 ttl = 4; |
File.PTtlAction |
getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 9 [default = DELETE]; |
String |
getUfsFingerprint()
optional string ufs_fingerprint = 10; |
com.google.protobuf.ByteString |
getUfsFingerprintBytes()
optional string ufs_fingerprint = 10; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasGroup()
optional string group = 7; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasOpTimeMs()
optional int64 op_time_ms = 2; |
boolean |
hasOwner()
optional string owner = 6; |
boolean |
hasPermission()
optional int32 permission = 8; |
boolean |
hasPersisted()
optional bool persisted = 5; |
boolean |
hasPinned()
optional bool pinned = 3; |
boolean |
hasTtl()
optional int64 ttl = 4; |
boolean |
hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 9 [default = DELETE]; |
boolean |
hasUfsFingerprint()
optional string ufs_fingerprint = 10; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static File.SetAttributeEntry.Builder |
newBuilder() |
static File.SetAttributeEntry.Builder |
newBuilder(File.SetAttributeEntry prototype) |
File.SetAttributeEntry.Builder |
newBuilderForType() |
protected File.SetAttributeEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static File.SetAttributeEntry |
parseDelimitedFrom(InputStream input) |
static File.SetAttributeEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAttributeEntry |
parseFrom(byte[] data) |
static File.SetAttributeEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAttributeEntry |
parseFrom(com.google.protobuf.ByteString data) |
static File.SetAttributeEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAttributeEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static File.SetAttributeEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAttributeEntry |
parseFrom(InputStream input) |
static File.SetAttributeEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
File.SetAttributeEntry.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<File.SetAttributeEntry> PARSER
public static final int ID_FIELD_NUMBER
public static final int OP_TIME_MS_FIELD_NUMBER
public static final int PINNED_FIELD_NUMBER
public static final int TTL_FIELD_NUMBER
public static final int PERSISTED_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
public static final int PERMISSION_FIELD_NUMBER
public static final int TTLACTION_FIELD_NUMBER
public static final int UFS_FINGERPRINT_FIELD_NUMBER
public static File.SetAttributeEntry getDefaultInstance()
public File.SetAttributeEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<File.SetAttributeEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasId()
optional int64 id = 1;
hasId
in interface File.SetAttributeEntryOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface File.SetAttributeEntryOrBuilder
public boolean hasOpTimeMs()
optional int64 op_time_ms = 2;
hasOpTimeMs
in interface File.SetAttributeEntryOrBuilder
public long getOpTimeMs()
optional int64 op_time_ms = 2;
getOpTimeMs
in interface File.SetAttributeEntryOrBuilder
public boolean hasPinned()
optional bool pinned = 3;
hasPinned
in interface File.SetAttributeEntryOrBuilder
public boolean getPinned()
optional bool pinned = 3;
getPinned
in interface File.SetAttributeEntryOrBuilder
public boolean hasTtl()
optional int64 ttl = 4;
hasTtl
in interface File.SetAttributeEntryOrBuilder
public long getTtl()
optional int64 ttl = 4;
getTtl
in interface File.SetAttributeEntryOrBuilder
public boolean hasPersisted()
optional bool persisted = 5;
hasPersisted
in interface File.SetAttributeEntryOrBuilder
public boolean getPersisted()
optional bool persisted = 5;
getPersisted
in interface File.SetAttributeEntryOrBuilder
public boolean hasOwner()
optional string owner = 6;
hasOwner
in interface File.SetAttributeEntryOrBuilder
public String getOwner()
optional string owner = 6;
getOwner
in interface File.SetAttributeEntryOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 6;
getOwnerBytes
in interface File.SetAttributeEntryOrBuilder
public boolean hasGroup()
optional string group = 7;
hasGroup
in interface File.SetAttributeEntryOrBuilder
public String getGroup()
optional string group = 7;
getGroup
in interface File.SetAttributeEntryOrBuilder
public com.google.protobuf.ByteString getGroupBytes()
optional string group = 7;
getGroupBytes
in interface File.SetAttributeEntryOrBuilder
public boolean hasPermission()
optional int32 permission = 8;
hasPermission
in interface File.SetAttributeEntryOrBuilder
public int getPermission()
optional int32 permission = 8;
getPermission
in interface File.SetAttributeEntryOrBuilder
public boolean hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 9 [default = DELETE];
hasTtlAction
in interface File.SetAttributeEntryOrBuilder
public File.PTtlAction getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 9 [default = DELETE];
getTtlAction
in interface File.SetAttributeEntryOrBuilder
public boolean hasUfsFingerprint()
optional string ufs_fingerprint = 10;
hasUfsFingerprint
in interface File.SetAttributeEntryOrBuilder
public String getUfsFingerprint()
optional string ufs_fingerprint = 10;
getUfsFingerprint
in interface File.SetAttributeEntryOrBuilder
public com.google.protobuf.ByteString getUfsFingerprintBytes()
optional string ufs_fingerprint = 10;
getUfsFingerprintBytes
in interface File.SetAttributeEntryOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static File.SetAttributeEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAttributeEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAttributeEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAttributeEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAttributeEntry parseFrom(InputStream input) throws IOException
IOException
public static File.SetAttributeEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.SetAttributeEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static File.SetAttributeEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.SetAttributeEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static File.SetAttributeEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.SetAttributeEntry.Builder newBuilder()
public File.SetAttributeEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static File.SetAttributeEntry.Builder newBuilder(File.SetAttributeEntry prototype)
public File.SetAttributeEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected File.SetAttributeEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2023. All Rights Reserved.