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