Class RegistryConfigSettings.GcpProject

java.lang.Object
google.registry.config.RegistryConfigSettings.GcpProject
Enclosing class:
RegistryConfigSettings

public static class RegistryConfigSettings.GcpProject extends Object
Configuration options that apply to the entire GCP project.
  • Field Details

    • projectId

      public String projectId
    • projectIdNumber

      public long projectIdNumber
    • locationId

      public String locationId
    • isLocal

      public boolean isLocal
    • defaultServiceUrl

      public String defaultServiceUrl
    • backendServiceUrl

      public String backendServiceUrl
    • bsaServiceUrl

      public String bsaServiceUrl
    • toolsServiceUrl

      public String toolsServiceUrl
    • pubapiServiceUrl

      public String pubapiServiceUrl
  • Constructor Details

    • GcpProject

      public GcpProject()