Package io.grafeas.v1beta1.common
Class UntypedIamResourceName
- java.lang.Object
-
- io.grafeas.v1beta1.common.IamResourceName
-
- io.grafeas.v1beta1.common.UntypedIamResourceName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by GAPIC protoc plugin") @Deprecated public class UntypedIamResourceName extends IamResourceName
Deprecated.This resource name class will be removed in the next major version.AUTO-GENERATED DOCUMENTATION AND CLASS
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.static UntypedIamResourceNamefrom(com.google.api.resourcenames.ResourceName resourceName)Deprecated.StringgetFieldValue(String fieldName)Deprecated.Return the initial rawValue if @param fieldName is an empty String, else return null.Map<String,String>getFieldValuesMap()Deprecated.Return a map with a single value rawValue keyed on an empty String "".inthashCode()Deprecated.static booleanisParsableFrom(String formattedString)Deprecated.static UntypedIamResourceNameparse(String formattedString)Deprecated.static List<UntypedIamResourceName>parseList(List<String> formattedStrings)Deprecated.StringtoString()Deprecated.static List<String>toStringList(List<UntypedIamResourceName> values)Deprecated.
-
-
-
Method Detail
-
from
public static UntypedIamResourceName from(com.google.api.resourcenames.ResourceName resourceName)
Deprecated.
-
parse
public static UntypedIamResourceName parse(String formattedString)
Deprecated.
-
parseList
public static List<UntypedIamResourceName> parseList(List<String> formattedStrings)
Deprecated.
-
toStringList
public static List<String> toStringList(List<UntypedIamResourceName> values)
Deprecated.
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
Deprecated.
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
Deprecated.Return a map with a single value rawValue keyed on an empty String "".
-
getFieldValue
public String getFieldValue(String fieldName)
Deprecated.Return the initial rawValue if @param fieldName is an empty String, else return null.
-
-