Class: Google::Cloud::Kms::V1::GenerateRandomBytesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::GenerateRandomBytesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Response message for KeyManagementService.GenerateRandomBytes.
Instance Attribute Summary collapse
-
#data ⇒ ::String
The generated data.
-
#data_crc32c ⇒ ::Google::Protobuf::Int64Value
Integrity verification field.
Instance Attribute Details
#data ⇒ ::String
1631 1632 1633 1634 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1631 class GenerateRandomBytesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_crc32c ⇒ ::Google::Protobuf::Int64Value
1631 1632 1633 1634 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1631 class GenerateRandomBytesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |