public final class

ViewMatchers.WithChildMatcherProto

extends <any>

implements ViewMatchers.WithChildMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intCHILDMATCHER_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.AnygetChildMatcher()

.google.protobuf.Any childMatcher = 2;

public static ViewMatchers.WithChildMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasChildMatcher()

.google.protobuf.Any childMatcher = 2;

public static ViewMatchers.WithChildMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.WithChildMatcherProtoparseFrom(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 CHILDMATCHER_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 hasChildMatcher()

.google.protobuf.Any childMatcher = 2;

public com.google.protobuf.Any getChildMatcher()

.google.protobuf.Any childMatcher = 2;

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

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

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

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

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

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

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

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

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

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

public static <any> parser()