public final class

HamcrestMatchersv13.IsNotProto

extends <any>

implements HamcrestMatchersv13.IsNotProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intMATCHER_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.IsNotProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetMatcher()

.google.protobuf.Any matcher = 2;

public booleanhasMatcher()

.google.protobuf.Any matcher = 2;

public static HamcrestMatchersv13.IsNotProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static HamcrestMatchersv13.IsNotProtoparseFrom(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 MATCHER_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 boolean hasMatcher()

.google.protobuf.Any matcher = 2;

public com.google.protobuf.Any getMatcher()

.google.protobuf.Any matcher = 2;

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

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

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

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

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

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

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

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

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

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

public static HamcrestMatchersv13.IsNotProto.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.IsNotProto getDefaultInstance()

public static <any> parser()