Package com.google.api.resourcenames
Interface ResourceName
-
- All Known Implementing Classes:
UntypedResourceName
public interface ResourceName
An interface that generated resource name types must implement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFieldValue(String fieldName)
Return the String value of the field with name fieldName.Map<String,String>
getFieldValuesMap()
Return the map of each field name to its value.
-