public abstract class ProjectNumber extends Object implements Serializable
| Constructor and Description |
|---|
ProjectNumber() |
| Modifier and Type | Method and Description |
|---|---|
static ProjectNumber |
of(long value)
Construct a ProjectNumber from its long value.
|
String |
toString() |
abstract long |
value()
The long value of this project number.
|
public abstract long value()
public static ProjectNumber of(long value) throws io.grpc.StatusException
io.grpc.StatusExceptionCopyright © 2020 Google LLC. All rights reserved.