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