public static final class Dimensions.Builder extends GeneratedMessage.Builder<Dimensions.Builder> implements DimensionsOrBuilderRepresents the dimensions of an object.
Protobuf type google.cloud.gdchardwaremanagement.v1alpha.Dimensions
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Dimensions.BuilderImplements
DimensionsOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Dimensions.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Dimensions.Builder |
|
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 |
floatThe 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 |
floatThe 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 |
floatThe widthInches to set. |
| Returns | |
|---|---|
| Type | Description |
Dimensions.Builder |
This builder for chaining. |