public interface CelebrityOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The Celebrity's description.
|
ByteString |
getDescriptionBytes()
The Celebrity's description.
|
String |
getDisplayName()
The Celebrity's display name.
|
ByteString |
getDisplayNameBytes()
The Celebrity's display name.
|
String |
getName()
The resource name of the preloaded Celebrity.
|
ByteString |
getNameBytes()
The resource name of the preloaded Celebrity.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
The resource name of the preloaded Celebrity. Has the format `builtin/{mid}`.
string name = 1;
ByteString getNameBytes()
The resource name of the preloaded Celebrity. Has the format `builtin/{mid}`.
string name = 1;
String getDisplayName()
The Celebrity's display name.
string display_name = 2;
ByteString getDisplayNameBytes()
The Celebrity's display name.
string display_name = 2;
String getDescription()
The Celebrity's description.
string description = 3;
ByteString getDescriptionBytes()
The Celebrity's description.
string description = 3;
Copyright © 2022 Google LLC. All rights reserved.