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 com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionCopyright © 2023 Google LLC. All rights reserved.