Class Dimensions.Builder (0.42.0)

public static final class Dimensions.Builder extends GeneratedMessage.Builder<Dimensions.Builder> implements DimensionsOrBuilder

Represents the dimensions of an object.

Protobuf type google.cloud.gdchardwaremanagement.v1alpha.Dimensions

Implements

DimensionsOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public Dimensions build()
Returns
Type Description
Dimensions

buildPartial()

public Dimensions buildPartial()
Returns
Type Description
Dimensions

clear()

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

clearDepthInches()

public Dimensions.Builder clearDepthInches()

Required. Depth in inches.

float depth_inches = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Dimensions.Builder

This builder for chaining.

clearHeightInches()

public Dimensions.Builder clearHeightInches()

Required. Height in inches.

float height_inches = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Dimensions.Builder

This builder for chaining.

clearWidthInches()

public Dimensions.Builder clearWidthInches()

Required. Width in inches.

float width_inches = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Dimensions.Builder

This builder for chaining.

getDefaultInstanceForType()

public Dimensions getDefaultInstanceForType()
Returns
Type Description
Dimensions

getDepthInches()

public float getDepthInches()

Required. Depth in inches.

float depth_inches = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
float

The depthInches.

getDescriptorForType()

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

getHeightInches()

public float getHeightInches()

Required. Height in inches.

float height_inches = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
float

The heightInches.

getWidthInches()

public float getWidthInches()

Required. Width in inches.

float width_inches = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
float

The widthInches.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Dimensions other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDepthInches(float value)

public Dimensions.Builder setDepthInches(float value)

Required. Depth in inches.

float depth_inches = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value float

The depthInches to set.

Returns
Type Description
Dimensions.Builder

This builder for chaining.

setHeightInches(float value)

public Dimensions.Builder setHeightInches(float value)

Required. Height in inches.

float height_inches = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value float

The heightInches to set.

Returns
Type Description
Dimensions.Builder

This builder for chaining.

setWidthInches(float value)

public Dimensions.Builder setWidthInches(float value)

Required. Width in inches.

float width_inches = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value float

The widthInches to set.

Returns
Type Description
Dimensions.Builder

This builder for chaining.