public static final class ActionInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder> implements ActionInfoOrBuilder
next available id: 7Protobuf type
alluxio.grpc.policy.ActionInfo
Modifier and Type | Method and Description |
---|---|
ActionInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ActionInfo |
build() |
ActionInfo |
buildPartial() |
ActionInfo.Builder |
clear() |
ActionInfo.Builder |
clearActionId()
optional string actionId = 1; |
ActionInfo.Builder |
clearActionStatus()
optional string actionStatus = 3; |
ActionInfo.Builder |
clearActionType()
optional string actionType = 2; |
ActionInfo.Builder |
clearErrorMessage()
optional string errorMessage = 7; |
ActionInfo.Builder |
clearErrorType()
optional string errorType = 6; |
ActionInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ActionInfo.Builder |
clearFilePath()
optional string filePath = 4; |
ActionInfo.Builder |
clearLastUpdatedTime()
optional int64 lastUpdatedTime = 5; |
ActionInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ActionInfo.Builder |
clone() |
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; |
ActionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
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; |
boolean |
hasLastUpdatedTime()
optional int64 lastUpdatedTime = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ActionInfo.Builder |
mergeFrom(ActionInfo other) |
ActionInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ActionInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
ActionInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ActionInfo.Builder |
setActionId(String value)
optional string actionId = 1; |
ActionInfo.Builder |
setActionIdBytes(com.google.protobuf.ByteString value)
optional string actionId = 1; |
ActionInfo.Builder |
setActionStatus(String value)
optional string actionStatus = 3; |
ActionInfo.Builder |
setActionStatusBytes(com.google.protobuf.ByteString value)
optional string actionStatus = 3; |
ActionInfo.Builder |
setActionType(String value)
optional string actionType = 2; |
ActionInfo.Builder |
setActionTypeBytes(com.google.protobuf.ByteString value)
optional string actionType = 2; |
ActionInfo.Builder |
setErrorMessage(String value)
optional string errorMessage = 7; |
ActionInfo.Builder |
setErrorMessageBytes(com.google.protobuf.ByteString value)
optional string errorMessage = 7; |
ActionInfo.Builder |
setErrorType(String value)
optional string errorType = 6; |
ActionInfo.Builder |
setErrorTypeBytes(com.google.protobuf.ByteString value)
optional string errorType = 6; |
ActionInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ActionInfo.Builder |
setFilePath(String value)
optional string filePath = 4; |
ActionInfo.Builder |
setFilePathBytes(com.google.protobuf.ByteString value)
optional string filePath = 4; |
ActionInfo.Builder |
setLastUpdatedTime(long value)
optional int64 lastUpdatedTime = 5; |
ActionInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ActionInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
public ActionInfo.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
public ActionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ActionInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ActionInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ActionInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
public ActionInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
public ActionInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
public ActionInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
public ActionInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
public ActionInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
public ActionInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ActionInfo.Builder>
public ActionInfo.Builder mergeFrom(ActionInfo other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
public ActionInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ActionInfo.Builder>
IOException
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 ActionInfo.Builder setActionId(String value)
optional string actionId = 1;
value
- The actionId to set.public ActionInfo.Builder clearActionId()
optional string actionId = 1;
public ActionInfo.Builder setActionIdBytes(com.google.protobuf.ByteString value)
optional string actionId = 1;
value
- The bytes for actionId to set.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 ActionInfo.Builder setActionType(String value)
optional string actionType = 2;
value
- The actionType to set.public ActionInfo.Builder clearActionType()
optional string actionType = 2;
public ActionInfo.Builder setActionTypeBytes(com.google.protobuf.ByteString value)
optional string actionType = 2;
value
- The bytes for actionType to set.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 ActionInfo.Builder setActionStatus(String value)
optional string actionStatus = 3;
value
- The actionStatus to set.public ActionInfo.Builder clearActionStatus()
optional string actionStatus = 3;
public ActionInfo.Builder setActionStatusBytes(com.google.protobuf.ByteString value)
optional string actionStatus = 3;
value
- The bytes for actionStatus to set.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 ActionInfo.Builder setFilePath(String value)
optional string filePath = 4;
value
- The filePath to set.public ActionInfo.Builder clearFilePath()
optional string filePath = 4;
public ActionInfo.Builder setFilePathBytes(com.google.protobuf.ByteString value)
optional string filePath = 4;
value
- The bytes for filePath to set.public boolean hasLastUpdatedTime()
optional int64 lastUpdatedTime = 5;
hasLastUpdatedTime
in interface ActionInfoOrBuilder
public long getLastUpdatedTime()
optional int64 lastUpdatedTime = 5;
getLastUpdatedTime
in interface ActionInfoOrBuilder
public ActionInfo.Builder setLastUpdatedTime(long value)
optional int64 lastUpdatedTime = 5;
value
- The lastUpdatedTime to set.public ActionInfo.Builder clearLastUpdatedTime()
optional int64 lastUpdatedTime = 5;
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 ActionInfo.Builder setErrorType(String value)
optional string errorType = 6;
value
- The errorType to set.public ActionInfo.Builder clearErrorType()
optional string errorType = 6;
public ActionInfo.Builder setErrorTypeBytes(com.google.protobuf.ByteString value)
optional string errorType = 6;
value
- The bytes for errorType to set.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 ActionInfo.Builder setErrorMessage(String value)
optional string errorMessage = 7;
value
- The errorMessage to set.public ActionInfo.Builder clearErrorMessage()
optional string errorMessage = 7;
public ActionInfo.Builder setErrorMessageBytes(com.google.protobuf.ByteString value)
optional string errorMessage = 7;
value
- The bytes for errorMessage to set.public final ActionInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
public final ActionInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ActionInfo.Builder>
Copyright © 2023. All Rights Reserved.