Interface ComputeStatus.ProviderValidationStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComputeStatus.ProviderValidationStatus,ComputeStatus.ProviderValidationStatus.Builder
- Enclosing class:
ComputeStatus
public static interface ComputeStatus.ProviderValidationStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionHuman-readable error message if connectivity validation failed.com.google.protobuf.ByteStringHuman-readable error message if connectivity validation failed.com.google.protobuf.TimestampTimestamp of the last validation check.com.google.protobuf.TimestampOrBuilderTimestamp of the last validation check.booleanTimestamp of the last validation check.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getErrorMessage
String getErrorMessage()Human-readable error message if connectivity validation failed. An empty string means validation passed.
string error_message = 1;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()Human-readable error message if connectivity validation failed. An empty string means validation passed.
string error_message = 1;- Returns:
- The bytes for errorMessage.
-
hasLastCheckTime
boolean hasLastCheckTime()Timestamp of the last validation check.
.google.protobuf.Timestamp last_check_time = 2;- Returns:
- Whether the lastCheckTime field is set.
-
getLastCheckTime
com.google.protobuf.Timestamp getLastCheckTime()Timestamp of the last validation check.
.google.protobuf.Timestamp last_check_time = 2;- Returns:
- The lastCheckTime.
-
getLastCheckTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLastCheckTimeOrBuilder()Timestamp of the last validation check.
.google.protobuf.Timestamp last_check_time = 2;
-