Package com.daml.ledger.api.v2.admin
Interface PackageManagementServiceOuterClass.VettedPackagesRefOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PackageManagementServiceOuterClass.VettedPackagesRef,PackageManagementServiceOuterClass.VettedPackagesRef.Builder
- Enclosing class:
PackageManagementServiceOuterClass
public static interface PackageManagementServiceOuterClass.VettedPackagesRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPackage's package id must be the same as this field.com.google.protobuf.ByteStringPackage's package id must be the same as this field.Package's name must be the same as this field.com.google.protobuf.ByteStringPackage's name must be the same as this field.Package's version must be the same as this field.com.google.protobuf.ByteStringPackage's version must be the same as this field.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
-
getPackageId
String getPackageId()Package's package id must be the same as this field. Optional
string package_id = 1;- Returns:
- The packageId.
-
getPackageIdBytes
com.google.protobuf.ByteString getPackageIdBytes()Package's package id must be the same as this field. Optional
string package_id = 1;- Returns:
- The bytes for packageId.
-
getPackageName
String getPackageName()Package's name must be the same as this field. Optional
string package_name = 2;- Returns:
- The packageName.
-
getPackageNameBytes
com.google.protobuf.ByteString getPackageNameBytes()Package's name must be the same as this field. Optional
string package_name = 2;- Returns:
- The bytes for packageName.
-
getPackageVersion
String getPackageVersion()Package's version must be the same as this field. Optional
string package_version = 3;- Returns:
- The packageVersion.
-
getPackageVersionBytes
com.google.protobuf.ByteString getPackageVersionBytes()Package's version must be the same as this field. Optional
string package_version = 3;- Returns:
- The bytes for packageVersion.
-