Uses of Class
xds.annotations.v3.Status.StatusAnnotation.Builder
Packages that use Status.StatusAnnotation.Builder
-
Uses of Status.StatusAnnotation.Builder in xds.annotations.v3
Methods in xds.annotations.v3 that return Status.StatusAnnotation.BuilderModifier and TypeMethodDescriptionStatus.StatusAnnotation.Builder.clear()
Status.StatusAnnotation.Builder.clearPackageVersionStatus()
The entity belongs to a package with the given version status.Status.StatusAnnotation.Builder.clearWorkInProgress()
The entity is work-in-progress and subject to breaking changes.Status.StatusAnnotation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Status.StatusAnnotation.Builder.mergeFrom
(com.google.protobuf.Message other) Status.StatusAnnotation.Builder.mergeFrom
(Status.StatusAnnotation other) Status.StatusAnnotation.newBuilder()
Status.StatusAnnotation.newBuilder
(Status.StatusAnnotation prototype) Status.StatusAnnotation.newBuilderForType()
protected Status.StatusAnnotation.Builder
Status.StatusAnnotation.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Status.StatusAnnotation.Builder.setPackageVersionStatus
(Status.PackageVersionStatus value) The entity belongs to a package with the given version status.Status.StatusAnnotation.Builder.setPackageVersionStatusValue
(int value) The entity belongs to a package with the given version status.Status.StatusAnnotation.Builder.setWorkInProgress
(boolean value) The entity is work-in-progress and subject to breaking changes.Status.StatusAnnotation.toBuilder()