Package com.google.cloud.compute.v1
Interface ManagedInstanceLastAttemptOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ManagedInstanceLastAttempt
,ManagedInstanceLastAttempt.Builder
public interface ManagedInstanceLastAttemptOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Errors
getErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.ErrorsOrBuilder
getErrorsOrBuilder()
[Output Only] Encountered errors during the last attempt to create or delete the instance.boolean
hasErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasErrors
boolean hasErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.Errors errors = 315977579;
- Returns:
- Whether the errors field is set.
-
getErrors
Errors getErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.Errors errors = 315977579;
- Returns:
- The errors.
-
getErrorsOrBuilder
ErrorsOrBuilder getErrorsOrBuilder()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.Errors errors = 315977579;
-
-