public interface ObjectTypeIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
internal object type id
|
String |
getName()
object type name (unique, lc-string)
|
com.google.protobuf.ByteString |
getNameBytes()
object type name (unique, lc-string)
|
boolean |
hasId()
internal object type id
|
boolean |
hasName()
object type name (unique, lc-string)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
internal object type id
optional int32 id = 1 [json_name = "id"];int getId()
internal object type id
optional int32 id = 1 [json_name = "id"];boolean hasName()
object type name (unique, lc-string)
optional string name = 2 [json_name = "name"];String getName()
object type name (unique, lc-string)
optional string name = 2 [json_name = "name"];com.google.protobuf.ByteString getNameBytes()
object type name (unique, lc-string)
optional string name = 2 [json_name = "name"];Copyright © 2023. All rights reserved.