Class GoogleSecretManagerConfiguration

java.lang.Object
org.apache.camel.component.google.secret.manager.GoogleSecretManagerConfiguration
All Implemented Interfaces:
Cloneable

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

    • GoogleSecretManagerConfiguration

      public GoogleSecretManagerConfiguration()
  • Method Details

    • 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 -
    • getOperation

      public GoogleSecretManagerOperations getOperation()
    • setOperation

      public void setOperation(GoogleSecretManagerOperations operation)
      The operation to perform on the producer.
    • 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 -
    • copy