ResNotifyEqSolvingState

ResNotifyEqSolvingState

Represents a ResNotifyEqSolvingState.

Constructor

new ResNotifyEqSolvingState(propertiesopt)

Description:
  • Constructs a new ResNotifyEqSolvingState.
Source:
Implements:
  • IResNotifyEqSolvingState
Parameters:
Name Type Attributes Description
properties IResNotifyEqSolvingState <optional>
Properties to set

Members

state :OperationState

Description:
  • ResNotifyEqSolvingState state.
Source:
ResNotifyEqSolvingState state.
Type:
  • OperationState

step :ResNotifyEqSolvingState.Action

Description:
  • ResNotifyEqSolvingState step.
Source:
ResNotifyEqSolvingState step.
Type:

(static) Action :number

Description:
  • Action enum.
Source:
Properties:
Name Type Description
UNSPECIFIED number UNSPECIFIED value
FOCUS number FOCUS value
SOLVING number SOLVING value
Action enum.
Type:
  • number

Methods

toJSON() → {Object.<string, *>}

Description:
  • Converts this ResNotifyEqSolvingState to JSON.
Source:
Returns:
JSON object
Type
Object.<string, *>

(static) create(propertiesopt) → {ResNotifyEqSolvingState}

Description:
  • Creates a new ResNotifyEqSolvingState instance using the specified properties.
Source:
Parameters:
Name Type Attributes Description
properties IResNotifyEqSolvingState <optional>
Properties to set
Returns:
ResNotifyEqSolvingState instance
Type
ResNotifyEqSolvingState

(static) decode(reader, lengthopt) → {ResNotifyEqSolvingState}

Description:
  • Decodes a ResNotifyEqSolvingState message from the specified reader or buffer.
Source:
Parameters:
Name Type Attributes Description
reader $protobuf.Reader | Uint8Array Reader or buffer to decode from
length number <optional>
Message length if known beforehand
Throws:
  • If the payload is not a reader or valid buffer
    Type
    Error
  • If required fields are missing
    Type
    $protobuf.util.ProtocolError
Returns:
ResNotifyEqSolvingState
Type
ResNotifyEqSolvingState

(static) decodeDelimited(reader) → {ResNotifyEqSolvingState}

Description:
  • Decodes a ResNotifyEqSolvingState message from the specified reader or buffer, length delimited.
Source:
Parameters:
Name Type Description
reader $protobuf.Reader | Uint8Array Reader or buffer to decode from
Throws:
  • If the payload is not a reader or valid buffer
    Type
    Error
  • If required fields are missing
    Type
    $protobuf.util.ProtocolError
Returns:
ResNotifyEqSolvingState
Type
ResNotifyEqSolvingState

(static) encode(message, writeropt) → {$protobuf.Writer}

Description:
  • Encodes the specified ResNotifyEqSolvingState message. Does not implicitly verify messages.
Source:
Parameters:
Name Type Attributes Description
message IResNotifyEqSolvingState ResNotifyEqSolvingState message or plain object to encode
writer $protobuf.Writer <optional>
Writer to encode to
Returns:
Writer
Type
$protobuf.Writer

(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}

Description:
  • Encodes the specified ResNotifyEqSolvingState message, length delimited. Does not implicitly verify messages.
Source:
Parameters:
Name Type Attributes Description
message IResNotifyEqSolvingState ResNotifyEqSolvingState message or plain object to encode
writer $protobuf.Writer <optional>
Writer to encode to
Returns:
Writer
Type
$protobuf.Writer

(static) fromObject(object) → {ResNotifyEqSolvingState}

Description:
  • Creates a ResNotifyEqSolvingState message from a plain object. Also converts values to their respective internal types.
Source:
Parameters:
Name Type Description
object Object.<string, *> Plain object
Returns:
ResNotifyEqSolvingState
Type
ResNotifyEqSolvingState

(static) getTypeUrl(typeUrlPrefixopt) → {string}

Description:
  • Gets the default type url for ResNotifyEqSolvingState
Source:
Parameters:
Name Type Attributes Description
typeUrlPrefix string <optional>
your custom typeUrlPrefix(default "type.googleapis.com")
Returns:
The default type url
Type
string

(static) toObject(message, optionsopt) → {Object.<string, *>}

Description:
  • Creates a plain object from a ResNotifyEqSolvingState message. Also converts values to other types if specified.
Source:
Parameters:
Name Type Attributes Description
message ResNotifyEqSolvingState ResNotifyEqSolvingState
options $protobuf.IConversionOptions <optional>
Conversion options
Returns:
Plain object
Type
Object.<string, *>

(static) verify(message) → {string|null}

Description:
  • Verifies a ResNotifyEqSolvingState message.
Source:
Parameters:
Name Type Description
message Object.<string, *> Plain object to verify
Returns:
`null` if valid, otherwise the reason why it is not
Type
string | null