public final class

ViewMatchers.HasFocusMatcherProto

extends <any>

implements ViewMatchers.HasFocusMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intHAS_FOCUS_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.HasFocusMatcherProtogetDefaultInstance()

public com.google.protobuf.ByteStringgetHasFocus()

bytes has_focus = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public static ViewMatchers.HasFocusMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.HasFocusMatcherProtoparseFrom(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 HAS_FOCUS_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 getHasFocus()

bytes has_focus = 2;

Returns:

The hasFocus.

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

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

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

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

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

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

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

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

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

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

public static <any> parser()