Represents a RawEncryptResponse.
Package
@google-cloud/kmsConstructors
(constructor)(properties)
constructor(properties?: google.cloud.kms.v1.IRawEncryptResponse);Constructs a new RawEncryptResponse.
| Parameter | |
|---|---|
| Name | Description |
properties |
IRawEncryptResponse
Properties to set |
Properties
ciphertext
public ciphertext: (Uint8Array|Buffer|string);RawEncryptResponse ciphertext.
ciphertextCrc32c
public ciphertextCrc32c?: (google.protobuf.IInt64Value|null);RawEncryptResponse ciphertextCrc32c.
initializationVector
public initializationVector: (Uint8Array|Buffer|string);RawEncryptResponse initializationVector.
initializationVectorCrc32c
public initializationVectorCrc32c?: (google.protobuf.IInt64Value|null);RawEncryptResponse initializationVectorCrc32c.
name
public name: string;RawEncryptResponse name.
protectionLevel
public protectionLevel: (google.cloud.kms.v1.ProtectionLevel|keyof typeof google.cloud.kms.v1.ProtectionLevel);RawEncryptResponse protectionLevel.
tagLength
public tagLength: number;RawEncryptResponse tagLength.
verifiedAdditionalAuthenticatedDataCrc32c
public verifiedAdditionalAuthenticatedDataCrc32c: boolean;RawEncryptResponse verifiedAdditionalAuthenticatedDataCrc32c.
verifiedInitializationVectorCrc32c
public verifiedInitializationVectorCrc32c: boolean;RawEncryptResponse verifiedInitializationVectorCrc32c.
verifiedPlaintextCrc32c
public verifiedPlaintextCrc32c: boolean;RawEncryptResponse verifiedPlaintextCrc32c.
Methods
create(properties)
public static create(properties?: google.cloud.kms.v1.IRawEncryptResponse): google.cloud.kms.v1.RawEncryptResponse;Creates a new RawEncryptResponse instance using the specified properties.
| Parameter | |
|---|---|
| Name | Description |
properties |
IRawEncryptResponse
Properties to set |
| Returns | |
|---|---|
| Type | Description |
RawEncryptResponse |
RawEncryptResponse instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.kms.v1.RawEncryptResponse;Decodes a RawEncryptResponse message from the specified reader or buffer.
| Parameters | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
| Returns | |
|---|---|
| Type | Description |
RawEncryptResponse |
RawEncryptResponse |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.kms.v1.RawEncryptResponse;Decodes a RawEncryptResponse message from the specified reader or buffer, length delimited.
| Parameter | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
| Returns | |
|---|---|
| Type | Description |
RawEncryptResponse |
RawEncryptResponse |
encode(message, writer)
public static encode(message: google.cloud.kms.v1.IRawEncryptResponse, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified RawEncryptResponse message. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IRawEncryptResponse
RawEncryptResponse message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.kms.v1.IRawEncryptResponse, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified RawEncryptResponse message, length delimited. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IRawEncryptResponse
RawEncryptResponse message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.kms.v1.RawEncryptResponse;Creates a RawEncryptResponse message from a plain object. Also converts values to their respective internal types.
| Parameter | |
|---|---|
| Name | Description |
object |
{ [k: string]: any }
Plain object |
| Returns | |
|---|---|
| Type | Description |
RawEncryptResponse |
RawEncryptResponse |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;Gets the default type url for RawEncryptResponse
| Parameter | |
|---|---|
| Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
| Returns | |
|---|---|
| Type | Description |
string |
The default type url |
toJSON()
public toJSON(): { [k: string]: any };Converts this RawEncryptResponse to JSON.
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
JSON object |
toObject(message, options)
public static toObject(message: google.cloud.kms.v1.RawEncryptResponse, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a RawEncryptResponse message. Also converts values to other types if specified.
| Parameters | |
|---|---|
| Name | Description |
message |
RawEncryptResponse
RawEncryptResponse |
options |
$protobuf.IConversionOptions
Conversion options |
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies a RawEncryptResponse message.
| Parameter | |
|---|---|
| Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
| Returns | |
|---|---|
| Type | Description |
(string|null) |
|