public interface ObjectIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
external object key (cs-string)
|
com.google.protobuf.ByteString |
getKeyBytes()
external object key (cs-string)
|
String |
getType()
object type
|
com.google.protobuf.ByteString |
getTypeBytes()
object type
|
boolean |
hasKey()
external object key (cs-string)
|
boolean |
hasType()
object type
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
object type
optional string type = 1 [json_name = "type"];String getType()
object type
optional string type = 1 [json_name = "type"];com.google.protobuf.ByteString getTypeBytes()
object type
optional string type = 1 [json_name = "type"];boolean hasKey()
external object key (cs-string)
optional string key = 3 [json_name = "key"];String getKey()
external object key (cs-string)
optional string key = 3 [json_name = "key"];com.google.protobuf.ByteString getKeyBytes()
external object key (cs-string)
optional string key = 3 [json_name = "key"];Copyright © 2024. All rights reserved.