public final class

ViewMatchers.IsDescendantOfAMatcherProto

extends <any>

implements ViewMatchers.IsDescendantOfAMatcherProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher.ViewMatchers.IsDescendantOfAMatcherProto

Overview

Protobuf type google.test.remote.ui.matcher.IsDescendantOfAMatcherProto

Summary

Fields
public static final intANCESTORMATCHER_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 com.google.protobuf.AnygetAncestorMatcher()

.google.protobuf.Any ancestorMatcher = 2;

public static ViewMatchers.IsDescendantOfAMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasAncestorMatcher()

.google.protobuf.Any ancestorMatcher = 2;

public static ViewMatchers.IsDescendantOfAMatcherProto.BuildernewBuilder()

public static ViewMatchers.IsDescendantOfAMatcherProto.BuildernewBuilder(ViewMatchers.IsDescendantOfAMatcherProto prototype)

public static ViewMatchers.IsDescendantOfAMatcherProtoparseDelimitedFrom(java.io.InputStream input)

public static ViewMatchers.IsDescendantOfAMatcherProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewMatchers.IsDescendantOfAMatcherProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewMatchers.IsDescendantOfAMatcherProtoparseFrom(java.nio.ByteBuffer data)

public static ViewMatchers.IsDescendantOfAMatcherProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewMatchers.IsDescendantOfAMatcherProtoparseFrom(com.google.protobuf.ByteString data)

public static ViewMatchers.IsDescendantOfAMatcherProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewMatchers.IsDescendantOfAMatcherProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static ViewMatchers.IsDescendantOfAMatcherProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewMatchers.IsDescendantOfAMatcherProtoparseFrom(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 ANCESTORMATCHER_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 hasAncestorMatcher()

.google.protobuf.Any ancestorMatcher = 2;

public com.google.protobuf.Any getAncestorMatcher()

.google.protobuf.Any ancestorMatcher = 2;

public static ViewMatchers.IsDescendantOfAMatcherProto parseFrom(java.nio.ByteBuffer data)

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

public static ViewMatchers.IsDescendantOfAMatcherProto parseFrom(com.google.protobuf.ByteString data)

public static ViewMatchers.IsDescendantOfAMatcherProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static ViewMatchers.IsDescendantOfAMatcherProto parseDelimitedFrom(java.io.InputStream input)

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

public static ViewMatchers.IsDescendantOfAMatcherProto parseFrom(com.google.protobuf.CodedInputStream input)

public static ViewMatchers.IsDescendantOfAMatcherProto 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 ViewMatchers.IsDescendantOfAMatcherProto getDefaultInstance()

public static <any> parser()