public final class

RootMatchers.WithDecorViewProto

extends <any>

implements RootMatchers.WithDecorViewProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher.RootMatchers.WithDecorViewProto

Overview

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

Summary

Fields
public static final intDECORVIEWMATCHER_FIELD_NUMBER

public static final intID_FIELD_NUMBER

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

public com.google.protobuf.AnygetDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

public static RootMatchers.WithDecorViewProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

public static RootMatchers.WithDecorViewProto.BuildernewBuilder()

public static RootMatchers.WithDecorViewProto.BuildernewBuilder(RootMatchers.WithDecorViewProto prototype)

public static RootMatchers.WithDecorViewProtoparseDelimitedFrom(java.io.InputStream input)

public static RootMatchers.WithDecorViewProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.WithDecorViewProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.WithDecorViewProtoparseFrom(java.nio.ByteBuffer data)

public static RootMatchers.WithDecorViewProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.WithDecorViewProtoparseFrom(com.google.protobuf.ByteString data)

public static RootMatchers.WithDecorViewProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.WithDecorViewProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static RootMatchers.WithDecorViewProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.WithDecorViewProtoparseFrom(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 DECORVIEWMATCHER_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 hasDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

public com.google.protobuf.Any getDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

public static RootMatchers.WithDecorViewProto parseFrom(java.nio.ByteBuffer data)

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

public static RootMatchers.WithDecorViewProto parseFrom(com.google.protobuf.ByteString data)

public static RootMatchers.WithDecorViewProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static RootMatchers.WithDecorViewProto parseDelimitedFrom(java.io.InputStream input)

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

public static RootMatchers.WithDecorViewProto parseFrom(com.google.protobuf.CodedInputStream input)

public static RootMatchers.WithDecorViewProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.WithDecorViewProto.Builder newBuilder()

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

public static RootMatchers.WithDecorViewProto getDefaultInstance()

public static <any> parser()