@Generated(value="by GAPIC protoc plugin") @Deprecated public class ProjectTopicName extends TopicName
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectTopicName.Builder
Deprecated.
Builder for ProjectTopicName.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
static String |
format(String project,
String topic)
Deprecated.
|
String |
getFieldValue(String fieldName)
Deprecated.
|
Map<String,String> |
getFieldValuesMap()
Deprecated.
|
String |
getProject()
Deprecated.
|
String |
getTopic()
Deprecated.
|
int |
hashCode()
Deprecated.
|
static boolean |
isParsableFrom(String formattedString)
Deprecated.
|
static ProjectTopicName.Builder |
newBuilder()
Deprecated.
|
static ProjectTopicName |
of(String project,
String topic)
Deprecated.
|
static ProjectTopicName |
parse(String formattedString)
Deprecated.
|
static List<ProjectTopicName> |
parseList(List<String> formattedStrings)
Deprecated.
|
ProjectTopicName.Builder |
toBuilder()
Deprecated.
|
String |
toString()
Deprecated.
|
static List<String> |
toStringList(List<ProjectTopicName> values)
Deprecated.
|
public String getProject()
public String getTopic()
public static ProjectTopicName.Builder newBuilder()
public ProjectTopicName.Builder toBuilder()
public static ProjectTopicName of(String project, String topic)
public static ProjectTopicName parse(String formattedString)
public static List<ProjectTopicName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ProjectTopicName> values)
public static boolean isParsableFrom(String formattedString)
Copyright © 2020 Google LLC. All rights reserved.