Class StaticAdResource.Builder (0.83.0)

public static final class StaticAdResource.Builder extends GeneratedMessage.Builder<StaticAdResource.Builder> implements StaticAdResourceOrBuilder

Metadata for a static ad resource.

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

Static Methods

getDescriptor()

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

Methods

build()

public StaticAdResource build()
Returns
Type Description
StaticAdResource

buildPartial()

public StaticAdResource buildPartial()
Returns
Type Description
StaticAdResource

clear()

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

clearCreativeType()

public StaticAdResource.Builder clearCreativeType()

Describes the MIME type of the ad resource.

string creative_type = 2;

Returns
Type Description
StaticAdResource.Builder

This builder for chaining.

clearUri()

public StaticAdResource.Builder clearUri()

URI to the static file for the ad resource.

string uri = 1;

Returns
Type Description
StaticAdResource.Builder

This builder for chaining.

getCreativeType()

public String getCreativeType()

Describes the MIME type of the ad resource.

string creative_type = 2;

Returns
Type Description
String

The creativeType.

getCreativeTypeBytes()

public ByteString getCreativeTypeBytes()

Describes the MIME type of the ad resource.

string creative_type = 2;

Returns
Type Description
ByteString

The bytes for creativeType.

getDefaultInstanceForType()

public StaticAdResource getDefaultInstanceForType()
Returns
Type Description
StaticAdResource

getDescriptorForType()

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

getUri()

public String getUri()

URI to the static file for the ad resource.

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

URI to the static file 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(StaticAdResource other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setCreativeType(String value)

public StaticAdResource.Builder setCreativeType(String value)

Describes the MIME type of the ad resource.

string creative_type = 2;

Parameter
Name Description
value String

The creativeType to set.

Returns
Type Description
StaticAdResource.Builder

This builder for chaining.

setCreativeTypeBytes(ByteString value)

public StaticAdResource.Builder setCreativeTypeBytes(ByteString value)

Describes the MIME type of the ad resource.

string creative_type = 2;

Parameter
Name Description
value ByteString

The bytes for creativeType to set.

Returns
Type Description
StaticAdResource.Builder

This builder for chaining.

setUri(String value)

public StaticAdResource.Builder setUri(String value)

URI to the static file for the ad resource.

string uri = 1;

Parameter
Name Description
value String

The uri to set.

Returns
Type Description
StaticAdResource.Builder

This builder for chaining.

setUriBytes(ByteString value)

public StaticAdResource.Builder setUriBytes(ByteString value)

URI to the static file for the ad resource.

string uri = 1;

Parameter
Name Description
value ByteString

The bytes for uri to set.

Returns
Type Description
StaticAdResource.Builder

This builder for chaining.