Package com.daml.ledger.api.v2
Interface PackageServiceOuterClass.PackageMetadataFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PackageServiceOuterClass.PackageMetadataFilter,PackageServiceOuterClass.PackageMetadataFilter.Builder
- Enclosing class:
PackageServiceOuterClass
public static interface PackageServiceOuterClass.PackageMetadataFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPackageIds(int index) If this list is non-empty, any vetted package with a package ID in this list will match the filter.com.google.protobuf.ByteStringgetPackageIdsBytes(int index) If this list is non-empty, any vetted package with a package ID in this list will match the filter.intIf this list is non-empty, any vetted package with a package ID in this list will match the filter.If this list is non-empty, any vetted package with a package ID in this list will match the filter.getPackageNamePrefixes(int index) If this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter.com.google.protobuf.ByteStringgetPackageNamePrefixesBytes(int index) If this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter.intIf this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter.If this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPackageIdsList
If this list is non-empty, any vetted package with a package ID in this list will match the filter. Optional: can be empty
repeated string package_ids = 1;- Returns:
- A list containing the packageIds.
-
getPackageIdsCount
int getPackageIdsCount()If this list is non-empty, any vetted package with a package ID in this list will match the filter. Optional: can be empty
repeated string package_ids = 1;- Returns:
- The count of packageIds.
-
getPackageIds
If this list is non-empty, any vetted package with a package ID in this list will match the filter. Optional: can be empty
repeated string package_ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The packageIds at the given index.
-
getPackageIdsBytes
com.google.protobuf.ByteString getPackageIdsBytes(int index) If this list is non-empty, any vetted package with a package ID in this list will match the filter. Optional: can be empty
repeated string package_ids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the packageIds at the given index.
-
getPackageNamePrefixesList
If this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter. Optional: can be empty
repeated string package_name_prefixes = 2;- Returns:
- A list containing the packageNamePrefixes.
-
getPackageNamePrefixesCount
int getPackageNamePrefixesCount()If this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter. Optional: can be empty
repeated string package_name_prefixes = 2;- Returns:
- The count of packageNamePrefixes.
-
getPackageNamePrefixes
If this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter. Optional: can be empty
repeated string package_name_prefixes = 2;- Parameters:
index- The index of the element to return.- Returns:
- The packageNamePrefixes at the given index.
-
getPackageNamePrefixesBytes
com.google.protobuf.ByteString getPackageNamePrefixesBytes(int index) If this list is non-empty, any vetted package with a name matching at least one prefix in this list will match the filter. Optional: can be empty
repeated string package_name_prefixes = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the packageNamePrefixes at the given index.
-