Class Messages
java.lang.Object
com.google.jenkins.plugins.credentials.oauth.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyGoogleAuthorizationStrategy.CredentialError
:Need to provide a credential
.static org.jvnet.localizer.Localizable
KeyGoogleAuthorizationStrategy.DisplayName
:Project Matrix Authorization Strategy (using Google Cloud Console roles)
.static org.jvnet.localizer.Localizable
KeyGoogleOAuth2ScopeSpecification.DisplayName
:Google OAuth 2.0 Scope Specification
.static org.jvnet.localizer.Localizable
KeyGoogleRobotCredentials.Description
:A Google robot account for accessing Google APIs and services.
.static org.jvnet.localizer.Localizable
KeyGoogleRobotCredentials.NoAnnotation
:{0} must be annotated with @RequiresDomain
.static org.jvnet.localizer.Localizable
KeyGoogleRobotMetadataCredentials.AddProjectIdAuthError
:Insufficient privileges to add a project
.static org.jvnet.localizer.Localizable
KeyGoogleRobotMetadataCredentials.DefaultIdentityError
:An unknown problem occured while retrieving the default service account's identity
.static org.jvnet.localizer.Localizable
KeyGoogleRobotMetadataCredentials.DisplayName
:Google Service Account from metadata
.static org.jvnet.localizer.Localizable
KeyGoogleRobotMetadataCredentials.ProjectIDError
:A project name must be specified
.static org.jvnet.localizer.Localizable
KeyGoogleRobotPrivateKeyCredentials.BadCredentials
:An error occurred deducing a username from the provided credentials files.
.static org.jvnet.localizer.Localizable
KeyGoogleRobotPrivateKeyCredentials.DisplayName
:Google Service Account from private key
.static org.jvnet.localizer.Localizable
KeyGoogleRobotPrivateKeyCredentials.ExceptionString
:An unknown problem occured while retrieving token
.static org.jvnet.localizer.Localizable
KeyGoogleRobotPrivateKeyCredentials.ProjectIDError
:A project name must be specified
.static org.jvnet.localizer.Localizable
KeyJsonServiceAccountConfig.DisplayName
:JSON key
.static org.jvnet.localizer.Localizable
KeyP12ServiceAccountConfig.DisplayName
:P12 key
.static org.jvnet.localizer.Localizable
KeyP12ServiceAccountConfig.ErrorEmailRequired
:Email address is required
.static org.jvnet.localizer.Localizable
KeyRemotableGoogleCredentials.BadGetDescriptor
:Consumers of RemotableGoogleCredentials should not invoke getDescriptor
.static org.jvnet.localizer.Localizable
KeyRemotableGoogleCredentials.BadGetName
:Consumers of RemotableGoogleCredentials should not invoke getName
.static org.jvnet.localizer.Localizable
KeyRemotableGoogleCredentials.NoAccessToken
:Unable to retrieve an access token with the provided credentials
.static String
KeyGoogleAuthorizationStrategy.CredentialError
:Need to provide a credential
.static String
KeyGoogleAuthorizationStrategy.DisplayName
:Project Matrix Authorization Strategy (using Google Cloud Console roles)
.static String
KeyGoogleOAuth2ScopeSpecification.DisplayName
:Google OAuth 2.0 Scope Specification
.static String
KeyGoogleRobotCredentials.Description
:A Google robot account for accessing Google APIs and services.
.static String
KeyGoogleRobotCredentials.NoAnnotation
:{0} must be annotated with @RequiresDomain
.static String
KeyGoogleRobotMetadataCredentials.AddProjectIdAuthError
:Insufficient privileges to add a project
.static String
KeyGoogleRobotMetadataCredentials.DefaultIdentityError
:An unknown problem occured while retrieving the default service account's identity
.static String
KeyGoogleRobotMetadataCredentials.DisplayName
:Google Service Account from metadata
.static String
KeyGoogleRobotMetadataCredentials.ProjectIDError
:A project name must be specified
.static String
KeyGoogleRobotPrivateKeyCredentials.BadCredentials
:An error occurred deducing a username from the provided credentials files.
.static String
KeyGoogleRobotPrivateKeyCredentials.DisplayName
:Google Service Account from private key
.static String
KeyGoogleRobotPrivateKeyCredentials.ExceptionString
:An unknown problem occured while retrieving token
.static String
KeyGoogleRobotPrivateKeyCredentials.ProjectIDError
:A project name must be specified
.static String
KeyJsonServiceAccountConfig.DisplayName
:JSON key
.static String
KeyP12ServiceAccountConfig.DisplayName
:P12 key
.static String
KeyP12ServiceAccountConfig.ErrorEmailRequired
:Email address is required
.static String
KeyRemotableGoogleCredentials.BadGetDescriptor
:Consumers of RemotableGoogleCredentials should not invoke getDescriptor
.static String
KeyRemotableGoogleCredentials.BadGetName
:Consumers of RemotableGoogleCredentials should not invoke getName
.static String
KeyRemotableGoogleCredentials.NoAccessToken
:Unable to retrieve an access token with the provided credentials
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
P12ServiceAccountConfig_ErrorEmailRequired
KeyP12ServiceAccountConfig.ErrorEmailRequired
:Email address is required
.- Returns:
Email address is required
-
_P12ServiceAccountConfig_ErrorEmailRequired
public static org.jvnet.localizer.Localizable _P12ServiceAccountConfig_ErrorEmailRequired()KeyP12ServiceAccountConfig.ErrorEmailRequired
:Email address is required
.- Returns:
Email address is required
-
P12ServiceAccountConfig_DisplayName
KeyP12ServiceAccountConfig.DisplayName
:P12 key
.- Returns:
P12 key
-
_P12ServiceAccountConfig_DisplayName
public static org.jvnet.localizer.Localizable _P12ServiceAccountConfig_DisplayName()KeyP12ServiceAccountConfig.DisplayName
:P12 key
.- Returns:
P12 key
-
GoogleRobotCredentials_NoAnnotation
KeyGoogleRobotCredentials.NoAnnotation
:{0} must be annotated with @RequiresDomain
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} must be annotated with @RequiresDomain
-
_GoogleRobotCredentials_NoAnnotation
KeyGoogleRobotCredentials.NoAnnotation
:{0} must be annotated with @RequiresDomain
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} must be annotated with @RequiresDomain
-
GoogleRobotPrivateKeyCredentials_BadCredentials
KeyGoogleRobotPrivateKeyCredentials.BadCredentials
:An error occurred deducing a username from the provided credentials files.
.- Returns:
An error occurred deducing a username from the provided credentials files.
-
_GoogleRobotPrivateKeyCredentials_BadCredentials
public static org.jvnet.localizer.Localizable _GoogleRobotPrivateKeyCredentials_BadCredentials()KeyGoogleRobotPrivateKeyCredentials.BadCredentials
:An error occurred deducing a username from the provided credentials files.
.- Returns:
An error occurred deducing a username from the provided credentials files.
-
GoogleAuthorizationStrategy_CredentialError
KeyGoogleAuthorizationStrategy.CredentialError
:Need to provide a credential
.- Returns:
Need to provide a credential
-
_GoogleAuthorizationStrategy_CredentialError
public static org.jvnet.localizer.Localizable _GoogleAuthorizationStrategy_CredentialError()KeyGoogleAuthorizationStrategy.CredentialError
:Need to provide a credential
.- Returns:
Need to provide a credential
-
RemotableGoogleCredentials_NoAccessToken
KeyRemotableGoogleCredentials.NoAccessToken
:Unable to retrieve an access token with the provided credentials
.- Returns:
Unable to retrieve an access token with the provided credentials
-
_RemotableGoogleCredentials_NoAccessToken
public static org.jvnet.localizer.Localizable _RemotableGoogleCredentials_NoAccessToken()KeyRemotableGoogleCredentials.NoAccessToken
:Unable to retrieve an access token with the provided credentials
.- Returns:
Unable to retrieve an access token with the provided credentials
-
GoogleRobotMetadataCredentials_DefaultIdentityError
KeyGoogleRobotMetadataCredentials.DefaultIdentityError
:An unknown problem occured while retrieving the default service account's identity
.- Returns:
An unknown problem occured while retrieving the default service account's identity
-
_GoogleRobotMetadataCredentials_DefaultIdentityError
public static org.jvnet.localizer.Localizable _GoogleRobotMetadataCredentials_DefaultIdentityError()KeyGoogleRobotMetadataCredentials.DefaultIdentityError
:An unknown problem occured while retrieving the default service account's identity
.- Returns:
An unknown problem occured while retrieving the default service account's identity
-
JsonServiceAccountConfig_DisplayName
KeyJsonServiceAccountConfig.DisplayName
:JSON key
.- Returns:
JSON key
-
_JsonServiceAccountConfig_DisplayName
public static org.jvnet.localizer.Localizable _JsonServiceAccountConfig_DisplayName()KeyJsonServiceAccountConfig.DisplayName
:JSON key
.- Returns:
JSON key
-
RemotableGoogleCredentials_BadGetName
KeyRemotableGoogleCredentials.BadGetName
:Consumers of RemotableGoogleCredentials should not invoke getName
.- Returns:
Consumers of RemotableGoogleCredentials should not invoke getName
-
_RemotableGoogleCredentials_BadGetName
public static org.jvnet.localizer.Localizable _RemotableGoogleCredentials_BadGetName()KeyRemotableGoogleCredentials.BadGetName
:Consumers of RemotableGoogleCredentials should not invoke getName
.- Returns:
Consumers of RemotableGoogleCredentials should not invoke getName
-
GoogleRobotPrivateKeyCredentials_ExceptionString
KeyGoogleRobotPrivateKeyCredentials.ExceptionString
:An unknown problem occured while retrieving token
.- Returns:
An unknown problem occured while retrieving token
-
_GoogleRobotPrivateKeyCredentials_ExceptionString
public static org.jvnet.localizer.Localizable _GoogleRobotPrivateKeyCredentials_ExceptionString()KeyGoogleRobotPrivateKeyCredentials.ExceptionString
:An unknown problem occured while retrieving token
.- Returns:
An unknown problem occured while retrieving token
-
GoogleRobotPrivateKeyCredentials_DisplayName
KeyGoogleRobotPrivateKeyCredentials.DisplayName
:Google Service Account from private key
.- Returns:
Google Service Account from private key
-
_GoogleRobotPrivateKeyCredentials_DisplayName
public static org.jvnet.localizer.Localizable _GoogleRobotPrivateKeyCredentials_DisplayName()KeyGoogleRobotPrivateKeyCredentials.DisplayName
:Google Service Account from private key
.- Returns:
Google Service Account from private key
-
RemotableGoogleCredentials_BadGetDescriptor
KeyRemotableGoogleCredentials.BadGetDescriptor
:Consumers of RemotableGoogleCredentials should not invoke getDescriptor
.- Returns:
Consumers of RemotableGoogleCredentials should not invoke getDescriptor
-
_RemotableGoogleCredentials_BadGetDescriptor
public static org.jvnet.localizer.Localizable _RemotableGoogleCredentials_BadGetDescriptor()KeyRemotableGoogleCredentials.BadGetDescriptor
:Consumers of RemotableGoogleCredentials should not invoke getDescriptor
.- Returns:
Consumers of RemotableGoogleCredentials should not invoke getDescriptor
-
GoogleAuthorizationStrategy_DisplayName
KeyGoogleAuthorizationStrategy.DisplayName
:Project Matrix Authorization Strategy (using Google Cloud Console roles)
.- Returns:
Project Matrix Authorization Strategy (using Google Cloud Console roles)
-
_GoogleAuthorizationStrategy_DisplayName
public static org.jvnet.localizer.Localizable _GoogleAuthorizationStrategy_DisplayName()KeyGoogleAuthorizationStrategy.DisplayName
:Project Matrix Authorization Strategy (using Google Cloud Console roles)
.- Returns:
Project Matrix Authorization Strategy (using Google Cloud Console roles)
-
GoogleRobotPrivateKeyCredentials_ProjectIDError
KeyGoogleRobotPrivateKeyCredentials.ProjectIDError
:A project name must be specified
.- Returns:
A project name must be specified
-
_GoogleRobotPrivateKeyCredentials_ProjectIDError
public static org.jvnet.localizer.Localizable _GoogleRobotPrivateKeyCredentials_ProjectIDError()KeyGoogleRobotPrivateKeyCredentials.ProjectIDError
:A project name must be specified
.- Returns:
A project name must be specified
-
GoogleRobotMetadataCredentials_DisplayName
KeyGoogleRobotMetadataCredentials.DisplayName
:Google Service Account from metadata
.- Returns:
Google Service Account from metadata
-
_GoogleRobotMetadataCredentials_DisplayName
public static org.jvnet.localizer.Localizable _GoogleRobotMetadataCredentials_DisplayName()KeyGoogleRobotMetadataCredentials.DisplayName
:Google Service Account from metadata
.- Returns:
Google Service Account from metadata
-
GoogleRobotMetadataCredentials_AddProjectIdAuthError
KeyGoogleRobotMetadataCredentials.AddProjectIdAuthError
:Insufficient privileges to add a project
.- Returns:
Insufficient privileges to add a project
-
_GoogleRobotMetadataCredentials_AddProjectIdAuthError
public static org.jvnet.localizer.Localizable _GoogleRobotMetadataCredentials_AddProjectIdAuthError()KeyGoogleRobotMetadataCredentials.AddProjectIdAuthError
:Insufficient privileges to add a project
.- Returns:
Insufficient privileges to add a project
-
GoogleOAuth2ScopeSpecification_DisplayName
KeyGoogleOAuth2ScopeSpecification.DisplayName
:Google OAuth 2.0 Scope Specification
.- Returns:
Google OAuth 2.0 Scope Specification
-
_GoogleOAuth2ScopeSpecification_DisplayName
public static org.jvnet.localizer.Localizable _GoogleOAuth2ScopeSpecification_DisplayName()KeyGoogleOAuth2ScopeSpecification.DisplayName
:Google OAuth 2.0 Scope Specification
.- Returns:
Google OAuth 2.0 Scope Specification
-
GoogleRobotMetadataCredentials_ProjectIDError
KeyGoogleRobotMetadataCredentials.ProjectIDError
:A project name must be specified
.- Returns:
A project name must be specified
-
_GoogleRobotMetadataCredentials_ProjectIDError
public static org.jvnet.localizer.Localizable _GoogleRobotMetadataCredentials_ProjectIDError()KeyGoogleRobotMetadataCredentials.ProjectIDError
:A project name must be specified
.- Returns:
A project name must be specified
-
GoogleRobotCredentials_Description
KeyGoogleRobotCredentials.Description
:A Google robot account for accessing Google APIs and services.
.- Returns:
A Google robot account for accessing Google APIs and services.
-
_GoogleRobotCredentials_Description
public static org.jvnet.localizer.Localizable _GoogleRobotCredentials_Description()KeyGoogleRobotCredentials.Description
:A Google robot account for accessing Google APIs and services.
.- Returns:
A Google robot account for accessing Google APIs and services.
-