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