public static final class StructType.Builder extends GeneratedMessage.Builder<StructType.Builder> implements StructTypeOrBuilder
StructType defines the DataType-s of a STRUCT type.
Protobuf type google.cloud.automl.v1beta1.StructType
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public StructType build()
buildPartial()
public StructType buildPartial()
clear()
public StructType.Builder clear()
Overrides
clearFields()
public StructType.Builder clearFields()
containsFields(String key)
public boolean containsFields(String key)
Unordered map of struct field names to their data types.
Fields cannot be added or removed via Update. Their names and
data types are still mutable.
map<string, .google.cloud.automl.v1beta1.DataType> fields = 1;
| Parameter |
| Name |
Description |
key |
String
|
getDefaultInstanceForType()
public StructType getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFields() (deprecated)
public Map<String,DataType> getFields()
getFieldsCount()
public int getFieldsCount()
Unordered map of struct field names to their data types.
Fields cannot be added or removed via Update. Their names and
data types are still mutable.
map<string, .google.cloud.automl.v1beta1.DataType> fields = 1;
| Returns |
| Type |
Description |
int |
|
getFieldsMap()
public Map<String,DataType> getFieldsMap()
Unordered map of struct field names to their data types.
Fields cannot be added or removed via Update. Their names and
data types are still mutable.
map<string, .google.cloud.automl.v1beta1.DataType> fields = 1;
getFieldsOrDefault(String key, DataType defaultValue)
public DataType getFieldsOrDefault(String key, DataType defaultValue)
Unordered map of struct field names to their data types.
Fields cannot be added or removed via Update. Their names and
data types are still mutable.
map<string, .google.cloud.automl.v1beta1.DataType> fields = 1;
getFieldsOrThrow(String key)
public DataType getFieldsOrThrow(String key)
Unordered map of struct field names to their data types.
Fields cannot be added or removed via Update. Their names and
data types are still mutable.
map<string, .google.cloud.automl.v1beta1.DataType> fields = 1;
| Parameter |
| Name |
Description |
key |
String
|
getMutableFields() (deprecated)
public Map<String,DataType> getMutableFields()
Use alternate mutation accessors instead.
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(StructType other)
public StructType.Builder mergeFrom(StructType other)
public StructType.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public StructType.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
putAllFields(Map<String,DataType> values)
public StructType.Builder putAllFields(Map<String,DataType> values)
Unordered map of struct field names to their data types.
Fields cannot be added or removed via Update. Their names and
data types are still mutable.
map<string, .google.cloud.automl.v1beta1.DataType> fields = 1;
putFields(String key, DataType value)
public StructType.Builder putFields(String key, DataType value)
Unordered map of struct field names to their data types.
Fields cannot be added or removed via Update. Their names and
data types are still mutable.
map<string, .google.cloud.automl.v1beta1.DataType> fields = 1;
putFieldsBuilderIfAbsent(String key)
public DataType.Builder putFieldsBuilderIfAbsent(String key)
Unordered map of struct field names to their data types.
Fields cannot be added or removed via Update. Their names and
data types are still mutable.
map<string, .google.cloud.automl.v1beta1.DataType> fields = 1;
| Parameter |
| Name |
Description |
key |
String
|
removeFields(String key)
public StructType.Builder removeFields(String key)
Unordered map of struct field names to their data types.
Fields cannot be added or removed via Update. Their names and
data types are still mutable.
map<string, .google.cloud.automl.v1beta1.DataType> fields = 1;
| Parameter |
| Name |
Description |
key |
String
|