Class StructType.Builder (2.1.23)

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StructType.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StructType.Builder
Overrides

build()

public StructType build()
Returns
TypeDescription
StructType

buildPartial()

public StructType buildPartial()
Returns
TypeDescription
StructType

clear()

public StructType.Builder clear()
Returns
TypeDescription
StructType.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public StructType.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
StructType.Builder
Overrides

clearFields()

public StructType.Builder clearFields()
Returns
TypeDescription
StructType.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public StructType.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
StructType.Builder
Overrides

clone()

public StructType.Builder clone()
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
boolean

getDefaultInstanceForType()

public StructType getDefaultInstanceForType()
Returns
TypeDescription
StructType

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFields()

public Map<String,DataType> getFields()

Use #getFieldsMap() instead.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
keyString
defaultValueDataType
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
DataType

getMutableFields()

public Map<String,DataType> getMutableFields()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,DataType>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

internalGetMutableMapField(int number)

protected MapField internalGetMutableMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(StructType other)

public StructType.Builder mergeFrom(StructType other)
Parameter
NameDescription
otherStructType
Returns
TypeDescription
StructType.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StructType.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StructType.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public StructType.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
StructType.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StructType.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valuesMap<String,DataType>
Returns
TypeDescription
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
NameDescription
keyString
valueDataType
Returns
TypeDescription
StructType.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
NameDescription
keyString
Returns
TypeDescription
StructType.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public StructType.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StructType.Builder
Overrides

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

public StructType.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
StructType.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final StructType.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StructType.Builder
Overrides