public static interface ValueOuterClass.IdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getEntityName()
 The dot-separated name of the entity (e.g. 
 | 
com.google.protobuf.ByteString | 
getEntityNameBytes()
 The dot-separated name of the entity (e.g. 
 | 
java.lang.String | 
getModuleName()
 The dot-separated module name of the identifier. 
 | 
com.google.protobuf.ByteString | 
getModuleNameBytes()
 The dot-separated module name of the identifier. 
 | 
java.lang.String | 
getPackageId()
 The identifier of the DAML package that contains the entity. 
 | 
com.google.protobuf.ByteString | 
getPackageIdBytes()
 The identifier of the DAML package that contains the entity. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getPackageId()
The identifier of the DAML package that contains the entity. Must be a valid PackageIdString. Required
string package_id = 1[json_name = "packageId"];com.google.protobuf.ByteString getPackageIdBytes()
The identifier of the DAML package that contains the entity. Must be a valid PackageIdString. Required
string package_id = 1[json_name = "packageId"];java.lang.String getModuleName()
The dot-separated module name of the identifier. Required
string module_name = 3[json_name = "moduleName"];com.google.protobuf.ByteString getModuleNameBytes()
The dot-separated module name of the identifier. Required
string module_name = 3[json_name = "moduleName"];java.lang.String getEntityName()
The dot-separated name of the entity (e.g. record, template, ...) within the module. Required
string entity_name = 4[json_name = "entityName"];com.google.protobuf.ByteString getEntityNameBytes()
The dot-separated name of the entity (e.g. record, template, ...) within the module. Required
string entity_name = 4[json_name = "entityName"];