public final class

ViewAssertions.MatchesViewAssertionProto

extends <any>

implements ViewAssertions.MatchesViewAssertionProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.assertion.ViewAssertions.MatchesViewAssertionProto

Overview

Protobuf type google.test.remote.ui.action.MatchesViewAssertionProto

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intVIEWMATCHER_FIELD_NUMBER

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

public static ViewAssertions.MatchesViewAssertionProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetViewMatcher()

.google.protobuf.Any viewMatcher = 2;

public booleanhasViewMatcher()

.google.protobuf.Any viewMatcher = 2;

public static ViewAssertions.MatchesViewAssertionProto.BuildernewBuilder()

public static ViewAssertions.MatchesViewAssertionProto.BuildernewBuilder(ViewAssertions.MatchesViewAssertionProto prototype)

public static ViewAssertions.MatchesViewAssertionProtoparseDelimitedFrom(java.io.InputStream input)

public static ViewAssertions.MatchesViewAssertionProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewAssertions.MatchesViewAssertionProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewAssertions.MatchesViewAssertionProtoparseFrom(java.nio.ByteBuffer data)

public static ViewAssertions.MatchesViewAssertionProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewAssertions.MatchesViewAssertionProtoparseFrom(com.google.protobuf.ByteString data)

public static ViewAssertions.MatchesViewAssertionProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewAssertions.MatchesViewAssertionProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static ViewAssertions.MatchesViewAssertionProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewAssertions.MatchesViewAssertionProtoparseFrom(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 VIEWMATCHER_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 hasViewMatcher()

.google.protobuf.Any viewMatcher = 2;

public com.google.protobuf.Any getViewMatcher()

.google.protobuf.Any viewMatcher = 2;

public static ViewAssertions.MatchesViewAssertionProto parseFrom(java.nio.ByteBuffer data)

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

public static ViewAssertions.MatchesViewAssertionProto parseFrom(com.google.protobuf.ByteString data)

public static ViewAssertions.MatchesViewAssertionProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static ViewAssertions.MatchesViewAssertionProto parseDelimitedFrom(java.io.InputStream input)

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

public static ViewAssertions.MatchesViewAssertionProto parseFrom(com.google.protobuf.CodedInputStream input)

public static ViewAssertions.MatchesViewAssertionProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

public static ViewAssertions.MatchesViewAssertionProto getDefaultInstance()

public static <any> parser()