Package google.registry.ui.soy.registrar
Class OteSetupConsoleSoyInfo.ResultSuccessSoyTemplateInfo
- java.lang.Object
-
- com.google.template.soy.parseinfo.SoyTemplateInfo
-
- google.registry.ui.soy.registrar.OteSetupConsoleSoyInfo.ResultSuccessSoyTemplateInfo
-
- Enclosing class:
- OteSetupConsoleSoyInfo
@Deprecated public static final class OteSetupConsoleSoyInfo.ResultSuccessSoyTemplateInfo extends com.google.template.soy.parseinfo.SoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.OteSetupConsoleTemplates.ResultSuccess} instead.Result page for a successful OT&E setup.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
__NAME__
Deprecated.This template's full name.static java.lang.String
__PARTIAL_NAME__
Deprecated.This template's partial name.static java.lang.String
ANALYTICS_CONFIG
Deprecated.static java.lang.String
BASE_CLIENT_ID
Deprecated.The base clientId used for the OT&E setup.static java.lang.String
CLIENT_ID_TO_TLD
Deprecated.The created registrars->TLD mapping.static java.lang.String
CONTACT_EMAIL
Deprecated.The contact's email added to the registrars.static java.lang.String
LOGO_FILENAME
Deprecated.static java.lang.String
LOGOUT_URL
Deprecated.Generated URL for logging out of Google.static java.lang.String
PASSWORD
Deprecated.The password given for the created registrars.static java.lang.String
PRODUCT_NAME
Deprecated.Name to display for this software product.static java.lang.String
USERNAME
Deprecated.Arbitrary username to display.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OteSetupConsoleSoyInfo.ResultSuccessSoyTemplateInfo
getInstance()
Deprecated.
-
-
-
Field Detail
-
__NAME__
public static final java.lang.String __NAME__
Deprecated.This template's full name.- See Also:
- Constant Field Values
-
__PARTIAL_NAME__
public static final java.lang.String __PARTIAL_NAME__
Deprecated.This template's partial name.- See Also:
- Constant Field Values
-
BASE_CLIENT_ID
public static final java.lang.String BASE_CLIENT_ID
Deprecated.The base clientId used for the OT&E setup.- See Also:
- Constant Field Values
-
CONTACT_EMAIL
public static final java.lang.String CONTACT_EMAIL
Deprecated.The contact's email added to the registrars.- See Also:
- Constant Field Values
-
CLIENT_ID_TO_TLD
public static final java.lang.String CLIENT_ID_TO_TLD
Deprecated.The created registrars->TLD mapping.- See Also:
- Constant Field Values
-
PASSWORD
public static final java.lang.String PASSWORD
Deprecated.The password given for the created registrars.- See Also:
- Constant Field Values
-
USERNAME
public static final java.lang.String USERNAME
Deprecated.Arbitrary username to display.- See Also:
- Constant Field Values
-
LOGOUT_URL
public static final java.lang.String LOGOUT_URL
Deprecated.Generated URL for logging out of Google.- See Also:
- Constant Field Values
-
PRODUCT_NAME
public static final java.lang.String PRODUCT_NAME
Deprecated.Name to display for this software product.- See Also:
- Constant Field Values
-
LOGO_FILENAME
public static final java.lang.String LOGO_FILENAME
Deprecated.- See Also:
- Constant Field Values
-
ANALYTICS_CONFIG
public static final java.lang.String ANALYTICS_CONFIG
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static OteSetupConsoleSoyInfo.ResultSuccessSoyTemplateInfo getInstance()
Deprecated.
-
-