Interface QueuedResourceState.FailedDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.rpc.Status getError()
      The error that caused the queued resource to enter the FAILED state.
      com.google.rpc.StatusOrBuilder getErrorOrBuilder()
      The error that caused the queued resource to enter the FAILED state.
      boolean hasError()
      The error that caused the queued resource to enter the FAILED state.
      • 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

      • hasError

        boolean hasError()
         The error that caused the queued resource to enter the FAILED state.
         
        .google.rpc.Status error = 1;
        Returns:
        Whether the error field is set.
      • getError

        com.google.rpc.Status getError()
         The error that caused the queued resource to enter the FAILED state.
         
        .google.rpc.Status error = 1;
        Returns:
        The error.
      • getErrorOrBuilder

        com.google.rpc.StatusOrBuilder getErrorOrBuilder()
         The error that caused the queued resource to enter the FAILED state.
         
        .google.rpc.Status error = 1;