public final class

ViewAssertions.SelectedDescendantsMatchViewAssertionProto

extends <any>

implements ViewAssertions.SelectedDescendantsMatchViewAssertionProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.assertion.ViewAssertions.SelectedDescendantsMatchViewAssertionProto

Overview

Protobuf type google.test.remote.ui.action.SelectedDescendantsMatchViewAssertionProto

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intMATCHER_FIELD_NUMBER

public static final intSELECTOR_FIELD_NUMBER

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

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetMatcher()

.google.protobuf.Any matcher = 3;

public com.google.protobuf.AnygetSelector()

.google.protobuf.Any selector = 2;

public booleanhasMatcher()

.google.protobuf.Any matcher = 3;

public booleanhasSelector()

.google.protobuf.Any selector = 2;

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProto.BuildernewBuilder()

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProto.BuildernewBuilder(ViewAssertions.SelectedDescendantsMatchViewAssertionProto prototype)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProtoparseDelimitedFrom(java.io.InputStream input)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProtoparseFrom(java.nio.ByteBuffer data)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProtoparseFrom(com.google.protobuf.ByteString data)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProtoparseFrom(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 SELECTOR_FIELD_NUMBER

public static final int MATCHER_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 hasSelector()

.google.protobuf.Any selector = 2;

public com.google.protobuf.Any getSelector()

.google.protobuf.Any selector = 2;

public boolean hasMatcher()

.google.protobuf.Any matcher = 3;

public com.google.protobuf.Any getMatcher()

.google.protobuf.Any matcher = 3;

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProto parseFrom(java.nio.ByteBuffer data)

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

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProto parseFrom(com.google.protobuf.ByteString data)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProto parseDelimitedFrom(java.io.InputStream input)

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

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProto parseFrom(com.google.protobuf.CodedInputStream input)

public static ViewAssertions.SelectedDescendantsMatchViewAssertionProto 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 <any> parser()