public final class

ViewMatchers.HasDescendantMatcherProto

extends <any>

implements ViewMatchers.HasDescendantMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intDESCENDANTMATCHER_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 ViewMatchers.HasDescendantMatcherProtogetDefaultInstance()

public com.google.protobuf.AnygetDescendantMatcher()

.google.protobuf.Any descendantMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasDescendantMatcher()

.google.protobuf.Any descendantMatcher = 2;

public static ViewMatchers.HasDescendantMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.HasDescendantMatcherProtoparseFrom(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 DESCENDANTMATCHER_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 hasDescendantMatcher()

.google.protobuf.Any descendantMatcher = 2;

public com.google.protobuf.Any getDescendantMatcher()

.google.protobuf.Any descendantMatcher = 2;

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

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

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

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

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

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

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

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

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

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

public static <any> parser()