Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Field |
Field.clone() |
Field |
Field.set(String fieldName,
Object value) |
Field |
Field.setName(String name)
The name of the field.
|
Field |
Field.setType(Type type)
The type of the field.
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
StructType.getFields()
The list of fields that make up this struct.
|
Modifier and Type | Method and Description |
---|---|
StructType |
StructType.setFields(List<Field> fields)
The list of fields that make up this struct.
|
Copyright © 2011–2025 Google. All rights reserved.