public static interface OmniLedgerProto.InstanceIDOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getDarcid()
DarcID is the base ID of the Darc controlling access to this instance.
|
com.google.protobuf.ByteString |
getSubid()
SubID is a unique ID among all the objects spawned by this Darc.
|
boolean |
hasDarcid()
DarcID is the base ID of the Darc controlling access to this instance.
|
boolean |
hasSubid()
SubID is a unique ID among all the objects spawned by this Darc.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDarcid()
DarcID is the base ID of the Darc controlling access to this instance.
required bytes darcid = 1;com.google.protobuf.ByteString getDarcid()
DarcID is the base ID of the Darc controlling access to this instance.
required bytes darcid = 1;boolean hasSubid()
SubID is a unique ID among all the objects spawned by this Darc.
required bytes subid = 2;com.google.protobuf.ByteString getSubid()
SubID is a unique ID among all the objects spawned by this Darc.
required bytes subid = 2;Copyright © 2018. All rights reserved.