All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.CustomerEncryptionKey.html Maven / Gradle / Ivy







CustomerEncryptionKey (Compute Engine API v1-rev20200104-1.30.8)












com.google.api.services.compute.model

Class CustomerEncryptionKey

    • Constructor Detail

      • CustomerEncryptionKey

        public CustomerEncryptionKey()
    • Method Detail

      • getKmsKeyName

        public String getKmsKeyName()
        The name of the encryption key that is stored in Google Cloud KMS.
        Returns:
        value or null for none
      • setKmsKeyName

        public CustomerEncryptionKey setKmsKeyName(String kmsKeyName)
        The name of the encryption key that is stored in Google Cloud KMS.
        Parameters:
        kmsKeyName - kmsKeyName or null for none
      • getRawKey

        public String getRawKey()
        Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource.
        Returns:
        value or null for none
      • setRawKey

        public CustomerEncryptionKey setRawKey(String rawKey)
        Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource.
        Parameters:
        rawKey - rawKey or null for none
      • getSha256

        public String getSha256()
        [Output only] The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
        Returns:
        value or null for none
      • setSha256

        public CustomerEncryptionKey setSha256(String sha256)
        [Output only] The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
        Parameters:
        sha256 - sha256 or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy