Uses of Class
udpa.annotations.Status.StatusAnnotation.Builder
Packages that use Status.StatusAnnotation.Builder
-
Uses of Status.StatusAnnotation.Builder in udpa.annotations
Methods in udpa.annotations that return Status.StatusAnnotation.BuilderModifier and TypeMethodDescriptionStatus.StatusAnnotation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Status.StatusAnnotation.Builder.clear()Status.StatusAnnotation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Status.StatusAnnotation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.clone()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.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Status.StatusAnnotation.newBuilder()Status.StatusAnnotation.newBuilder(Status.StatusAnnotation prototype) Status.StatusAnnotation.newBuilderForType()protected Status.StatusAnnotation.BuilderStatus.StatusAnnotation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Status.StatusAnnotation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Status.StatusAnnotation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Status.StatusAnnotation.Builder.setWorkInProgress(boolean value) The entity is work-in-progress and subject to breaking changes.Status.StatusAnnotation.toBuilder()