Package com.google.cloud.spanner
Class Type.StructField
- java.lang.Object
-
- com.google.cloud.spanner.Type.StructField
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Type
public static final class Type.StructField extends Object implements Serializable
Describes an individual field in aSTRUCT type.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()TypegetType()inthashCode()static Type.StructFieldof(String name, Type type)
-