public abstract class ProjectPath extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectPath.Builder |
| Constructor and Description |
|---|
ProjectPath() |
| Modifier and Type | Method and Description |
|---|---|
static ProjectPath.Builder |
newBuilder()
Create a new ProjectPath builder.
|
static ProjectPath |
parse(String path)
Parse a project path.
|
abstract ProjectIdOrNumber |
project() |
abstract ProjectPath.Builder |
toBuilder() |
String |
toString() |
public abstract ProjectIdOrNumber project()
public static ProjectPath.Builder newBuilder()
public abstract ProjectPath.Builder toBuilder()
public static ProjectPath parse(String path) throws com.google.api.gax.rpc.ApiException
projects/<project number>
com.google.api.gax.rpc.ApiExceptionCopyright © 2021 Google LLC. All rights reserved.