Interface ParameterManagerClientFactory

All Known Implementing Classes:
DefaultParameterManagerClientFactory

public interface ParameterManagerClientFactory
Interface for creating Parameter Manager service clients.
  • Method Summary

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

    • getClient

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