Send feedback
Class UrlMapValidationResult (1.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.29.0 keyboard_arrow_down
public final class UrlMapValidationResult extends GeneratedMessageV3 implements UrlMapValidationResultOrBuilder
Message representing the validation result for a UrlMap.
Protobuf type google.cloud.compute.v1.UrlMapValidationResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
LOAD_ERRORS_FIELD_NUMBER
public static final int LOAD_ERRORS_FIELD_NUMBER
Field Value Type Description int
LOAD_SUCCEEDED_FIELD_NUMBER
public static final int LOAD_SUCCEEDED_FIELD_NUMBER
Field Value Type Description int
TEST_FAILURES_FIELD_NUMBER
public static final int TEST_FAILURES_FIELD_NUMBER
Field Value Type Description int
TEST_PASSED_FIELD_NUMBER
public static final int TEST_PASSED_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static UrlMapValidationResult getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static UrlMapValidationResult . Builder newBuilder ()
newBuilder(UrlMapValidationResult prototype)
public static UrlMapValidationResult . Builder newBuilder ( UrlMapValidationResult prototype )
public static UrlMapValidationResult parseDelimitedFrom ( InputStream input )
public static UrlMapValidationResult parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static UrlMapValidationResult parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UrlMapValidationResult parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static UrlMapValidationResult parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UrlMapValidationResult parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static UrlMapValidationResult parseFrom ( CodedInputStream input )
public static UrlMapValidationResult parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static UrlMapValidationResult parseFrom ( InputStream input )
public static UrlMapValidationResult parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static UrlMapValidationResult parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UrlMapValidationResult parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<UrlMapValidationResult> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public UrlMapValidationResult getDefaultInstanceForType ()
getLoadErrors(int index)
public String getLoadErrors ( int index )
repeated string load_errors = 310147300;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The loadErrors at the given index.
getLoadErrorsBytes(int index)
public ByteString getLoadErrorsBytes ( int index )
repeated string load_errors = 310147300;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the loadErrors at the given index.
getLoadErrorsCount()
public int getLoadErrorsCount ()
repeated string load_errors = 310147300;
Returns Type Description int
The count of loadErrors.
getLoadErrorsList()
public ProtocolStringList getLoadErrorsList ()
repeated string load_errors = 310147300;
getLoadSucceeded()
public boolean getLoadSucceeded ()
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
optional bool load_succeeded = 128326216;
Returns Type Description boolean
The loadSucceeded.
getParserForType()
public Parser<UrlMapValidationResult> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getTestFailures(int index)
public TestFailure getTestFailures ( int index )
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
Parameter Name Description index
int
getTestFailuresCount()
public int getTestFailuresCount ()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
Returns Type Description int
getTestFailuresList()
public List<TestFailure> getTestFailuresList ()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
getTestFailuresOrBuilder(int index)
public TestFailureOrBuilder getTestFailuresOrBuilder ( int index )
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
Parameter Name Description index
int
getTestFailuresOrBuilderList()
public List <? extends TestFailureOrBuilder > getTestFailuresOrBuilderList ()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
Returns Type Description List <? extends com.google.cloud.compute.v1.TestFailureOrBuilder >
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;
Returns Type Description boolean
The testPassed.
hasLoadSucceeded()
public boolean hasLoadSucceeded ()
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
optional bool load_succeeded = 128326216;
Returns Type Description boolean
Whether the loadSucceeded field is set.
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;
Returns Type Description boolean
Whether the testPassed field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public UrlMapValidationResult . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UrlMapValidationResult . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public UrlMapValidationResult . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]