Package com.daml.ledger.api.v2.admin
Interface PackageManagementServiceOuterClass.VettedPackagesChange.VetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PackageManagementServiceOuterClass.VettedPackagesChange.Vet,PackageManagementServiceOuterClass.VettedPackagesChange.Vet.Builder
- Enclosing class:
PackageManagementServiceOuterClass.VettedPackagesChange
public static interface PackageManagementServiceOuterClass.VettedPackagesChange.VetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampThe time from which these packages should be vetted, prior lower bounds are overwritten.com.google.protobuf.TimestampOrBuilderThe time from which these packages should be vetted, prior lower bounds are overwritten.com.google.protobuf.TimestampThe time until which these packages should be vetted, prior upper bounds are overwritten.com.google.protobuf.TimestampOrBuilderThe time until which these packages should be vetted, prior upper bounds are overwritten.getPackages(int index) Packages to be vetted.intPackages to be vetted.Packages to be vetted.getPackagesOrBuilder(int index) Packages to be vetted.Packages to be vetted.booleanThe time from which these packages should be vetted, prior lower bounds are overwritten.booleanThe time until which these packages should be vetted, prior upper bounds are overwritten.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
-
getPackagesList
List<PackageManagementServiceOuterClass.VettedPackagesRef> getPackagesList()Packages to be vetted. If a reference in this list matches more than one package, the change is considered ambiguous and the entire update request is rejected. In other words, every reference must match exactly one package. Required: must be non-empty
repeated .com.daml.ledger.api.v2.admin.VettedPackagesRef packages = 1; -
getPackages
Packages to be vetted. If a reference in this list matches more than one package, the change is considered ambiguous and the entire update request is rejected. In other words, every reference must match exactly one package. Required: must be non-empty
repeated .com.daml.ledger.api.v2.admin.VettedPackagesRef packages = 1; -
getPackagesCount
int getPackagesCount()Packages to be vetted. If a reference in this list matches more than one package, the change is considered ambiguous and the entire update request is rejected. In other words, every reference must match exactly one package. Required: must be non-empty
repeated .com.daml.ledger.api.v2.admin.VettedPackagesRef packages = 1; -
getPackagesOrBuilderList
List<? extends PackageManagementServiceOuterClass.VettedPackagesRefOrBuilder> getPackagesOrBuilderList()Packages to be vetted. If a reference in this list matches more than one package, the change is considered ambiguous and the entire update request is rejected. In other words, every reference must match exactly one package. Required: must be non-empty
repeated .com.daml.ledger.api.v2.admin.VettedPackagesRef packages = 1; -
getPackagesOrBuilder
Packages to be vetted. If a reference in this list matches more than one package, the change is considered ambiguous and the entire update request is rejected. In other words, every reference must match exactly one package. Required: must be non-empty
repeated .com.daml.ledger.api.v2.admin.VettedPackagesRef packages = 1; -
hasNewValidFromInclusive
boolean hasNewValidFromInclusive()The time from which these packages should be vetted, prior lower bounds are overwritten. Optional
.google.protobuf.Timestamp new_valid_from_inclusive = 2;- Returns:
- Whether the newValidFromInclusive field is set.
-
getNewValidFromInclusive
com.google.protobuf.Timestamp getNewValidFromInclusive()The time from which these packages should be vetted, prior lower bounds are overwritten. Optional
.google.protobuf.Timestamp new_valid_from_inclusive = 2;- Returns:
- The newValidFromInclusive.
-
getNewValidFromInclusiveOrBuilder
com.google.protobuf.TimestampOrBuilder getNewValidFromInclusiveOrBuilder()The time from which these packages should be vetted, prior lower bounds are overwritten. Optional
.google.protobuf.Timestamp new_valid_from_inclusive = 2; -
hasNewValidUntilExclusive
boolean hasNewValidUntilExclusive()The time until which these packages should be vetted, prior upper bounds are overwritten. Optional
.google.protobuf.Timestamp new_valid_until_exclusive = 3;- Returns:
- Whether the newValidUntilExclusive field is set.
-
getNewValidUntilExclusive
com.google.protobuf.Timestamp getNewValidUntilExclusive()The time until which these packages should be vetted, prior upper bounds are overwritten. Optional
.google.protobuf.Timestamp new_valid_until_exclusive = 3;- Returns:
- The newValidUntilExclusive.
-
getNewValidUntilExclusiveOrBuilder
com.google.protobuf.TimestampOrBuilder getNewValidUntilExclusiveOrBuilder()The time until which these packages should be vetted, prior upper bounds are overwritten. Optional
.google.protobuf.Timestamp new_valid_until_exclusive = 3;
-