Package com.daml.ledger.api.v2
Interface PackageReferenceOuterClass.VettedPackageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PackageReferenceOuterClass.VettedPackage,PackageReferenceOuterClass.VettedPackage.Builder
- Enclosing class:
PackageReferenceOuterClass
public static interface PackageReferenceOuterClass.VettedPackageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPackage ID of this package Requiredcom.google.protobuf.ByteStringPackage ID of this package RequiredName of this package.com.google.protobuf.ByteStringName of this package.Version of this package.com.google.protobuf.ByteStringVersion of this package.com.google.protobuf.TimestampThe time from which this package is vetted.com.google.protobuf.TimestampOrBuilderThe time from which this package is vetted.com.google.protobuf.TimestampThe time until which this package is vetted.com.google.protobuf.TimestampOrBuilderThe time until which this package is vetted.booleanThe time from which this package is vetted.booleanThe time until which this package is vetted.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 ID of this package Required
string package_id = 1;- Returns:
- The packageId.
-
getPackageIdBytes
com.google.protobuf.ByteString getPackageIdBytes()Package ID of this package Required
string package_id = 1;- Returns:
- The bytes for packageId.
-
hasValidFromInclusive
boolean hasValidFromInclusive()The time from which this package is vetted. Empty if vetting time has no lower bound. Optional
.google.protobuf.Timestamp valid_from_inclusive = 2;- Returns:
- Whether the validFromInclusive field is set.
-
getValidFromInclusive
com.google.protobuf.Timestamp getValidFromInclusive()The time from which this package is vetted. Empty if vetting time has no lower bound. Optional
.google.protobuf.Timestamp valid_from_inclusive = 2;- Returns:
- The validFromInclusive.
-
getValidFromInclusiveOrBuilder
com.google.protobuf.TimestampOrBuilder getValidFromInclusiveOrBuilder()The time from which this package is vetted. Empty if vetting time has no lower bound. Optional
.google.protobuf.Timestamp valid_from_inclusive = 2; -
hasValidUntilExclusive
boolean hasValidUntilExclusive()The time until which this package is vetted. Empty if vetting time has no upper bound. Optional
.google.protobuf.Timestamp valid_until_exclusive = 3;- Returns:
- Whether the validUntilExclusive field is set.
-
getValidUntilExclusive
com.google.protobuf.Timestamp getValidUntilExclusive()The time until which this package is vetted. Empty if vetting time has no upper bound. Optional
.google.protobuf.Timestamp valid_until_exclusive = 3;- Returns:
- The validUntilExclusive.
-
getValidUntilExclusiveOrBuilder
com.google.protobuf.TimestampOrBuilder getValidUntilExclusiveOrBuilder()The time until which this package is vetted. Empty if vetting time has no upper bound. Optional
.google.protobuf.Timestamp valid_until_exclusive = 3; -
getPackageName
String getPackageName()Name of this package. Only available if the package has been uploaded to the current participant. Optional
string package_name = 4;- Returns:
- The packageName.
-
getPackageNameBytes
com.google.protobuf.ByteString getPackageNameBytes()Name of this package. Only available if the package has been uploaded to the current participant. Optional
string package_name = 4;- Returns:
- The bytes for packageName.
-
getPackageVersion
String getPackageVersion()Version of this package. Only available if the package has been uploaded to the current participant. Optional
string package_version = 5;- Returns:
- The packageVersion.
-
getPackageVersionBytes
com.google.protobuf.ByteString getPackageVersionBytes()Version of this package. Only available if the package has been uploaded to the current participant. Optional
string package_version = 5;- Returns:
- The bytes for packageVersion.
-