public static interface PackageServiceOuterClass.ListPackagesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getPackageIds(int index)
 The IDs of all DAML-LF packages supported by the server. 
 | 
com.google.protobuf.ByteString | 
getPackageIdsBytes(int index)
 The IDs of all DAML-LF packages supported by the server. 
 | 
int | 
getPackageIdsCount()
 The IDs of all DAML-LF packages supported by the server. 
 | 
java.util.List<java.lang.String> | 
getPackageIdsList()
 The IDs of all DAML-LF packages supported by the server. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getPackageIdsList()
The IDs of all DAML-LF packages supported by the server. Each element must be a valid PackageIdString (as described in ``value.proto``). Required
repeated string package_ids = 1[json_name = "packageIds"];int getPackageIdsCount()
The IDs of all DAML-LF packages supported by the server. Each element must be a valid PackageIdString (as described in ``value.proto``). Required
repeated string package_ids = 1[json_name = "packageIds"];java.lang.String getPackageIds(int index)
The IDs of all DAML-LF packages supported by the server. Each element must be a valid PackageIdString (as described in ``value.proto``). Required
repeated string package_ids = 1[json_name = "packageIds"];index - The index of the element to return.com.google.protobuf.ByteString getPackageIdsBytes(int index)
The IDs of all DAML-LF packages supported by the server. Each element must be a valid PackageIdString (as described in ``value.proto``). Required
repeated string package_ids = 1[json_name = "packageIds"];index - The index of the value to return.