public interface DimensionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |