Class VersionedSecret
java.lang.Object
io.micronaut.gcp.secretmanager.client.VersionedSecret
A wrapper class around 
AccessSecretVersionResponse with secret information.- Since:
 - 3.4.0
 - Author:
 - Vinicius Carvalho
 
- 
Constructor Summary
ConstructorsConstructorDescriptionVersionedSecret(String name, String projectId, String version, byte[] contents)  - 
Method Summary
 
- 
Constructor Details
- 
VersionedSecret
 
 - 
 - 
Method Details
- 
getName
- Returns:
 - name
 
 - 
getContents
public byte[] getContents()- Returns:
 - contents
 
 - 
getVersion
- Returns:
 - version
 
 - 
getProjectId
- Returns:
 - projectId
 
 
 -