public final class

RemoteWebMatchers.WithTextContentMatcherProto

extends <any>

implements RemoteWebMatchers.WithTextContentMatcherProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.web.proto.matcher.RemoteWebMatchers.WithTextContentMatcherProto

Overview

Protobuf type google.test.remote.web.model.WithTextContentMatcherProto

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intTEXTCONTENTMATCHER_FIELD_NUMBER

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

public static RemoteWebMatchers.WithTextContentMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

public booleanhasTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

public static RemoteWebMatchers.WithTextContentMatcherProto.BuildernewBuilder()

public static RemoteWebMatchers.WithTextContentMatcherProto.BuildernewBuilder(RemoteWebMatchers.WithTextContentMatcherProto prototype)

public static RemoteWebMatchers.WithTextContentMatcherProtoparseDelimitedFrom(java.io.InputStream input)

public static RemoteWebMatchers.WithTextContentMatcherProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.WithTextContentMatcherProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.WithTextContentMatcherProtoparseFrom(java.nio.ByteBuffer data)

public static RemoteWebMatchers.WithTextContentMatcherProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.WithTextContentMatcherProtoparseFrom(com.google.protobuf.ByteString data)

public static RemoteWebMatchers.WithTextContentMatcherProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.WithTextContentMatcherProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static RemoteWebMatchers.WithTextContentMatcherProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.WithTextContentMatcherProtoparseFrom(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 TEXTCONTENTMATCHER_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 hasTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

public com.google.protobuf.Any getTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

public static RemoteWebMatchers.WithTextContentMatcherProto parseFrom(java.nio.ByteBuffer data)

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

public static RemoteWebMatchers.WithTextContentMatcherProto parseFrom(com.google.protobuf.ByteString data)

public static RemoteWebMatchers.WithTextContentMatcherProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static RemoteWebMatchers.WithTextContentMatcherProto parseDelimitedFrom(java.io.InputStream input)

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

public static RemoteWebMatchers.WithTextContentMatcherProto parseFrom(com.google.protobuf.CodedInputStream input)

public static RemoteWebMatchers.WithTextContentMatcherProto 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 RemoteWebMatchers.WithTextContentMatcherProto getDefaultInstance()

public static <any> parser()