public final class ValidationResult extends com.google.protobuf.GeneratedMessageV3 implements ValidationResultOrBuilder
alluxio.hub.proto.ValidationResult
Modifier and Type | Class and Description |
---|---|
static class |
ValidationResult.Builder
Protobuf type
alluxio.hub.proto.ValidationResult |
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 |
ADVICE_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OUTPUT_FIELD_NUMBER |
static com.google.protobuf.Parser<ValidationResult> |
PARSER
Deprecated.
|
static int |
TESTRESULT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAdvice()
optional string advice = 4; |
com.google.protobuf.ByteString |
getAdviceBytes()
optional string advice = 4; |
static ValidationResult |
getDefaultInstance() |
ValidationResult |
getDefaultInstanceForType() |
String |
getDescription()
optional string description = 5; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 5; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
String |
getOutput()
optional string output = 3; |
com.google.protobuf.ByteString |
getOutputBytes()
optional string output = 3; |
com.google.protobuf.Parser<ValidationResult> |
getParserForType() |
int |
getSerializedSize() |
ValidationStatus |
getTestResult()
optional .alluxio.hub.proto.ValidationStatus testResult = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAdvice()
optional string advice = 4; |
boolean |
hasDescription()
optional string description = 5; |
int |
hashCode() |
boolean |
hasName()
optional string name = 1; |
boolean |
hasOutput()
optional string output = 3; |
boolean |
hasTestResult()
optional .alluxio.hub.proto.ValidationStatus testResult = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ValidationResult.Builder |
newBuilder() |
static ValidationResult.Builder |
newBuilder(ValidationResult prototype) |
ValidationResult.Builder |
newBuilderForType() |
protected ValidationResult.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ValidationResult |
parseDelimitedFrom(InputStream input) |
static ValidationResult |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValidationResult |
parseFrom(byte[] data) |
static ValidationResult |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValidationResult |
parseFrom(ByteBuffer data) |
static ValidationResult |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValidationResult |
parseFrom(com.google.protobuf.ByteString data) |
static ValidationResult |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValidationResult |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ValidationResult |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValidationResult |
parseFrom(InputStream input) |
static ValidationResult |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ValidationResult> |
parser() |
ValidationResult.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, 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 NAME_FIELD_NUMBER
public static final int TESTRESULT_FIELD_NUMBER
public static final int OUTPUT_FIELD_NUMBER
public static final int ADVICE_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<ValidationResult> 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 hasName()
optional string name = 1;
hasName
in interface ValidationResultOrBuilder
public String getName()
optional string name = 1;
getName
in interface ValidationResultOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
getNameBytes
in interface ValidationResultOrBuilder
public boolean hasTestResult()
optional .alluxio.hub.proto.ValidationStatus testResult = 2;
hasTestResult
in interface ValidationResultOrBuilder
public ValidationStatus getTestResult()
optional .alluxio.hub.proto.ValidationStatus testResult = 2;
getTestResult
in interface ValidationResultOrBuilder
public boolean hasOutput()
optional string output = 3;
hasOutput
in interface ValidationResultOrBuilder
public String getOutput()
optional string output = 3;
getOutput
in interface ValidationResultOrBuilder
public com.google.protobuf.ByteString getOutputBytes()
optional string output = 3;
getOutputBytes
in interface ValidationResultOrBuilder
public boolean hasAdvice()
optional string advice = 4;
hasAdvice
in interface ValidationResultOrBuilder
public String getAdvice()
optional string advice = 4;
getAdvice
in interface ValidationResultOrBuilder
public com.google.protobuf.ByteString getAdviceBytes()
optional string advice = 4;
getAdviceBytes
in interface ValidationResultOrBuilder
public boolean hasDescription()
optional string description = 5;
hasDescription
in interface ValidationResultOrBuilder
public String getDescription()
optional string description = 5;
getDescription
in interface ValidationResultOrBuilder
public com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 5;
getDescriptionBytes
in interface ValidationResultOrBuilder
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 ValidationResult parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ValidationResult parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ValidationResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ValidationResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ValidationResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ValidationResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ValidationResult parseFrom(InputStream input) throws IOException
IOException
public static ValidationResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ValidationResult parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ValidationResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ValidationResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ValidationResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ValidationResult.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ValidationResult.Builder newBuilder()
public static ValidationResult.Builder newBuilder(ValidationResult prototype)
public ValidationResult.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ValidationResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static ValidationResult getDefaultInstance()
public static com.google.protobuf.Parser<ValidationResult> parser()
public com.google.protobuf.Parser<ValidationResult> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ValidationResult getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.