Class StructType.Builder (2.83.0)

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

Implements

StructTypeOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public StructType build()
Returns
Type Description
StructType

buildPartial()

public StructType buildPartial()
Returns
Type Description
StructType

clear()

public StructType.Builder clear()
Returns
Type Description
StructType.Builder
Overrides

clearFields()

public StructType.Builder clearFields()
Returns
Type Description
StructType.Builder

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
Returns
Type Description
boolean

getDefaultInstanceForType()

public StructType getDefaultInstanceForType()
Returns
Type Description
StructType

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFields() (deprecated)

public Map<String,DataType> getFields()

Use #getFieldsMap() instead.

Returns
Type Description
Map<String,DataType>

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;

Returns
Type Description
Map<String,DataType>

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;

Parameters
Name Description
key String
defaultValue DataType
Returns
Type Description
DataType

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
Returns
Type Description
DataType

getMutableFields() (deprecated)

public Map<String,DataType> getMutableFields()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,DataType>

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
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()
Returns
Type Description
boolean
Overrides

mergeFrom(StructType other)

public StructType.Builder mergeFrom(StructType other)
Parameter
Name Description
other StructType
Returns
Type Description
StructType.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StructType.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StructType.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public StructType.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
StructType.Builder
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;

Parameter
Name Description
values Map<String,DataType>
Returns
Type Description
StructType.Builder

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;

Parameters
Name Description
key String
value DataType
Returns
Type Description
StructType.Builder

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
Returns
Type Description
DataType.Builder

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
Returns
Type Description
StructType.Builder