public static interface Status.StatusAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Status.PackageVersionStatus |
getPackageVersionStatus()
The entity belongs to a package with the given version status.
|
int |
getPackageVersionStatusValue()
The entity belongs to a package with the given version status.
|
boolean |
getWorkInProgress()
The entity is work-in-progress and subject to breaking changes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getWorkInProgress()
The entity is work-in-progress and subject to breaking changes.
bool work_in_progress = 1;int getPackageVersionStatusValue()
The entity belongs to a package with the given version status.
.udpa.annotations.PackageVersionStatus package_version_status = 2;Status.PackageVersionStatus getPackageVersionStatus()
The entity belongs to a package with the given version status.
.udpa.annotations.PackageVersionStatus package_version_status = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.