Class HtmlAdResource.Builder (0.83.0)

public static final class HtmlAdResource.Builder extends GeneratedMessage.Builder<HtmlAdResource.Builder> implements HtmlAdResourceOrBuilder

Metadata for an HTML ad resource.

Protobuf type google.cloud.video.stitcher.v1.HtmlAdResource

Static Methods

getDescriptor()

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

Methods

build()

public HtmlAdResource build()
Returns
Type Description
HtmlAdResource

buildPartial()

public HtmlAdResource buildPartial()
Returns
Type Description
HtmlAdResource

clear()

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

clearHtmlSource()

public HtmlAdResource.Builder clearHtmlSource()

The HTML to display for the ad resource.

string html_source = 1;

Returns
Type Description
HtmlAdResource.Builder

This builder for chaining.

getDefaultInstanceForType()

public HtmlAdResource getDefaultInstanceForType()
Returns
Type Description
HtmlAdResource

getDescriptorForType()

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

getHtmlSource()

public String getHtmlSource()

The HTML to display for the ad resource.

string html_source = 1;

Returns
Type Description
String

The htmlSource.

getHtmlSourceBytes()

public ByteString getHtmlSourceBytes()

The HTML to display for the ad resource.

string html_source = 1;

Returns
Type Description
ByteString

The bytes for htmlSource.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(HtmlAdResource other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setHtmlSource(String value)

public HtmlAdResource.Builder setHtmlSource(String value)

The HTML to display for the ad resource.

string html_source = 1;

Parameter
Name Description
value String

The htmlSource to set.

Returns
Type Description
HtmlAdResource.Builder

This builder for chaining.

setHtmlSourceBytes(ByteString value)

public HtmlAdResource.Builder setHtmlSourceBytes(ByteString value)

The HTML to display for the ad resource.

string html_source = 1;

Parameter
Name Description
value ByteString

The bytes for htmlSource to set.

Returns
Type Description
HtmlAdResource.Builder

This builder for chaining.