Package com.google.pubsub.v1
Class UntypedTopicName
- java.lang.Object
-
- com.google.pubsub.v1.TopicName
-
- com.google.pubsub.v1.UntypedTopicName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by GAPIC protoc plugin") @Deprecated public class UntypedTopicName extends TopicName
Deprecated.This resource name class will be removed in the next major version.AUTO-GENERATED DOCUMENTATION AND CLASS
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.pubsub.v1.TopicName
TopicName.Builder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.static UntypedTopicNamefrom(com.google.api.resourcenames.ResourceName resourceName)Deprecated.StringgetFieldValue(String fieldName)Deprecated.Return the initial rawValue if @param fieldName is an empty String, else return null.Map<String,String>getFieldValuesMap()Deprecated.Return a map with a single value rawValue keyed on an empty String "".inthashCode()Deprecated.static booleanisParsableFrom(String formattedString)Deprecated.static UntypedTopicNameparse(String formattedString)Deprecated.StringtoString()Deprecated.-
Methods inherited from class com.google.pubsub.v1.TopicName
format, formatDeletedTopicName, formatProjectTopicName, getProject, getTopic, newBuilder, newProjectTopicBuilder, of, ofDeletedTopicName, ofProjectTopicName, parseList, toBuilder, toStringList
-
-
-
-
Method Detail
-
from
public static UntypedTopicName from(com.google.api.resourcenames.ResourceName resourceName)
Deprecated.
-
parse
public static UntypedTopicName parse(String formattedString)
Deprecated.
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
Deprecated.
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
Deprecated.Return a map with a single value rawValue keyed on an empty String "".- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName- Overrides:
getFieldValuesMapin classTopicName
-
getFieldValue
public String getFieldValue(String fieldName)
Deprecated.Return the initial rawValue if @param fieldName is an empty String, else return null.- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName- Overrides:
getFieldValuein classTopicName
-
-