public interface

HamcrestMatchersv13.IsNotProtoOrBuilder

 androidx.test.espresso.proto.matcher13.HamcrestMatchersv13.IsNotProtoOrBuilder

Subclasses:

HamcrestMatchersv13.IsNotProto, HamcrestMatchersv13.IsNotProto.Builder

Summary

Methods
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;

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;

Returns:

Whether the matcher field is set.

public com.google.protobuf.Any getMatcher()

.google.protobuf.Any matcher = 2;

Returns:

The matcher.