Package com.google.api.resourcenames
Interface ResourceName
-
- All Known Implementing Classes:
UntypedResourceName
public interface ResourceNameAn interface that generated resource name types must implement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFieldValue(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.
-