public final class

ViewMatchers.WithInputTypeMatcherProto

extends <any>

implements ViewMatchers.WithInputTypeMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intINPUTTYPE_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.WithInputTypeMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetInputType()

bytes inputType = 2;

public static ViewMatchers.WithInputTypeMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.WithInputTypeMatcherProtoparseFrom(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 INPUTTYPE_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 getInputType()

bytes inputType = 2;

Returns:

The inputType.

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

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

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

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

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

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

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

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

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

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

public static <any> parser()