Package udpa.annotations
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Status.PackageVersionStatusgetPackageVersionStatus()The entity belongs to a package with the given version status.intgetPackageVersionStatusValue()The entity belongs to a package with the given version status.booleangetWorkInProgress()The entity is work-in-progress and subject to breaking changes.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-