public static final class TestBadIdentifiersProto.Object.Builder extends com.google.protobuf.GeneratedMessage.Builder<TestBadIdentifiersProto.Object.Builder> implements TestBadIdentifiersProto.ObjectOrBuilder
io_protocol_tests.Object| Modifier and Type | Method and Description |
|---|---|
TestBadIdentifiersProto.Object |
build() |
TestBadIdentifiersProto.Object |
buildPartial() |
TestBadIdentifiersProto.Object.Builder |
clear() |
TestBadIdentifiersProto.Object.Builder |
clearObject()
optional int32 object = 1; |
TestBadIdentifiersProto.Object.Builder |
clearStringObject()
optional string string_object = 2; |
TestBadIdentifiersProto.Object.Builder |
clone() |
TestBadIdentifiersProto.Object |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getObject()
optional int32 object = 1; |
java.lang.String |
getStringObject()
optional string string_object = 2; |
com.google.protobuf.ByteString |
getStringObjectBytes()
optional string string_object = 2; |
boolean |
hasObject()
optional int32 object = 1; |
boolean |
hasStringObject()
optional string string_object = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TestBadIdentifiersProto.Object.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TestBadIdentifiersProto.Object.Builder |
mergeFrom(com.google.protobuf.Message other) |
TestBadIdentifiersProto.Object.Builder |
mergeFrom(TestBadIdentifiersProto.Object other) |
TestBadIdentifiersProto.Object.Builder |
setObject(int value)
optional int32 object = 1; |
TestBadIdentifiersProto.Object.Builder |
setStringObject(java.lang.String value)
optional string string_object = 2; |
TestBadIdentifiersProto.Object.Builder |
setStringObjectBytes(com.google.protobuf.ByteString value)
optional string string_object = 2; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<TestBadIdentifiersProto.Object.Builder>public TestBadIdentifiersProto.Object.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<TestBadIdentifiersProto.Object.Builder>public TestBadIdentifiersProto.Object.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<TestBadIdentifiersProto.Object.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<TestBadIdentifiersProto.Object.Builder>public TestBadIdentifiersProto.Object getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TestBadIdentifiersProto.Object build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TestBadIdentifiersProto.Object buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TestBadIdentifiersProto.Object.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TestBadIdentifiersProto.Object.Builder>public TestBadIdentifiersProto.Object.Builder mergeFrom(TestBadIdentifiersProto.Object other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<TestBadIdentifiersProto.Object.Builder>public TestBadIdentifiersProto.Object.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TestBadIdentifiersProto.Object.Builder>java.io.IOExceptionpublic boolean hasObject()
optional int32 object = 1;hasObject in interface TestBadIdentifiersProto.ObjectOrBuilderpublic int getObject()
optional int32 object = 1;getObject in interface TestBadIdentifiersProto.ObjectOrBuilderpublic TestBadIdentifiersProto.Object.Builder setObject(int value)
optional int32 object = 1;public TestBadIdentifiersProto.Object.Builder clearObject()
optional int32 object = 1;public boolean hasStringObject()
optional string string_object = 2;hasStringObject in interface TestBadIdentifiersProto.ObjectOrBuilderpublic java.lang.String getStringObject()
optional string string_object = 2;getStringObject in interface TestBadIdentifiersProto.ObjectOrBuilderpublic com.google.protobuf.ByteString getStringObjectBytes()
optional string string_object = 2;getStringObjectBytes in interface TestBadIdentifiersProto.ObjectOrBuilderpublic TestBadIdentifiersProto.Object.Builder setStringObject(java.lang.String value)
optional string string_object = 2;public TestBadIdentifiersProto.Object.Builder clearStringObject()
optional string string_object = 2;public TestBadIdentifiersProto.Object.Builder setStringObjectBytes(com.google.protobuf.ByteString value)
optional string string_object = 2;