Class ResourceReference
- java.lang.Object
-
- com.google.api.generator.gapic.model.ResourceReference
-
public abstract class ResourceReference extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourceReference()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()abstract booleanisChildType()booleanisOnlyWildcard()abstract StringresourceTypeString()static ResourceReferencewithChildType(String resourceTypeString)static ResourceReferencewithType(String resourceTypeString)
-
-
-
Method Detail
-
resourceTypeString
public abstract String resourceTypeString()
-
isChildType
public abstract boolean isChildType()
-
isOnlyWildcard
public boolean isOnlyWildcard()
-
withType
public static ResourceReference withType(String resourceTypeString)
-
withChildType
public static ResourceReference withChildType(String resourceTypeString)
-
-