public final class

HamcrestMatchersv13.IsEqualProto

extends <any>

implements HamcrestMatchersv13.IsEqualProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher13.HamcrestMatchersv13.IsEqualProto

Overview

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

Summary

Fields
public static final intEXPECTEDVALUE_FIELD_NUMBER

public static final intID_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static HamcrestMatchersv13.IsEqualProtogetDefaultInstance()

public com.google.protobuf.ByteStringgetExpectedValue()

bytes expectedValue = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public static HamcrestMatchersv13.IsEqualProto.BuildernewBuilder()

public static HamcrestMatchersv13.IsEqualProto.BuildernewBuilder(HamcrestMatchersv13.IsEqualProto prototype)

public static HamcrestMatchersv13.IsEqualProtoparseDelimitedFrom(java.io.InputStream input)

public static HamcrestMatchersv13.IsEqualProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.IsEqualProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.IsEqualProtoparseFrom(java.nio.ByteBuffer data)

public static HamcrestMatchersv13.IsEqualProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.IsEqualProtoparseFrom(com.google.protobuf.ByteString data)

public static HamcrestMatchersv13.IsEqualProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.IsEqualProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static HamcrestMatchersv13.IsEqualProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.IsEqualProtoparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int ID_FIELD_NUMBER

public static final int EXPECTEDVALUE_FIELD_NUMBER

Methods

public java.lang.String getId()

string id = 1;

Returns:

The id.

public com.google.protobuf.ByteString getIdBytes()

string id = 1;

Returns:

The bytes for id.

public com.google.protobuf.ByteString getExpectedValue()

bytes expectedValue = 2;

Returns:

The expectedValue.

public static HamcrestMatchersv13.IsEqualProto parseFrom(java.nio.ByteBuffer data)

public static HamcrestMatchersv13.IsEqualProto parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.IsEqualProto parseFrom(com.google.protobuf.ByteString data)

public static HamcrestMatchersv13.IsEqualProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.IsEqualProto parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.IsEqualProto parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.IsEqualProto parseDelimitedFrom(java.io.InputStream input)

public static HamcrestMatchersv13.IsEqualProto parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.IsEqualProto parseFrom(com.google.protobuf.CodedInputStream input)

public static HamcrestMatchersv13.IsEqualProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.IsEqualProto.Builder newBuilder()

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static HamcrestMatchersv13.IsEqualProto getDefaultInstance()

public static <any> parser()