Package google.registry.ui.soy.registrar
Class RegistrarCreateConsoleSoyInfo.ResultSuccessSoyTemplateInfo
- java.lang.Object
-
- com.google.template.soy.parseinfo.SoyTemplateInfo
-
- google.registry.ui.soy.registrar.RegistrarCreateConsoleSoyInfo.ResultSuccessSoyTemplateInfo
-
- Enclosing class:
- RegistrarCreateConsoleSoyInfo
@Deprecated public static final class RegistrarCreateConsoleSoyInfo.ResultSuccessSoyTemplateInfo extends com.google.template.soy.parseinfo.SoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.RegistrarCreateConsoleTemplates.ResultSuccess} instead.Result page for a successful registrar creation.
-
-
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
CLIENT_ID
Deprecated.The clientId of the registrar.static java.lang.String
CONSOLE_USER_EMAIL
Deprecated.The email of the account with web access to the registrar.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
PASSCODE
Deprecated.The phone passcode for this registrar.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 RegistrarCreateConsoleSoyInfo.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
-
CLIENT_ID
public static final java.lang.String CLIENT_ID
Deprecated.The clientId of the registrar.- See Also:
- Constant Field Values
-
CONSOLE_USER_EMAIL
public static final java.lang.String CONSOLE_USER_EMAIL
Deprecated.The email of the account with web access to the registrar.- See Also:
- Constant Field Values
-
PASSCODE
public static final java.lang.String PASSCODE
Deprecated.The phone passcode for this registrar.- 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 RegistrarCreateConsoleSoyInfo.ResultSuccessSoyTemplateInfo getInstance()
Deprecated.
-
-