Class IntegerTypeOptions.Builder (0.79.0)

public static final class IntegerTypeOptions.Builder extends GeneratedMessage.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

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

getDefaultInstanceForType()

public IntegerTypeOptions getDefaultInstanceForType()
Returns
Type Description
IntegerTypeOptions

getDescriptorForType()

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

internalGetFieldAccessorTable()

protected GeneratedMessage.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