public abstract DatabaseInfo.Builder setEncryptionConfig(CustomerManagedEncryption encryptionConfig)
Optional for creating a new backup.
The encryption configuration to be used for the database. The only encryption, other than
Google's default encryption, is a customer managed encryption with a provided key. If no
encryption is provided, Google's default encryption will be used.
public abstract DatabaseInfo.Builder setProtoDescriptors(byte[] protoDescriptors)
Optional for creating a new database.
It is used by CREATE/ALTER PROTO BUNDLE statements which are part of DDL statements.
Contains a protobuf-serialized [google.protobuf.FileDescriptorSet]. To generate a proto
descriptors file run protoc --include_imports
--descriptor_set_out=DESCRIPTOR_OUTPUT_LOCATION LOCATION-OF-PROTO-FILES
Parameter
Name
Description
protoDescriptors
byte[]
The proto descriptors input as byte[] to be used for the database.
public abstract DatabaseInfo.Builder setProtoDescriptors(InputStream inputStream)
Optional for creating a new database.
It is used by CREATE/ALTER PROTO BUNDLE statements which are part of DDL statements.
Contains a protobuf-serialized [google.protobuf.FileDescriptorSet]. To generate a proto
descriptors file run protoc --include_imports
--descriptor_set_out=DESCRIPTOR_OUTPUT_LOCATION LOCATION-OF-PROTO-FILES
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-01 UTC."],[],[]]