Uses of Class
xds.annotations.v3.Status.PackageVersionStatus
-
Packages that use Status.PackageVersionStatus Package Description xds.annotations.v3 -
-
Uses of Status.PackageVersionStatus in xds.annotations.v3
Fields in xds.annotations.v3 declared as Status.PackageVersionStatus Modifier and Type Field Description private static Status.PackageVersionStatus[]
Status.PackageVersionStatus. VALUES
Fields in xds.annotations.v3 with type parameters of type Status.PackageVersionStatus Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Status.PackageVersionStatus>
Status.PackageVersionStatus. internalValueMap
Methods in xds.annotations.v3 that return Status.PackageVersionStatus Modifier and Type Method Description static Status.PackageVersionStatus
Status.PackageVersionStatus. forNumber(int value)
Status.PackageVersionStatus
Status.StatusAnnotation.Builder. getPackageVersionStatus()
The entity belongs to a package with the given version status.Status.PackageVersionStatus
Status.StatusAnnotation. getPackageVersionStatus()
The entity belongs to a package with the given version status.Status.PackageVersionStatus
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
Status.PackageVersionStatus. valueOf(java.lang.String name)
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 xds.annotations.v3 that return types with arguments of type Status.PackageVersionStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Status.PackageVersionStatus>
Status.PackageVersionStatus. internalGetValueMap()
Methods in xds.annotations.v3 with parameters of type Status.PackageVersionStatus Modifier and Type Method Description Status.StatusAnnotation.Builder
Status.StatusAnnotation.Builder. setPackageVersionStatus(Status.PackageVersionStatus value)
The entity belongs to a package with the given version status.
-