public final class

ViewMatchers.WithTagValueMatcherProto

extends <any>

implements ViewMatchers.WithTagValueMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intTAGVALUEMATCHER_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.WithTagValueMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

public booleanhasTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

public static ViewMatchers.WithTagValueMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.WithTagValueMatcherProtoparseFrom(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 TAGVALUEMATCHER_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 hasTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

public com.google.protobuf.Any getTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

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

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

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

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

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

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

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

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

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

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

public static <any> parser()