public final class

ViewMatchers.WithIdMatcherProto

extends <any>

implements ViewMatchers.WithIdMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intVIEWIDMATCHER_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.WithIdMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetViewIdMatcher()

.google.protobuf.Any viewIdMatcher = 2;

public booleanhasViewIdMatcher()

.google.protobuf.Any viewIdMatcher = 2;

public static ViewMatchers.WithIdMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.WithIdMatcherProtoparseFrom(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 VIEWIDMATCHER_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 hasViewIdMatcher()

.google.protobuf.Any viewIdMatcher = 2;

public com.google.protobuf.Any getViewIdMatcher()

.google.protobuf.Any viewIdMatcher = 2;

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.WithIdMatcherProto.Builder newBuilder()

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static ViewMatchers.WithIdMatcherProto getDefaultInstance()

public static <any> parser()