Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::ImportContext::SqlBakImportOptions::EncryptionOptions (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::ImportContext::SqlBakImportOptions::EncryptionOptions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cert_path

def cert_path() -> ::String
Returns
  • (::String) — Path to the Certificate (.cer) in Cloud Storage, in the form gs://bucketName/fileName. The instance must have write permissions to the bucket and read access to the file.

#cert_path=

def cert_path=(value) -> ::String
Parameter
  • value (::String) — Path to the Certificate (.cer) in Cloud Storage, in the form gs://bucketName/fileName. The instance must have write permissions to the bucket and read access to the file.
Returns
  • (::String) — Path to the Certificate (.cer) in Cloud Storage, in the form gs://bucketName/fileName. The instance must have write permissions to the bucket and read access to the file.

#keep_encrypted

def keep_encrypted() -> ::Google::Protobuf::BoolValue
Returns

#keep_encrypted=

def keep_encrypted=(value) -> ::Google::Protobuf::BoolValue
Parameter
Returns

#pvk_password

def pvk_password() -> ::String
Returns
  • (::String) — Password that encrypts the private key

#pvk_password=

def pvk_password=(value) -> ::String
Parameter
  • value (::String) — Password that encrypts the private key
Returns
  • (::String) — Password that encrypts the private key

#pvk_path

def pvk_path() -> ::String
Returns
  • (::String) — Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form gs://bucketName/fileName. The instance must have write permissions to the bucket and read access to the file.

#pvk_path=

def pvk_path=(value) -> ::String
Parameter
  • value (::String) — Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form gs://bucketName/fileName. The instance must have write permissions to the bucket and read access to the file.
Returns
  • (::String) — Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form gs://bucketName/fileName. The instance must have write permissions to the bucket and read access to the file.