public static final class Size.Builder extends GeneratedMessage.Builder<Size.Builder> implements SizeOrBuilderRepresents the dimensions of an AdUnit, LineItem, or Creative.
Protobuf type google.ads.admanager.v1.Size
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Size.BuilderImplements
SizeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Size build()| Returns | |
|---|---|
| Type | Description |
Size |
|
buildPartial()
public Size buildPartial()| Returns | |
|---|---|
| Type | Description |
Size |
|
clear()
public Size.Builder clear()| Returns | |
|---|---|
| Type | Description |
Size.Builder |
|
clearHeight()
public Size.Builder clearHeight()Required. The height of the Creative, AdUnit, or LineItem.
int32 height = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Size.Builder |
This builder for chaining. |
clearSizeType()
public Size.Builder clearSizeType()Required. The SizeType of the Creative, AdUnit, or LineItem.
.google.ads.admanager.v1.SizeTypeEnum.SizeType size_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Size.Builder |
This builder for chaining. |
clearWidth()
public Size.Builder clearWidth()Required. The width of the Creative, AdUnit, or LineItem.
int32 width = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Size.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Size getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Size |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHeight()
public int getHeight()Required. The height of the Creative, AdUnit, or LineItem.
int32 height = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The height. |
getSizeType()
public SizeTypeEnum.SizeType getSizeType()Required. The SizeType of the Creative, AdUnit, or LineItem.
.google.ads.admanager.v1.SizeTypeEnum.SizeType size_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SizeTypeEnum.SizeType |
The sizeType. |
getSizeTypeValue()
public int getSizeTypeValue()Required. The SizeType of the Creative, AdUnit, or LineItem.
.google.ads.admanager.v1.SizeTypeEnum.SizeType size_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for sizeType. |
getWidth()
public int getWidth()Required. The width of the Creative, AdUnit, or LineItem.
int32 width = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The width. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Size other)
public Size.Builder mergeFrom(Size other)| Parameter | |
|---|---|
| Name | Description |
other |
Size |
| Returns | |
|---|---|
| Type | Description |
Size.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Size.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Size.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Size.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Size.Builder |
|
setHeight(int value)
public Size.Builder setHeight(int value)Required. The height of the Creative, AdUnit, or LineItem.
int32 height = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe height to set. |
| Returns | |
|---|---|
| Type | Description |
Size.Builder |
This builder for chaining. |
setSizeType(SizeTypeEnum.SizeType value)
public Size.Builder setSizeType(SizeTypeEnum.SizeType value)Required. The SizeType of the Creative, AdUnit, or LineItem.
.google.ads.admanager.v1.SizeTypeEnum.SizeType size_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
SizeTypeEnum.SizeTypeThe sizeType to set. |
| Returns | |
|---|---|
| Type | Description |
Size.Builder |
This builder for chaining. |
setSizeTypeValue(int value)
public Size.Builder setSizeTypeValue(int value)Required. The SizeType of the Creative, AdUnit, or LineItem.
.google.ads.admanager.v1.SizeTypeEnum.SizeType size_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for sizeType to set. |
| Returns | |
|---|---|
| Type | Description |
Size.Builder |
This builder for chaining. |
setWidth(int value)
public Size.Builder setWidth(int value)Required. The width of the Creative, AdUnit, or LineItem.
int32 width = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe width to set. |
| Returns | |
|---|---|
| Type | Description |
Size.Builder |
This builder for chaining. |