public final class

ViewMatchers.WithCheckBoxStateMatcherProto

extends <any>

implements ViewMatchers.WithCheckBoxStateMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intCHECKSTATEMATCHER_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.AnygetCheckStateMatcher()

.google.protobuf.Any checkStateMatcher = 2;

public static ViewMatchers.WithCheckBoxStateMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasCheckStateMatcher()

.google.protobuf.Any checkStateMatcher = 2;

public static ViewMatchers.WithCheckBoxStateMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.WithCheckBoxStateMatcherProtoparseFrom(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 CHECKSTATEMATCHER_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 hasCheckStateMatcher()

.google.protobuf.Any checkStateMatcher = 2;

public com.google.protobuf.Any getCheckStateMatcher()

.google.protobuf.Any checkStateMatcher = 2;

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

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

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

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

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

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

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

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

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

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

public static <any> parser()