public final class

ViewMatchers.HasImeActionMatcherProto

extends <any>

implements ViewMatchers.HasImeActionMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intIMEACTIONMATCHER_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.HasImeActionMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

public booleanhasImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

public static ViewMatchers.HasImeActionMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.HasImeActionMatcherProtoparseFrom(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 IMEACTIONMATCHER_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 hasImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

public com.google.protobuf.Any getImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

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

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

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

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

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

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

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

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

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

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

public static <any> parser()