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