Class IntegerTypeOptions.Builder (0.41.0)

public static final class IntegerTypeOptions.Builder extends GeneratedMessageV3.Builder<IntegerTypeOptions.Builder> implements IntegerTypeOptionsOrBuilder

Configurations for an integer property.

Protobuf type google.cloud.contentwarehouse.v1.IntegerTypeOptions

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public IntegerTypeOptions build()
Returns
Type Description
IntegerTypeOptions

buildPartial()

public IntegerTypeOptions buildPartial()
Returns
Type Description
IntegerTypeOptions

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public IntegerTypeOptions getDefaultInstanceForType()
Returns
Type Description
IntegerTypeOptions

getDescriptorForType()

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

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(IntegerTypeOptions other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public IntegerTypeOptions.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
IntegerTypeOptions.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final IntegerTypeOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
IntegerTypeOptions.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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