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 String
getFieldValue(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 DeletedTopic
instance()
static boolean
matches(String value)
String
toString()
-
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:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
- Overrides:
getFieldValuesMap
in classTopicName
-
getFieldValue
public String getFieldValue(String fieldName)
Return the FIXED_VALUE if @param fieldName is an empty String "", else return null.- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
- Overrides:
getFieldValue
in classTopicName
-
-