Class Celebrity.Builder (2.82.0)

public static final class Celebrity.Builder extends GeneratedMessage.Builder<Celebrity.Builder> implements CelebrityOrBuilder

Celebrity definition.

Protobuf type google.cloud.videointelligence.v1p3beta1.Celebrity

Implements

CelebrityOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public Celebrity build()
Returns
Type Description
Celebrity

buildPartial()

public Celebrity buildPartial()
Returns
Type Description
Celebrity

clear()

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

clearDescription()

public Celebrity.Builder clearDescription()

Textual description of additional information about the celebrity, if applicable.

string description = 3;

Returns
Type Description
Celebrity.Builder

This builder for chaining.

clearDisplayName()

public Celebrity.Builder clearDisplayName()

The celebrity name.

string display_name = 2;

Returns
Type Description
Celebrity.Builder

This builder for chaining.

clearName()

public Celebrity.Builder clearName()

The resource name of the celebrity. Have the format video-intelligence/kg-mid indicates a celebrity from preloaded gallery. kg-mid is the id in Google knowledge graph, which is unique for the celebrity.

string name = 1;

Returns
Type Description
Celebrity.Builder

This builder for chaining.

getDefaultInstanceForType()

public Celebrity getDefaultInstanceForType()
Returns
Type Description
Celebrity

getDescription()

public String getDescription()

Textual description of additional information about the celebrity, if applicable.

string description = 3;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Textual description of additional information about the celebrity, if applicable.

string description = 3;

Returns
Type Description
ByteString

The bytes for description.

getDescriptorForType()

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

getDisplayName()

public String getDisplayName()

The celebrity name.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The celebrity name.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getName()

public String getName()

The resource name of the celebrity. Have the format video-intelligence/kg-mid indicates a celebrity from preloaded gallery. kg-mid is the id in Google knowledge graph, which is unique for the celebrity.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The resource name of the celebrity. Have the format video-intelligence/kg-mid indicates a celebrity from preloaded gallery. kg-mid is the id in Google knowledge graph, which is unique for the celebrity.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Celebrity other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDescription(String value)

public Celebrity.Builder setDescription(String value)

Textual description of additional information about the celebrity, if applicable.

string description = 3;

Parameter
Name Description
value String

The description to set.

Returns
Type Description
Celebrity.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public Celebrity.Builder setDescriptionBytes(ByteString value)

Textual description of additional information about the celebrity, if applicable.

string description = 3;

Parameter
Name Description
value ByteString

The bytes for description to set.

Returns
Type Description
Celebrity.Builder

This builder for chaining.

setDisplayName(String value)

public Celebrity.Builder setDisplayName(String value)

The celebrity name.

string display_name = 2;

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
Celebrity.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public Celebrity.Builder setDisplayNameBytes(ByteString value)

The celebrity name.

string display_name = 2;

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
Celebrity.Builder

This builder for chaining.

setName(String value)

public Celebrity.Builder setName(String value)

The resource name of the celebrity. Have the format video-intelligence/kg-mid indicates a celebrity from preloaded gallery. kg-mid is the id in Google knowledge graph, which is unique for the celebrity.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
Celebrity.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Celebrity.Builder setNameBytes(ByteString value)

The resource name of the celebrity. Have the format video-intelligence/kg-mid indicates a celebrity from preloaded gallery. kg-mid is the id in Google knowledge graph, which is unique for the celebrity.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
Celebrity.Builder

This builder for chaining.