Package net.jumpaku.exprml.pb.exprml.v1
Class Json
-
- All Implemented Interfaces:
-
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
,net.jumpaku.exprml.pb.exprml.v1.JsonOrBuilder
public final class Json extends GeneratedMessage implements JsonOrBuilder
Protobuf typeJson is a Json expression.
exprml.v1.Json
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Json.Builder
Protobuf typeJson is a Json expression.
exprml.v1.Json
-
Field Summary
Fields Modifier and Type Field Description public final static int
JSON_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.Descriptor
getDescriptor()
boolean
hasJson()
Json is a JSON value.
.exprml.v1.Value json = 1 [json_name = "json"];
Value
getJson()
Json is a JSON value.
.exprml.v1.Value json = 1 [json_name = "json"];
ValueOrBuilder
getJsonOrBuilder()
Json is a JSON value.
.exprml.v1.Value json = 1 [json_name = "json"];
final boolean
isInitialized()
void
writeTo(CodedOutputStream output)
int
getSerializedSize()
boolean
equals(Object obj)
int
hashCode()
static Json
parseFrom(ByteBuffer data)
static Json
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
static Json
parseFrom(ByteString data)
static Json
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static Json
parseFrom(Array<byte> data)
static Json
parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
static Json
parseFrom(InputStream input)
static Json
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Json
parseDelimitedFrom(InputStream input)
static Json
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Json
parseFrom(CodedInputStream input)
static Json
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Json.Builder
newBuilderForType()
static Json.Builder
newBuilder()
static Json.Builder
newBuilder(Json prototype)
Json.Builder
toBuilder()
static Json
getDefaultInstance()
static Parser<Json>
parser()
Parser<Json>
getParserForType()
Json
getDefaultInstanceForType()
-
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo
-
Methods inherited from class com.google.protobuf.Message
getParserForType
-
Methods inherited from class com.google.protobuf.MessageLite
getParserForType
-
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
hasJson
boolean hasJson()
Json is a JSON value.
.exprml.v1.Value json = 1 [json_name = "json"];
- Returns:
Whether the json field is set.
-
getJson
Value getJson()
Json is a JSON value.
.exprml.v1.Value json = 1 [json_name = "json"];
- Returns:
The json.
-
getJsonOrBuilder
ValueOrBuilder getJsonOrBuilder()
Json is a JSON value.
.exprml.v1.Value json = 1 [json_name = "json"];
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Json parseFrom(ByteBuffer data)
-
parseFrom
static Json parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Json parseFrom(InputStream input)
-
parseFrom
static Json parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Json parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Json parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Json.Builder newBuilderForType()
-
newBuilder
static Json.Builder newBuilder()
-
newBuilder
static Json.Builder newBuilder(Json prototype)
-
toBuilder
Json.Builder toBuilder()
-
getDefaultInstance
static Json getDefaultInstance()
-
getParserForType
Parser<Json> getParserForType()
-
getDefaultInstanceForType
Json getDefaultInstanceForType()
-
-
-
-