public final class

ViewMatchers.WithTagKeyMatcherProto

extends <any>

implements ViewMatchers.WithTagKeyMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intKEY_FIELD_NUMBER

public static final intOBJECTMATCHER_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.WithTagKeyMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetKey()

bytes key = 2;

public com.google.protobuf.AnygetObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

public booleanhasObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

public static ViewMatchers.WithTagKeyMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

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

public static final int OBJECTMATCHER_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 getKey()

bytes key = 2;

Returns:

The key.

public boolean hasObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

public com.google.protobuf.Any getObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

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

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

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

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

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

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

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

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

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

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

public static <any> parser()