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 Details

    • 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

       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;