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
Modifier and TypeMethodDescriptiongetFieldValue(String fieldName) Return the String value of the field with name fieldName.Return the map of each field name to its value.
-
Method Details
-
getFieldValuesMap
Return the map of each field name to its value. -
getFieldValue
Return the String value of the field with name fieldName. Returns null if the fieldName was not found.
-