@BetaApi public class UntypedParentName extends ParentName
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static UntypedParentName |
from(com.google.api.resourcenames.ResourceName resourceName) |
String |
getFieldValue(String fieldName)
Return the initial rawValue if @param fieldName is an empty String, else return null.
|
Map<String,String> |
getFieldValuesMap()
Return a map with a single value rawValue keyed on an empty String "".
|
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static UntypedParentName |
parse(String formattedString) |
static List<UntypedParentName> |
parseList(List<String> formattedStrings) |
String |
toString() |
static List<String> |
toStringList(List<UntypedParentName> values) |
public static UntypedParentName from(com.google.api.resourcenames.ResourceName resourceName)
public static UntypedParentName parse(String formattedString)
public static List<UntypedParentName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<UntypedParentName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
public String getFieldValue(String fieldName)
Copyright © 2018 Google. All rights reserved.