public abstract class TopicPath extends Object implements Serializable
projects/<project number>/locations/<cloud zone>/topics/<id>
| Modifier and Type | Class and Description |
|---|---|
static class |
TopicPath.Builder |
| Constructor and Description |
|---|
TopicPath() |
| Modifier and Type | Method and Description |
|---|---|
abstract CloudZone |
location() |
LocationPath |
locationPath() |
abstract TopicName |
name() |
static TopicPath.Builder |
newBuilder()
Create a new TopicPath builder.
|
static TopicPath |
parse(String path) |
abstract ProjectIdOrNumber |
project() |
abstract TopicPath.Builder |
toBuilder() |
String |
toString() |
public abstract ProjectIdOrNumber project()
public abstract CloudZone location()
public abstract TopicName name()
public LocationPath locationPath()
public static TopicPath.Builder newBuilder()
public abstract TopicPath.Builder toBuilder()
Copyright © 2021 Google LLC. All rights reserved.