public final class

ViewMatchers.WithCharSequenceMatcherProto

extends <any>

implements ViewMatchers.WithCharSequenceMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intMETHOD_FIELD_NUMBER

public static final intRESOURCEID_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.WithCharSequenceMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetMethod()

bytes method = 3;

public com.google.protobuf.ByteStringgetResourceId()

bytes resourceId = 2;

public static ViewMatchers.WithCharSequenceMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.WithCharSequenceMatcherProtoparseFrom(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 RESOURCEID_FIELD_NUMBER

public static final int METHOD_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 getResourceId()

bytes resourceId = 2;

Returns:

The resourceId.

public com.google.protobuf.ByteString getMethod()

bytes method = 3;

Returns:

The method.

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

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

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

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

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

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

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

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

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

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

public static <any> parser()