Class: CertificateFilterSpec
namespace.v1.CertificateFilterSpec
Represents a CertificateFilterSpec.
Properties
commonName
• commonName: string
The common_name in the certificate. Optional, default is empty.
organization
• organization: string
The organization in the certificate. Optional, default is empty.
organizationalUnit
• organizationalUnit: string
The organizational_unit in the certificate. Optional, default is empty.
subjectAlternativeName
• subjectAlternativeName: string
The subject_alternative_name in the certificate. Optional, default is empty.
Methods
toJSON
▸ toJSON(): Object
Converts this CertificateFilterSpec to JSON.
Returns
Object
JSON object
create
▸ create(properties?): CertificateFilterSpec & $Properties
Creates a new CertificateFilterSpec instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
CertificateFilterSpec & $Properties
CertificateFilterSpec instance
▸ create(properties?): CertificateFilterSpec
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): CertificateFilterSpec & $Properties
Decodes a CertificateFilterSpec message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
CertificateFilterSpec & $Properties
CertificateFilterSpec
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): CertificateFilterSpec & $Properties
Decodes a CertificateFilterSpec message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
CertificateFilterSpec & $Properties
CertificateFilterSpec
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
encode
▸ encode(message, writer?): Writer
Encodes the specified CertificateFilterSpec message. Does not implicitly temporal.api.cloud.namespace.v1.CertificateFilterSpec.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | CertificateFilterSpec message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified CertificateFilterSpec message, length delimited. Does not implicitly temporal.api.cloud.namespace.v1.CertificateFilterSpec.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | CertificateFilterSpec message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): CertificateFilterSpec
Creates a CertificateFilterSpec message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
CertificateFilterSpec
toObject
▸ toObject(message, options?): Object
Creates a plain object from a CertificateFilterSpec message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | CertificateFilterSpec | CertificateFilterSpec |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object