Uses of Enum
udpa.annotations.Status.PackageVersionStatus
Packages that use Status.PackageVersionStatus
-
Uses of Status.PackageVersionStatus in udpa.annotations
Fields in udpa.annotations declared as Status.PackageVersionStatusModifier and TypeFieldDescriptionprivate static final Status.PackageVersionStatus[]
Status.PackageVersionStatus.VALUES
Fields in udpa.annotations with type parameters of type Status.PackageVersionStatusModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<Status.PackageVersionStatus> Status.PackageVersionStatus.internalValueMap
Methods in udpa.annotations that return Status.PackageVersionStatusModifier and TypeMethodDescriptionstatic Status.PackageVersionStatus
Status.PackageVersionStatus.forNumber
(int value) Status.StatusAnnotation.Builder.getPackageVersionStatus()
The entity belongs to a package with the given version status.Status.StatusAnnotation.getPackageVersionStatus()
The entity belongs to a package with the given version status.Status.StatusAnnotationOrBuilder.getPackageVersionStatus()
The entity belongs to a package with the given version status.static Status.PackageVersionStatus
Status.PackageVersionStatus.valueOf
(int value) Deprecated.static Status.PackageVersionStatus
Status.PackageVersionStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Status.PackageVersionStatus
Returns the enum constant of this type with the specified name.static Status.PackageVersionStatus[]
Status.PackageVersionStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in udpa.annotations that return types with arguments of type Status.PackageVersionStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Status.PackageVersionStatus> Status.PackageVersionStatus.internalGetValueMap()
Methods in udpa.annotations with parameters of type Status.PackageVersionStatusModifier and TypeMethodDescriptionStatus.StatusAnnotation.Builder.setPackageVersionStatus
(Status.PackageVersionStatus value) The entity belongs to a package with the given version status.