RawJSON

Protobuf type TW.Cosmos.Proto.Message.RawJSON

Types

Link copied to clipboard
class Builder
Protobuf type TW.Cosmos.Proto.Message.RawJSON

Functions

Link copied to clipboard
open fun getDefaultInstance(): RawJSON
Link copied to clipboard
open fun getType(): String
string type = 1;
Link copied to clipboard
open fun getTypeBytes(): ByteString
string type = 1;
Link copied to clipboard
open fun getValue(): String
string value = 2;
Link copied to clipboard
open fun getValueBytes(): ByteString
string value = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): RawJSON
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): RawJSON
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): RawJSON
open fun parseFrom(data: ByteString): RawJSON
open fun parseFrom(input: CodedInputStream): RawJSON
open fun parseFrom(input: InputStream): RawJSON
open fun parseFrom(data: ByteBuffer): RawJSON
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): RawJSON
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): RawJSON
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): RawJSON
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): RawJSON
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): RawJSON
Link copied to clipboard
open fun parser(): Parser<RawJSON>

Properties

Link copied to clipboard
Link copied to clipboard