public final class

ViewMatchers.IsDisplayedMatcherProto

extends <any>

implements ViewMatchers.IsDisplayedMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
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.IsDisplayedMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public static ViewMatchers.IsDisplayedMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.IsDisplayedMatcherProtoparseFrom(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

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 static ViewMatchers.IsDisplayedMatcherProto parseFrom(java.nio.ByteBuffer data)

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

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

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

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

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

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

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

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

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

public static <any> parser()