Interface Status.StatusAnnotationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Status.StatusAnnotation, Status.StatusAnnotation.Builder
Enclosing class:
Status

public static interface Status.StatusAnnotationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The entity belongs to a package with the given version status.
    int
    The entity belongs to a package with the given version status.
    boolean
    The entity is work-in-progress and subject to breaking changes.

    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

    • getWorkInProgress

      boolean getWorkInProgress()
       The entity is work-in-progress and subject to breaking changes.
       
      bool work_in_progress = 1;
      Returns:
      The workInProgress.
    • getPackageVersionStatusValue

      int getPackageVersionStatusValue()
       The entity belongs to a package with the given version status.
       
      .udpa.annotations.PackageVersionStatus package_version_status = 2;
      Returns:
      The enum numeric value on the wire for packageVersionStatus.
    • getPackageVersionStatus

      Status.PackageVersionStatus getPackageVersionStatus()
       The entity belongs to a package with the given version status.
       
      .udpa.annotations.PackageVersionStatus package_version_status = 2;
      Returns:
      The packageVersionStatus.