Interface DimensionsOrBuilder (0.1.0)

public interface DimensionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDepthInches()

public abstract float getDepthInches()

Required. Depth in inches.

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

Returns
Type Description
float

The depthInches.

getHeightInches()

public abstract float getHeightInches()

Required. Height in inches.

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

Returns
Type Description
float

The heightInches.

getWidthInches()

public abstract float getWidthInches()

Required. Width in inches.

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

Returns
Type Description
float

The widthInches.