Class Uint128.Builder (1.93.0)

public static final class Uint128.Builder extends GeneratedMessage.Builder<Uint128.Builder> implements Uint128OrBuilder

Protobuf type google.cloud.compute.v1.Uint128

Implements

Uint128OrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public Uint128 build()
Returns
Type Description
Uint128

buildPartial()

public Uint128 buildPartial()
Returns
Type Description
Uint128

clear()

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

clearHigh()

public Uint128.Builder clearHigh()

optional uint64 high = 3202466;

Returns
Type Description
Uint128.Builder

This builder for chaining.

clearLow()

public Uint128.Builder clearLow()

optional uint64 low = 107348;

Returns
Type Description
Uint128.Builder

This builder for chaining.

getDefaultInstanceForType()

public Uint128 getDefaultInstanceForType()
Returns
Type Description
Uint128

getDescriptorForType()

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

getHigh()

public long getHigh()

optional uint64 high = 3202466;

Returns
Type Description
long

The high.

getLow()

public long getLow()

optional uint64 low = 107348;

Returns
Type Description
long

The low.

hasHigh()

public boolean hasHigh()

optional uint64 high = 3202466;

Returns
Type Description
boolean

Whether the high field is set.

hasLow()

public boolean hasLow()

optional uint64 low = 107348;

Returns
Type Description
boolean

Whether the low field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Uint128 other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setHigh(long value)

public Uint128.Builder setHigh(long value)

optional uint64 high = 3202466;

Parameter
Name Description
value long

The high to set.

Returns
Type Description
Uint128.Builder

This builder for chaining.

setLow(long value)

public Uint128.Builder setLow(long value)

optional uint64 low = 107348;

Parameter
Name Description
value long

The low to set.

Returns
Type Description
Uint128.Builder

This builder for chaining.