public final class

ViewMatchers.HasMinimumChildCountMatcherProto

extends <any>

implements ViewMatchers.HasMinimumChildCountMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intMINCHILDCOUNT_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.HasMinimumChildCountMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetMinChildCount()

bytes minChildCount = 2;

public static ViewMatchers.HasMinimumChildCountMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.HasMinimumChildCountMatcherProtoparseFrom(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 MINCHILDCOUNT_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 getMinChildCount()

bytes minChildCount = 2;

Returns:

The minChildCount.

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

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

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

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

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

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

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

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

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

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

public static <any> parser()