Constructor
new CertId(propertiesopt)
Constructs a new CertId.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
rep.protos.ICertId |
<optional> |
Properties to set |
- Implements:
- ICertId
- Source:
Members
certName :string
CertId certName.
Type:
- string
- Source:
creditCode :string
CertId creditCode.
Type:
- string
- Source:
Methods
(static) create(propertiesopt) → {rep.protos.CertId}
Creates a new CertId instance using the specified properties.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
rep.protos.ICertId |
<optional> |
Properties to set |
- Source:
Returns:
CertId instance
- Type
- rep.protos.CertId
(static) decode(reader, lengthopt) → {rep.protos.CertId}
Decodes a CertId message from the specified reader or buffer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
reader |
$protobuf.Reader | Uint8Array | Reader or buffer to decode from | |
length |
number |
<optional> |
Message length if known beforehand |
- Source:
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
Returns:
CertId
- Type
- rep.protos.CertId
(static) decodeDelimited(reader) → {rep.protos.CertId}
Decodes a CertId message from the specified reader or buffer, length delimited.
Parameters:
Name | Type | Description |
---|---|---|
reader |
$protobuf.Reader | Uint8Array | Reader or buffer to decode from |
- Source:
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
Returns:
CertId
- Type
- rep.protos.CertId
(static) encode(message, writeropt) → {$protobuf.Writer}
Encodes the specified CertId message. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.ICertId | CertId message or plain object to encode | |
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
- Source:
Returns:
Writer
- Type
- $protobuf.Writer
(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}
Encodes the specified CertId message, length delimited. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.ICertId | CertId message or plain object to encode | |
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
- Source:
Returns:
Writer
- Type
- $protobuf.Writer
(static) fromObject(object) → {rep.protos.CertId}
Creates a CertId message from a plain object. Also converts values to their respective internal types.
Parameters:
Name | Type | Description |
---|---|---|
object |
Object.<string, *> | Plain object |
- Source:
Returns:
CertId
- Type
- rep.protos.CertId
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a CertId message. Also converts values to other types if specified.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
rep.protos.CertId | CertId | |
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
- Source:
Returns:
Plain object
- Type
- Object.<string, *>
(static) verify(message) → {string|null}
Verifies a CertId message.
Parameters:
Name | Type | Description |
---|---|---|
message |
Object.<string, *> | Plain object to verify |
- Source:
Returns:
`null` if valid, otherwise the reason why it is not
- Type
- string | null
toJSON() → {Object.<string, *>}
Converts this CertId to JSON.
- Source:
Returns:
JSON object
- Type
- Object.<string, *>