public final class

ViewMatchers.HasChildCountMatcherProto

extends <any>

implements ViewMatchers.HasChildCountMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intCHILDCOUNT_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.ByteStringgetChildCount()

bytes childCount = 2;

public static ViewMatchers.HasChildCountMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public static ViewMatchers.HasChildCountMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.HasChildCountMatcherProtoparseFrom(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 CHILDCOUNT_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 com.google.protobuf.ByteString getChildCount()

bytes childCount = 2;

Returns:

The childCount.

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

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

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

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

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

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

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

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

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

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

public static <any> parser()