- 3.78.0 (latest)
- 3.76.0
- 3.74.0
- 3.73.0
- 3.72.0
- 3.71.0
- 3.70.0
- 3.68.0
- 3.66.0
- 3.65.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 2.1.4
- 2.0.29
public static final class Celebrity.Builder extends GeneratedMessageV3.Builder<Celebrity.Builder> implements CelebrityOrBuilderA Celebrity is a group of Faces with an identity.
Protobuf type google.cloud.vision.v1p4beta1.Celebrity
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Celebrity.BuilderImplements
CelebrityOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Celebrity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Celebrity.Builder |
build()
public Celebrity build()| Type | Description |
| Celebrity |
buildPartial()
public Celebrity buildPartial()| Type | Description |
| Celebrity |
clear()
public Celebrity.Builder clear()| Type | Description |
| Celebrity.Builder |
clearDescription()
public Celebrity.Builder clearDescription()The Celebrity's description.
string description = 3;
| Type | Description |
| Celebrity.Builder | This builder for chaining. |
clearDisplayName()
public Celebrity.Builder clearDisplayName()The Celebrity's display name.
string display_name = 2;
| Type | Description |
| Celebrity.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Celebrity.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Celebrity.Builder |
clearName()
public Celebrity.Builder clearName() The resource name of the preloaded Celebrity. Has the format
builtin/{mid}.
string name = 1;
| Type | Description |
| Celebrity.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Celebrity.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Celebrity.Builder |
clone()
public Celebrity.Builder clone()| Type | Description |
| Celebrity.Builder |
getDefaultInstanceForType()
public Celebrity getDefaultInstanceForType()| Type | Description |
| Celebrity |
getDescription()
public String getDescription()The Celebrity's description.
string description = 3;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()The Celebrity's description.
string description = 3;
| Type | Description |
| ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDisplayName()
public String getDisplayName()The Celebrity's display name.
string display_name = 2;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()The Celebrity's display name.
string display_name = 2;
| Type | Description |
| ByteString | The bytes for displayName. |
getName()
public String getName() The resource name of the preloaded Celebrity. Has the format
builtin/{mid}.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public ByteString getNameBytes() The resource name of the preloaded Celebrity. Has the format
builtin/{mid}.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Celebrity other)
public Celebrity.Builder mergeFrom(Celebrity other)| Name | Description |
| other | Celebrity |
| Type | Description |
| Celebrity.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Celebrity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Celebrity.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Celebrity.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Celebrity.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Celebrity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Celebrity.Builder |
setDescription(String value)
public Celebrity.Builder setDescription(String value)The Celebrity's description.
string description = 3;
| Name | Description |
| value | StringThe description to set. |
| Type | Description |
| Celebrity.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public Celebrity.Builder setDescriptionBytes(ByteString value)The Celebrity's description.
string description = 3;
| Name | Description |
| value | ByteStringThe bytes for description to set. |
| Type | Description |
| Celebrity.Builder | This builder for chaining. |
setDisplayName(String value)
public Celebrity.Builder setDisplayName(String value)The Celebrity's display name.
string display_name = 2;
| Name | Description |
| value | StringThe displayName to set. |
| Type | Description |
| Celebrity.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Celebrity.Builder setDisplayNameBytes(ByteString value)The Celebrity's display name.
string display_name = 2;
| Name | Description |
| value | ByteStringThe bytes for displayName to set. |
| Type | Description |
| Celebrity.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Celebrity.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Celebrity.Builder |
setName(String value)
public Celebrity.Builder setName(String value) The resource name of the preloaded Celebrity. Has the format
builtin/{mid}.
string name = 1;
| Name | Description |
| value | StringThe name to set. |
| Type | Description |
| Celebrity.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Celebrity.Builder setNameBytes(ByteString value) The resource name of the preloaded Celebrity. Has the format
builtin/{mid}.
string name = 1;
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| Type | Description |
| Celebrity.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Celebrity.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Celebrity.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Celebrity.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Celebrity.Builder |