Package org.jclouds.googlecloud.config
Class CurrentProject.ClientEmail
- java.lang.Object
-
- org.jclouds.googlecloud.config.CurrentProject.ClientEmail
-
- Enclosing class:
- CurrentProject
public static final class CurrentProject.ClientEmail extends Object
Utilities related to the email associated with the service account of a project.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DESCRIPTION
-
Constructor Summary
Constructors Constructor Description ClientEmail()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toProjectNumber(String email)
Parses the project number from the client email or throws an IllegalArgumentException.
-
-
-
Field Detail
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
toProjectNumber
public static String toProjectNumber(String email)
Parses the project number from the client email or throws an IllegalArgumentException.
-
-