Interface SecretManagerServiceClientFactory

All Known Implementing Classes:
DefaultSecretManagerServiceClientFactory

public interface SecretManagerServiceClientFactory
Interface for creating Secret Manager service clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.cloud.secretmanager.v1.SecretManagerServiceClient
    getClient(String location)
    Creates a Secret Manager service client for the given location.
  • Method Details

    • getClient

      com.google.cloud.secretmanager.v1.SecretManagerServiceClient getClient(@Nullable String location)
      Creates a Secret Manager service client for the given location.
      Parameters:
      location - the location to create a client for.
      Returns:
      a Secret Manager service client.