# Functions
NewClient returns a new GCP KMS client which will use default credentials to handle keys with uriPrefix prefix.
NewClientWithConfig returns a new GCP KMS client using the provided ClientConfig.
NewClientWithCredentials returns a new GCP KMS client which will use given credentials to handle keys with uriPrefix prefix.
NewClientWithOptions returns a new GCP KMS client with provided Google API options to handle keys with uriPrefix prefix.
# Structs
ClientConfig defines the configuration that can be provided to configure a GCP KMS client.