Package com.google.pubsub.v1
Class DeletedTopic
- java.lang.Object
-
- com.google.pubsub.v1.TopicName
-
- com.google.pubsub.v1.DeletedTopic
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by GAPIC protoc plugin") public class DeletedTopic extends TopicName
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 Modifier and Type Method Description StringgetFieldValue(String fieldName)Return the FIXED_VALUE if @param fieldName is an empty String "", else return null.Map<String,String>getFieldValuesMap()Return a map with a single value FIXED_VALUE keyed on an empty String "".static DeletedTopicinstance()static booleanmatches(String value)StringtoString()-
Methods inherited from class com.google.pubsub.v1.TopicName
equals, format, formatDeletedTopicName, formatProjectTopicName, getProject, getTopic, hashCode, isParsableFrom, newBuilder, newProjectTopicBuilder, of, ofDeletedTopicName, ofProjectTopicName, parse, parseList, toBuilder, toStringList
-
-
-
-
Method Detail
-
instance
public static DeletedTopic instance()
-
matches
public static boolean matches(String value)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
Return a map with a single value FIXED_VALUE keyed on an empty String "".- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName- Overrides:
getFieldValuesMapin classTopicName
-
getFieldValue
public String getFieldValue(String fieldName)
Return the FIXED_VALUE if @param fieldName is an empty String "", else return null.- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName- Overrides:
getFieldValuein classTopicName
-
-