Class GoogleSecretManagerConfiguration

  • All Implemented Interfaces:
    Cloneable

    @UriParams
    public class GoogleSecretManagerConfiguration
    extends Object
    implements Cloneable
    • Constructor Detail

      • GoogleSecretManagerConfiguration

        public GoogleSecretManagerConfiguration()
    • Method Detail

      • getServiceAccountKey

        public String getServiceAccountKey()
      • setServiceAccountKey

        public void setServiceAccountKey​(String serviceAccountKey)
        Service account key
        Parameters:
        serviceAccountKey -
      • getProject

        public String getProject()
      • setProject

        public void setProject​(String project)
        The project to work with.
        Parameters:
        project -
      • getClient

        public com.google.cloud.secretmanager.v1.SecretManagerServiceClient getClient()
      • setClient

        public void setClient​(com.google.cloud.secretmanager.v1.SecretManagerServiceClient client)
        The client to use during service invocation.
      • isPojoRequest

        public boolean isPojoRequest()
      • setPojoRequest

        public void setPojoRequest​(boolean pojoRequest)
        Configure the input type. If true the message will be POJO type.
        Parameters:
        pojoRequest -