public abstract class ReservationPath extends Object implements Serializable
projects/<project number>/locations/<cloud region>/reservations/<id>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReservationPath.Builder |
| Constructor and Description |
|---|
ReservationPath() |
| Modifier and Type | Method and Description |
|---|---|
abstract CloudRegion |
location() |
LocationPath |
locationPath() |
abstract ReservationName |
name() |
static ReservationPath.Builder |
newBuilder()
Create a new ReservationPath builder.
|
static ReservationPath |
parse(String path) |
abstract ProjectIdOrNumber |
project() |
abstract ReservationPath.Builder |
toBuilder() |
String |
toString() |
public abstract ProjectIdOrNumber project()
public abstract CloudRegion location()
public abstract ReservationName name()
public LocationPath locationPath()
public static ReservationPath.Builder newBuilder()
public abstract ReservationPath.Builder toBuilder()
public static ReservationPath parse(String path) throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionCopyright © 2023 Google LLC. All rights reserved.