Uses of Class
org.apache.bookkeeper.mledger.proto.MLDataFormats.StringProperty.Builder
Packages that use MLDataFormats.StringProperty.Builder
-
Uses of MLDataFormats.StringProperty.Builder in org.apache.bookkeeper.mledger.proto
Methods in org.apache.bookkeeper.mledger.proto that return MLDataFormats.StringProperty.BuilderModifier and TypeMethodDescriptionMLDataFormats.ManagedCursorInfo.Builder.addCursorPropertiesBuilder()Additional custom properties associated with the cursorMLDataFormats.ManagedCursorInfo.Builder.addCursorPropertiesBuilder(int index) Additional custom properties associated with the cursorMLDataFormats.StringProperty.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MLDataFormats.StringProperty.Builder.clear()MLDataFormats.StringProperty.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MLDataFormats.StringProperty.Builder.clearName()required string name = 1;MLDataFormats.StringProperty.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MLDataFormats.StringProperty.Builder.clearValue()required string value = 2;MLDataFormats.StringProperty.Builder.clone()MLDataFormats.ManagedCursorInfo.Builder.getCursorPropertiesBuilder(int index) Additional custom properties associated with the cursorMLDataFormats.StringProperty.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MLDataFormats.StringProperty.Builder.mergeFrom(com.google.protobuf.Message other) MLDataFormats.StringProperty.Builder.mergeFrom(MLDataFormats.StringProperty other) MLDataFormats.StringProperty.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MLDataFormats.StringProperty.newBuilder()MLDataFormats.StringProperty.newBuilder(MLDataFormats.StringProperty prototype) MLDataFormats.StringProperty.newBuilderForType()protected MLDataFormats.StringProperty.BuilderMLDataFormats.StringProperty.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MLDataFormats.StringProperty.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) required string name = 1;MLDataFormats.StringProperty.Builder.setNameBytes(com.google.protobuf.ByteString value) required string name = 1;MLDataFormats.StringProperty.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) MLDataFormats.StringProperty.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) required string value = 2;MLDataFormats.StringProperty.Builder.setValueBytes(com.google.protobuf.ByteString value) required string value = 2;MLDataFormats.StringProperty.toBuilder()Methods in org.apache.bookkeeper.mledger.proto that return types with arguments of type MLDataFormats.StringProperty.BuilderModifier and TypeMethodDescriptionMLDataFormats.ManagedCursorInfo.Builder.getCursorPropertiesBuilderList()Additional custom properties associated with the cursorMethods in org.apache.bookkeeper.mledger.proto with parameters of type MLDataFormats.StringProperty.BuilderModifier and TypeMethodDescriptionMLDataFormats.ManagedCursorInfo.Builder.addCursorProperties(int index, MLDataFormats.StringProperty.Builder builderForValue) Additional custom properties associated with the cursorMLDataFormats.ManagedCursorInfo.Builder.addCursorProperties(MLDataFormats.StringProperty.Builder builderForValue) Additional custom properties associated with the cursorMLDataFormats.ManagedCursorInfo.Builder.setCursorProperties(int index, MLDataFormats.StringProperty.Builder builderForValue) Additional custom properties associated with the cursor