public static final class LazyFieldsLite.LazyMessageLite extends com.google.protobuf.GeneratedMessageLite implements LazyFieldsLite.LazyMessageLiteOrBuilder
protobuf_unittest.LazyMessageLite
Modifier and Type | Class and Description |
---|---|
static class |
LazyFieldsLite.LazyMessageLite.Builder
Protobuf type
protobuf_unittest.LazyMessageLite |
static class |
LazyFieldsLite.LazyMessageLite.OneofFieldCase |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
Modifier and Type | Field and Description |
---|---|
static int |
INNER_FIELD_NUMBER |
static int |
NUM_FIELD_NUMBER |
static int |
NUM_WITH_DEFAULT_FIELD_NUMBER |
static int |
ONEOF_INNER_FIELD_NUMBER |
static int |
ONEOF_NUM_FIELD_NUMBER |
static com.google.protobuf.Parser<LazyFieldsLite.LazyMessageLite> |
PARSER |
static int |
REPEATED_INNER_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static LazyFieldsLite.LazyMessageLite |
getDefaultInstance() |
LazyFieldsLite.LazyMessageLite |
getDefaultInstanceForType() |
LazyFieldsLite.LazyInnerMessageLite |
getInner()
optional .protobuf_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; |
int |
getNum()
optional int32 num = 1; |
int |
getNumWithDefault()
optional int32 num_with_default = 2 [default = 421]; |
LazyFieldsLite.LazyMessageLite.OneofFieldCase |
getOneofFieldCase() |
LazyFieldsLite.LazyInnerMessageLite |
getOneofInner()
optional .protobuf_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; |
int |
getOneofNum()
optional int32 oneof_num = 5; |
com.google.protobuf.Parser<LazyFieldsLite.LazyMessageLite> |
getParserForType() |
LazyFieldsLite.LazyInnerMessageLite |
getRepeatedInner(int index)
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; |
int |
getRepeatedInnerCount()
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; |
java.util.List<LazyFieldsLite.LazyInnerMessageLite> |
getRepeatedInnerList()
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; |
LazyFieldsLite.LazyInnerMessageLiteOrBuilder |
getRepeatedInnerOrBuilder(int index)
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; |
java.util.List<? extends LazyFieldsLite.LazyInnerMessageLiteOrBuilder> |
getRepeatedInnerOrBuilderList()
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true]; |
int |
getSerializedSize() |
boolean |
hasInner()
optional .protobuf_unittest.LazyInnerMessageLite inner = 3 [lazy = true]; |
boolean |
hasNum()
optional int32 num = 1; |
boolean |
hasNumWithDefault()
optional int32 num_with_default = 2 [default = 421]; |
boolean |
hasOneofInner()
optional .protobuf_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true]; |
boolean |
hasOneofNum()
optional int32 oneof_num = 5; |
boolean |
isInitialized() |
static LazyFieldsLite.LazyMessageLite.Builder |
newBuilder() |
static LazyFieldsLite.LazyMessageLite.Builder |
newBuilder(LazyFieldsLite.LazyMessageLite prototype) |
LazyFieldsLite.LazyMessageLite.Builder |
newBuilderForType() |
static LazyFieldsLite.LazyMessageLite |
parseDelimitedFrom(java.io.InputStream input) |
static LazyFieldsLite.LazyMessageLite |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LazyFieldsLite.LazyMessageLite |
parseFrom(byte[] data) |
static LazyFieldsLite.LazyMessageLite |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LazyFieldsLite.LazyMessageLite |
parseFrom(com.google.protobuf.ByteString data) |
static LazyFieldsLite.LazyMessageLite |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LazyFieldsLite.LazyMessageLite |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LazyFieldsLite.LazyMessageLite |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LazyFieldsLite.LazyMessageLite |
parseFrom(java.io.InputStream input) |
static LazyFieldsLite.LazyMessageLite |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LazyFieldsLite.LazyMessageLite.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<LazyFieldsLite.LazyMessageLite> PARSER
public static final int NUM_FIELD_NUMBER
public static final int NUM_WITH_DEFAULT_FIELD_NUMBER
public static final int INNER_FIELD_NUMBER
public static final int REPEATED_INNER_FIELD_NUMBER
public static final int ONEOF_NUM_FIELD_NUMBER
public static final int ONEOF_INNER_FIELD_NUMBER
public static LazyFieldsLite.LazyMessageLite getDefaultInstance()
public LazyFieldsLite.LazyMessageLite getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<LazyFieldsLite.LazyMessageLite> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public LazyFieldsLite.LazyMessageLite.OneofFieldCase getOneofFieldCase()
public boolean hasNum()
optional int32 num = 1;
hasNum
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public int getNum()
optional int32 num = 1;
getNum
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public boolean hasNumWithDefault()
optional int32 num_with_default = 2 [default = 421];
hasNumWithDefault
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public int getNumWithDefault()
optional int32 num_with_default = 2 [default = 421];
getNumWithDefault
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public boolean hasInner()
optional .protobuf_unittest.LazyInnerMessageLite inner = 3 [lazy = true];
hasInner
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public LazyFieldsLite.LazyInnerMessageLite getInner()
optional .protobuf_unittest.LazyInnerMessageLite inner = 3 [lazy = true];
getInner
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public java.util.List<LazyFieldsLite.LazyInnerMessageLite> getRepeatedInnerList()
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true];
getRepeatedInnerList
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public java.util.List<? extends LazyFieldsLite.LazyInnerMessageLiteOrBuilder> getRepeatedInnerOrBuilderList()
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true];
public int getRepeatedInnerCount()
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true];
getRepeatedInnerCount
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public LazyFieldsLite.LazyInnerMessageLite getRepeatedInner(int index)
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true];
getRepeatedInner
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public LazyFieldsLite.LazyInnerMessageLiteOrBuilder getRepeatedInnerOrBuilder(int index)
repeated .protobuf_unittest.LazyInnerMessageLite repeated_inner = 4 [lazy = true];
public boolean hasOneofNum()
optional int32 oneof_num = 5;
hasOneofNum
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public int getOneofNum()
optional int32 oneof_num = 5;
getOneofNum
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public boolean hasOneofInner()
optional .protobuf_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true];
hasOneofInner
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public LazyFieldsLite.LazyInnerMessageLite getOneofInner()
optional .protobuf_unittest.LazyInnerMessageLite oneof_inner = 6 [lazy = true];
getOneofInner
in interface LazyFieldsLite.LazyMessageLiteOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
java.io.ObjectStreamException
public static LazyFieldsLite.LazyMessageLite parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LazyFieldsLite.LazyMessageLite parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LazyFieldsLite.LazyMessageLite parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LazyFieldsLite.LazyMessageLite parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LazyFieldsLite.LazyMessageLite parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static LazyFieldsLite.LazyMessageLite parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static LazyFieldsLite.LazyMessageLite parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static LazyFieldsLite.LazyMessageLite parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static LazyFieldsLite.LazyMessageLite parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static LazyFieldsLite.LazyMessageLite parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static LazyFieldsLite.LazyMessageLite.Builder newBuilder()
public LazyFieldsLite.LazyMessageLite.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static LazyFieldsLite.LazyMessageLite.Builder newBuilder(LazyFieldsLite.LazyMessageLite prototype)
public LazyFieldsLite.LazyMessageLite.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite