Class IframeAdResource.Builder (0.83.0)

public static final class IframeAdResource.Builder extends GeneratedMessage.Builder<IframeAdResource.Builder> implements IframeAdResourceOrBuilder

Metadata for an IFrame ad resource.

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

Static Methods

getDescriptor()

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

Methods

build()

public IframeAdResource build()
Returns
Type Description
IframeAdResource

buildPartial()

public IframeAdResource buildPartial()
Returns
Type Description
IframeAdResource

clear()

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

clearUri()

public IframeAdResource.Builder clearUri()

URI source for an IFrame to display for the ad resource.

string uri = 1;

Returns
Type Description
IframeAdResource.Builder

This builder for chaining.

getDefaultInstanceForType()

public IframeAdResource getDefaultInstanceForType()
Returns
Type Description
IframeAdResource

getDescriptorForType()

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

getUri()

public String getUri()

URI source for an IFrame to display for the ad resource.

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

URI source for an IFrame to display for the ad resource.

string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(IframeAdResource other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setUri(String value)

public IframeAdResource.Builder setUri(String value)

URI source for an IFrame to display for the ad resource.

string uri = 1;

Parameter
Name Description
value String

The uri to set.

Returns
Type Description
IframeAdResource.Builder

This builder for chaining.

setUriBytes(ByteString value)

public IframeAdResource.Builder setUriBytes(ByteString value)

URI source for an IFrame to display for the ad resource.

string uri = 1;

Parameter
Name Description
value ByteString

The bytes for uri to set.

Returns
Type Description
IframeAdResource.Builder

This builder for chaining.