Package com.google.cloud.tools.project
Class ServiceNameValidator
- java.lang.Object
-
- com.google.cloud.tools.project.ServiceNameValidator
-
@Beta public class ServiceNameValidator extends Object
Each service and each version must have a name. A name can contain numbers, letters, and hyphens. It cannot be longer than 63 characters and cannot start or end with a hyphen."
-
-
Constructor Summary
Constructors Constructor Description ServiceNameValidator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
validate(String name)
Validates an App Engine service name.
-