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, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<TestBadIdentifiersProto.Object.Builder>
public TestBadIdentifiersProto.Object.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<TestBadIdentifiersProto.Object.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<TestBadIdentifiersProto.Object.Builder>
public TestBadIdentifiersProto.Object getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public TestBadIdentifiersProto.Object build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public TestBadIdentifiersProto.Object buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public TestBadIdentifiersProto.Object.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<TestBadIdentifiersProto.Object.Builder>
java.io.IOException
public boolean hasObject()
optional int32 object = 1;
hasObject
in interface TestBadIdentifiersProto.ObjectOrBuilder
public int getObject()
optional int32 object = 1;
getObject
in interface TestBadIdentifiersProto.ObjectOrBuilder
public 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.ObjectOrBuilder
public java.lang.String getStringObject()
optional string string_object = 2;
getStringObject
in interface TestBadIdentifiersProto.ObjectOrBuilder
public com.google.protobuf.ByteString getStringObjectBytes()
optional string string_object = 2;
getStringObjectBytes
in interface TestBadIdentifiersProto.ObjectOrBuilder
public 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;