public abstract class TopicPaths extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TopicPaths.Builder |
| Constructor and Description |
|---|
TopicPaths() |
| Modifier and Type | Method and Description |
|---|---|
static void |
check(TopicPath path) |
static LocationPath |
getLocationPath(TopicPath path) |
static ProjectNumber |
getProjectNumber(TopicPath path) |
static TopicName |
getTopicName(TopicPath path) |
static CloudZone |
getZone(TopicPath path) |
static TopicPaths.Builder |
newBuilder() |
public static TopicPaths.Builder newBuilder()
public static void check(TopicPath path) throws io.grpc.StatusException
io.grpc.StatusExceptionpublic static ProjectNumber getProjectNumber(TopicPath path) throws io.grpc.StatusException
io.grpc.StatusExceptionpublic static CloudZone getZone(TopicPath path) throws io.grpc.StatusException
io.grpc.StatusExceptionpublic static TopicName getTopicName(TopicPath path) throws io.grpc.StatusException
io.grpc.StatusExceptionpublic static LocationPath getLocationPath(TopicPath path) throws io.grpc.StatusException
io.grpc.StatusExceptionCopyright © 2020 Google LLC. All rights reserved.