StringDictionaryEntry.Builder |
StringDictionary.Builder.addItemsBuilder()
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
|
StringDictionaryEntry.Builder |
StringDictionary.Builder.addItemsBuilder(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
|
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.clear() |
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.clearKey()
string key = 1;
|
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.clearValue()
string value = 2;
|
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.clone() |
StringDictionaryEntry.Builder |
StringDictionary.Builder.getItemsBuilder(int index)
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
|
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.mergeFrom(com.google.protobuf.Message other) |
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.mergeFrom(StringDictionaryEntry other) |
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static StringDictionaryEntry.Builder |
StringDictionaryEntry.newBuilder() |
static StringDictionaryEntry.Builder |
StringDictionaryEntry.newBuilder(StringDictionaryEntry prototype) |
StringDictionaryEntry.Builder |
StringDictionaryEntry.newBuilderForType() |
protected StringDictionaryEntry.Builder |
StringDictionaryEntry.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.setKey(String value)
string key = 1;
|
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.setKeyBytes(com.google.protobuf.ByteString value)
string key = 1;
|
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.setValue(String value)
string value = 2;
|
StringDictionaryEntry.Builder |
StringDictionaryEntry.Builder.setValueBytes(com.google.protobuf.ByteString value)
string value = 2;
|
StringDictionaryEntry.Builder |
StringDictionaryEntry.toBuilder() |