public final class

ViewMatchers.WithHintMatcherProto

extends <any>

implements ViewMatchers.WithHintMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intSTRINGMATCHER_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.WithHintMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetStringMatcher()

.google.protobuf.Any stringMatcher = 2;

public booleanhasStringMatcher()

.google.protobuf.Any stringMatcher = 2;

public static ViewMatchers.WithHintMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.WithHintMatcherProtoparseFrom(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 STRINGMATCHER_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 hasStringMatcher()

.google.protobuf.Any stringMatcher = 2;

public com.google.protobuf.Any getStringMatcher()

.google.protobuf.Any stringMatcher = 2;

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

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

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

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

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

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

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

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

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

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

public static <any> parser()