public final class ActionInfo extends com.google.protobuf.GeneratedMessageV3 implements ActionInfoOrBuilder
next available id: 7Protobuf type
alluxio.grpc.policy.ActionInfo
Modifier and Type | Class and Description |
---|---|
static class |
ActionInfo.Builder
next available id: 7
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
ACTIONID_FIELD_NUMBER |
static int |
ACTIONSTATUS_FIELD_NUMBER |
static int |
ACTIONTYPE_FIELD_NUMBER |
static int |
ERRORMESSAGE_FIELD_NUMBER |
static int |
ERRORTYPE_FIELD_NUMBER |
static int |
FILEPATH_FIELD_NUMBER |
static int |
LASTUPDATEDTIME_FIELD_NUMBER |
static com.google.protobuf.Parser<ActionInfo> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getActionId()
optional string actionId = 1; |
com.google.protobuf.ByteString |
getActionIdBytes()
optional string actionId = 1; |
String |
getActionStatus()
optional string actionStatus = 3; |
com.google.protobuf.ByteString |
getActionStatusBytes()
optional string actionStatus = 3; |
String |
getActionType()
optional string actionType = 2; |
com.google.protobuf.ByteString |
getActionTypeBytes()
optional string actionType = 2; |
static ActionInfo |
getDefaultInstance() |
ActionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getErrorMessage()
optional string errorMessage = 7; |
com.google.protobuf.ByteString |
getErrorMessageBytes()
optional string errorMessage = 7; |
String |
getErrorType()
optional string errorType = 6; |
com.google.protobuf.ByteString |
getErrorTypeBytes()
optional string errorType = 6; |
String |
getFilePath()
optional string filePath = 4; |
com.google.protobuf.ByteString |
getFilePathBytes()
optional string filePath = 4; |
long |
getLastUpdatedTime()
optional int64 lastUpdatedTime = 5; |
com.google.protobuf.Parser<ActionInfo> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasActionId()
optional string actionId = 1; |
boolean |
hasActionStatus()
optional string actionStatus = 3; |
boolean |
hasActionType()
optional string actionType = 2; |
boolean |
hasErrorMessage()
optional string errorMessage = 7; |
boolean |
hasErrorType()
optional string errorType = 6; |
boolean |
hasFilePath()
optional string filePath = 4; |
int |
hashCode() |
boolean |
hasLastUpdatedTime()
optional int64 lastUpdatedTime = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ActionInfo.Builder |
newBuilder() |
static ActionInfo.Builder |
newBuilder(ActionInfo prototype) |
ActionInfo.Builder |
newBuilderForType() |
protected ActionInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ActionInfo |
parseDelimitedFrom(InputStream input) |
static ActionInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionInfo |
parseFrom(byte[] data) |
static ActionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionInfo |
parseFrom(ByteBuffer data) |
static ActionInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static ActionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ActionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionInfo |
parseFrom(InputStream input) |
static ActionInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ActionInfo> |
parser() |
ActionInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int ACTIONID_FIELD_NUMBER
public static final int ACTIONTYPE_FIELD_NUMBER
public static final int ACTIONSTATUS_FIELD_NUMBER
public static final int FILEPATH_FIELD_NUMBER
public static final int LASTUPDATEDTIME_FIELD_NUMBER
public static final int ERRORTYPE_FIELD_NUMBER
public static final int ERRORMESSAGE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<ActionInfo> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasActionId()
optional string actionId = 1;
hasActionId
in interface ActionInfoOrBuilder
public String getActionId()
optional string actionId = 1;
getActionId
in interface ActionInfoOrBuilder
public com.google.protobuf.ByteString getActionIdBytes()
optional string actionId = 1;
getActionIdBytes
in interface ActionInfoOrBuilder
public boolean hasActionType()
optional string actionType = 2;
hasActionType
in interface ActionInfoOrBuilder
public String getActionType()
optional string actionType = 2;
getActionType
in interface ActionInfoOrBuilder
public com.google.protobuf.ByteString getActionTypeBytes()
optional string actionType = 2;
getActionTypeBytes
in interface ActionInfoOrBuilder
public boolean hasActionStatus()
optional string actionStatus = 3;
hasActionStatus
in interface ActionInfoOrBuilder
public String getActionStatus()
optional string actionStatus = 3;
getActionStatus
in interface ActionInfoOrBuilder
public com.google.protobuf.ByteString getActionStatusBytes()
optional string actionStatus = 3;
getActionStatusBytes
in interface ActionInfoOrBuilder
public boolean hasFilePath()
optional string filePath = 4;
hasFilePath
in interface ActionInfoOrBuilder
public String getFilePath()
optional string filePath = 4;
getFilePath
in interface ActionInfoOrBuilder
public com.google.protobuf.ByteString getFilePathBytes()
optional string filePath = 4;
getFilePathBytes
in interface ActionInfoOrBuilder
public boolean hasLastUpdatedTime()
optional int64 lastUpdatedTime = 5;
hasLastUpdatedTime
in interface ActionInfoOrBuilder
public long getLastUpdatedTime()
optional int64 lastUpdatedTime = 5;
getLastUpdatedTime
in interface ActionInfoOrBuilder
public boolean hasErrorType()
optional string errorType = 6;
hasErrorType
in interface ActionInfoOrBuilder
public String getErrorType()
optional string errorType = 6;
getErrorType
in interface ActionInfoOrBuilder
public com.google.protobuf.ByteString getErrorTypeBytes()
optional string errorType = 6;
getErrorTypeBytes
in interface ActionInfoOrBuilder
public boolean hasErrorMessage()
optional string errorMessage = 7;
hasErrorMessage
in interface ActionInfoOrBuilder
public String getErrorMessage()
optional string errorMessage = 7;
getErrorMessage
in interface ActionInfoOrBuilder
public com.google.protobuf.ByteString getErrorMessageBytes()
optional string errorMessage = 7;
getErrorMessageBytes
in interface ActionInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ActionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ActionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ActionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ActionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ActionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ActionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ActionInfo parseFrom(InputStream input) throws IOException
IOException
public static ActionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ActionInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ActionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ActionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ActionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ActionInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ActionInfo.Builder newBuilder()
public static ActionInfo.Builder newBuilder(ActionInfo prototype)
public ActionInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ActionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static ActionInfo getDefaultInstance()
public static com.google.protobuf.Parser<ActionInfo> parser()
public com.google.protobuf.Parser<ActionInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ActionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.