Package com.google.cloud.compute.v1
Class UrlMapValidationResult
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.compute.v1.UrlMapValidationResult
-
- All Implemented Interfaces:
UrlMapValidationResultOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class UrlMapValidationResult extends com.google.protobuf.GeneratedMessageV3 implements UrlMapValidationResultOrBuilder
Message representing the validation result for a UrlMap.
Protobuf typegoogle.cloud.compute.v1.UrlMapValidationResult
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UrlMapValidationResult.Builder
Message representing the validation result for a UrlMap.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
LOAD_ERRORS_FIELD_NUMBER
static int
LOAD_SUCCEEDED_FIELD_NUMBER
static int
TEST_FAILURES_FIELD_NUMBER
static int
TEST_PASSED_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static UrlMapValidationResult
getDefaultInstance()
UrlMapValidationResult
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getLoadErrors(int index)
repeated string load_errors = 310147300;
com.google.protobuf.ByteString
getLoadErrorsBytes(int index)
repeated string load_errors = 310147300;
int
getLoadErrorsCount()
repeated string load_errors = 310147300;
com.google.protobuf.ProtocolStringList
getLoadErrorsList()
repeated string load_errors = 310147300;
boolean
getLoadSucceeded()
Whether the given UrlMap can be successfully loaded.com.google.protobuf.Parser<UrlMapValidationResult>
getParserForType()
int
getSerializedSize()
TestFailure
getTestFailures(int index)
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
int
getTestFailuresCount()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
List<TestFailure>
getTestFailuresList()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
TestFailureOrBuilder
getTestFailuresOrBuilder(int index)
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
List<? extends TestFailureOrBuilder>
getTestFailuresOrBuilderList()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
boolean
getTestPassed()
If successfully loaded, this field indicates whether the test passed.int
hashCode()
boolean
hasLoadSucceeded()
Whether the given UrlMap can be successfully loaded.boolean
hasTestPassed()
If successfully loaded, this field indicates whether the test passed.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static UrlMapValidationResult.Builder
newBuilder()
static UrlMapValidationResult.Builder
newBuilder(UrlMapValidationResult prototype)
UrlMapValidationResult.Builder
newBuilderForType()
protected UrlMapValidationResult.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static UrlMapValidationResult
parseDelimitedFrom(InputStream input)
static UrlMapValidationResult
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlMapValidationResult
parseFrom(byte[] data)
static UrlMapValidationResult
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlMapValidationResult
parseFrom(com.google.protobuf.ByteString data)
static UrlMapValidationResult
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlMapValidationResult
parseFrom(com.google.protobuf.CodedInputStream input)
static UrlMapValidationResult
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlMapValidationResult
parseFrom(InputStream input)
static UrlMapValidationResult
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlMapValidationResult
parseFrom(ByteBuffer data)
static UrlMapValidationResult
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<UrlMapValidationResult>
parser()
UrlMapValidationResult.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
LOAD_ERRORS_FIELD_NUMBER
public static final int LOAD_ERRORS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOAD_SUCCEEDED_FIELD_NUMBER
public static final int LOAD_SUCCEEDED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEST_FAILURES_FIELD_NUMBER
public static final int TEST_FAILURES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEST_PASSED_FIELD_NUMBER
public static final int TEST_PASSED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getLoadErrorsList
public com.google.protobuf.ProtocolStringList getLoadErrorsList()
repeated string load_errors = 310147300;
- Specified by:
getLoadErrorsList
in interfaceUrlMapValidationResultOrBuilder
- Returns:
- A list containing the loadErrors.
-
getLoadErrorsCount
public int getLoadErrorsCount()
repeated string load_errors = 310147300;
- Specified by:
getLoadErrorsCount
in interfaceUrlMapValidationResultOrBuilder
- Returns:
- The count of loadErrors.
-
getLoadErrors
public String getLoadErrors(int index)
repeated string load_errors = 310147300;
- Specified by:
getLoadErrors
in interfaceUrlMapValidationResultOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The loadErrors at the given index.
-
getLoadErrorsBytes
public com.google.protobuf.ByteString getLoadErrorsBytes(int index)
repeated string load_errors = 310147300;
- Specified by:
getLoadErrorsBytes
in interfaceUrlMapValidationResultOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the loadErrors at the given index.
-
hasLoadSucceeded
public boolean hasLoadSucceeded()
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
optional bool load_succeeded = 128326216;
- Specified by:
hasLoadSucceeded
in interfaceUrlMapValidationResultOrBuilder
- Returns:
- Whether the loadSucceeded field is set.
-
getLoadSucceeded
public boolean getLoadSucceeded()
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
optional bool load_succeeded = 128326216;
- Specified by:
getLoadSucceeded
in interfaceUrlMapValidationResultOrBuilder
- Returns:
- The loadSucceeded.
-
getTestFailuresList
public List<TestFailure> getTestFailuresList()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
- Specified by:
getTestFailuresList
in interfaceUrlMapValidationResultOrBuilder
-
getTestFailuresOrBuilderList
public List<? extends TestFailureOrBuilder> getTestFailuresOrBuilderList()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
- Specified by:
getTestFailuresOrBuilderList
in interfaceUrlMapValidationResultOrBuilder
-
getTestFailuresCount
public int getTestFailuresCount()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
- Specified by:
getTestFailuresCount
in interfaceUrlMapValidationResultOrBuilder
-
getTestFailures
public TestFailure getTestFailures(int index)
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
- Specified by:
getTestFailures
in interfaceUrlMapValidationResultOrBuilder
-
getTestFailuresOrBuilder
public TestFailureOrBuilder getTestFailuresOrBuilder(int index)
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
- Specified by:
getTestFailuresOrBuilder
in interfaceUrlMapValidationResultOrBuilder
-
hasTestPassed
public boolean hasTestPassed()
If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
optional bool test_passed = 192708797;
- Specified by:
hasTestPassed
in interfaceUrlMapValidationResultOrBuilder
- Returns:
- Whether the testPassed field is set.
-
getTestPassed
public boolean getTestPassed()
If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
optional bool test_passed = 192708797;
- Specified by:
getTestPassed
in interfaceUrlMapValidationResultOrBuilder
- Returns:
- The testPassed.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static UrlMapValidationResult parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UrlMapValidationResult parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UrlMapValidationResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UrlMapValidationResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UrlMapValidationResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UrlMapValidationResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UrlMapValidationResult parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static UrlMapValidationResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static UrlMapValidationResult parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static UrlMapValidationResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static UrlMapValidationResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static UrlMapValidationResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public UrlMapValidationResult.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static UrlMapValidationResult.Builder newBuilder()
-
newBuilder
public static UrlMapValidationResult.Builder newBuilder(UrlMapValidationResult prototype)
-
toBuilder
public UrlMapValidationResult.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected UrlMapValidationResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static UrlMapValidationResult getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<UrlMapValidationResult> parser()
-
getParserForType
public com.google.protobuf.Parser<UrlMapValidationResult> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public UrlMapValidationResult getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-