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 Type
    Method
    Description
    Package ID of this package Required
    com.google.protobuf.ByteString
    Package ID of this package Required
    Name of this package.
    com.google.protobuf.ByteString
    Name of this package.
    Version of this package.
    com.google.protobuf.ByteString
    Version of this package.
    com.google.protobuf.Timestamp
    The time from which this package is vetted.
    com.google.protobuf.TimestampOrBuilder
    The time from which this package is vetted.
    com.google.protobuf.Timestamp
    The time until which this package is vetted.
    com.google.protobuf.TimestampOrBuilder
    The time until which this package is vetted.
    boolean
    The time from which this package is vetted.
    boolean
    The time until which this package is vetted.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.