Class StructType.Builder (2.42.0)

public static final class StructType.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StructType.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StructType.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public StructType.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
StructType.Builder
Overrides

clearFields()

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

clearOneof(Descriptors.OneofDescriptor oneof)

public StructType.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
StructType.Builder
Overrides

clone()

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

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 GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StructType.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
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

setField(Descriptors.FieldDescriptor field, Object value)

public StructType.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StructType.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public StructType.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
StructType.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final StructType.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
StructType.Builder
Overrides