HamcrestMatchersv13.IsInstanceOfProto


class HamcrestMatchersv13.IsInstanceOfProto : GeneratedMessageLite, HamcrestMatchersv13.IsInstanceOfProtoOrBuilder


Protobuf type google.test.remote.hamcrest.matcher13.IsInstanceOfProto

Summary

Nested types

Protobuf type google.test.remote.hamcrest.matcher13.IsInstanceOfProto

Constants

const Int
const Int

Public functions

java-static HamcrestMatchersv13.IsInstanceOfProto!
ByteString!

bytes expectedClass = 2;

String!

string id = 1;

ByteString!

string id = 1;

java-static HamcrestMatchersv13.IsInstanceOfProto.Builder!
java-static HamcrestMatchersv13.IsInstanceOfProto.Builder!
java-static HamcrestMatchersv13.IsInstanceOfProto!
java-static HamcrestMatchersv13.IsInstanceOfProto!
parseDelimitedFrom(
    input: InputStream!,
    extensionRegistry: ExtensionRegistryLite!
)
java-static HamcrestMatchersv13.IsInstanceOfProto!
java-static HamcrestMatchersv13.IsInstanceOfProto!
java-static HamcrestMatchersv13.IsInstanceOfProto!
java-static HamcrestMatchersv13.IsInstanceOfProto!
java-static HamcrestMatchersv13.IsInstanceOfProto!
java-static HamcrestMatchersv13.IsInstanceOfProto!
parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!)
java-static HamcrestMatchersv13.IsInstanceOfProto!
parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!)
java-static HamcrestMatchersv13.IsInstanceOfProto!
parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!)
java-static HamcrestMatchersv13.IsInstanceOfProto!
parseFrom(
    input: CodedInputStream!,
    extensionRegistry: ExtensionRegistryLite!
)
java-static HamcrestMatchersv13.IsInstanceOfProto!
parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!)
java-static Parser<HamcrestMatchersv13.IsInstanceOfProto!>!

Protected functions

Any!
dynamicMethod(
    method: GeneratedMessageLite.MethodToInvoke!,
    arg0: Any!,
    arg1: Any!
)

Inherited functions

From com.google.protobuf.AbstractMessageLite
java-static Unit
<T> addAll(values: (Mutable)Iterable<T!>!, list: (Mutable)Collection<Any!>!)

This function is deprecated.

java-static Unit
ByteArray<Byte>!
ByteString!
Unit
From com.google.protobuf.GeneratedMessageLite
BuilderType!
<MessageType : GeneratedMessageLite<MessageType!, BuilderType!>?, BuilderType : GeneratedMessageLite.Builder<MessageType!, BuilderType!>?> createBuilder(

)
java-static Internal.BooleanList!
java-static Internal.DoubleList!
java-static Internal.FloatList!
java-static Internal.IntList!
java-static Internal.LongList!
java-static Internal.ProtobufList<E!>!
Boolean
equals(other: Any!)
MessageType!
Parser<MessageType!>!
Int
Boolean
Unit
Unit
mergeLengthDelimitedField(fieldNumber: Int, value: ByteString!)
Unit
Unit
mergeVarintField(tag: Int, value: Int)
java-static Internal.BooleanList!
java-static Internal.DoubleList!
java-static Internal.FloatList!
java-static Internal.IntList!
java-static Internal.LongList!
java-static Internal.ProtobufList<E!>!
BuilderType!
java-static Any!
newMessageInfo(
    defaultInstance: MessageLite!,
    info: String!,
    objects: Array<Any!>!
)
java-static GeneratedMessageLite.GeneratedExtension<ContainingType!, Type!>!
<ContainingType : MessageLite?, Type> newRepeatedGeneratedExtension(
    containingTypeDefaultInstance: ContainingType!,
    messageDefaultInstance: MessageLite!,
    enumTypeMap: Internal.EnumLiteMap<Any!>!,
    number: Int,
    type: WireFormat.FieldType!,
    isPacked: Boolean,
    singularType: Class!
)
java-static GeneratedMessageLite.GeneratedExtension<ContainingType!, Type!>!
<ContainingType : MessageLite?, Type> newSingularGeneratedExtension(
    containingTypeDefaultInstance: ContainingType!,
    defaultValue: Type!,
    messageDefaultInstance: MessageLite!,
    enumTypeMap: Internal.EnumLiteMap<Any!>!,
    number: Int,
    type: WireFormat.FieldType!,
    singularType: Class!
)
java-static T!
<T : GeneratedMessageLite<T!, Any!>?> parseDelimitedFrom(
    defaultInstance: T!,
    input: InputStream!
)
java-static T!
<T : GeneratedMessageLite<T!, Any!>?> parseFrom(
    defaultInstance: T!,
    data: ByteBuffer!,
    extensionRegistry: ExtensionRegistryLite!
)
Boolean
java-static Unit
<T : GeneratedMessageLite<Any!, Any!>?> registerDefaultInstance(
    clazz: Class<T!>!,
    defaultInstance: T!
)
BuilderType!
String!
Unit
From com.google.protobuf.MessageLite
From com.google.protobuf.MessageLiteOrBuilder

Constants

EXPECTEDCLASS_FIELD_NUMBER

const val EXPECTEDCLASS_FIELD_NUMBER = 2: Int

ID_FIELD_NUMBER

const val ID_FIELD_NUMBER = 1: Int

Public functions

getDefaultInstance

java-static fun getDefaultInstance(): HamcrestMatchersv13.IsInstanceOfProto!

getExpectedClass

fun getExpectedClass(): ByteString!

bytes expectedClass = 2;

Returns
ByteString!

The expectedClass.

getId

fun getId(): String!

string id = 1;

Returns
String!

The id.

getIdBytes

fun getIdBytes(): ByteString!

string id = 1;

Returns
ByteString!

The bytes for id.

newBuilder

java-static fun newBuilder(): HamcrestMatchersv13.IsInstanceOfProto.Builder!

parseDelimitedFrom

java-static fun parseDelimitedFrom(input: InputStream!): HamcrestMatchersv13.IsInstanceOfProto!

parseDelimitedFrom

java-static fun parseDelimitedFrom(
    input: InputStream!,
    extensionRegistry: ExtensionRegistryLite!
): HamcrestMatchersv13.IsInstanceOfProto!

parseFrom

java-static fun parseFrom(input: InputStream!): HamcrestMatchersv13.IsInstanceOfProto!

parseFrom

java-static fun parseFrom(
    input: CodedInputStream!,
    extensionRegistry: ExtensionRegistryLite!
): HamcrestMatchersv13.IsInstanceOfProto!

parseFrom

java-static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): HamcrestMatchersv13.IsInstanceOfProto!

parser

java-static fun parser(): Parser<HamcrestMatchersv13.IsInstanceOfProto!>!

Protected functions

dynamicMethod

protected fun dynamicMethod(
    method: GeneratedMessageLite.MethodToInvoke!,
    arg0: Any!,
    arg1: Any!
): Any!