Interface ManagedInstanceLastAttemptOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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;