public final class

ViewMatchers.HasSiblingMatcherProto

extends <any>

implements ViewMatchers.HasSiblingMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intSIBLINGMATCHER_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.HasSiblingMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetSiblingMatcher()

.google.protobuf.Any siblingMatcher = 2;

public booleanhasSiblingMatcher()

.google.protobuf.Any siblingMatcher = 2;

public static ViewMatchers.HasSiblingMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.HasSiblingMatcherProtoparseFrom(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 SIBLINGMATCHER_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 hasSiblingMatcher()

.google.protobuf.Any siblingMatcher = 2;

public com.google.protobuf.Any getSiblingMatcher()

.google.protobuf.Any siblingMatcher = 2;

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

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

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

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

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

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

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

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

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

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

public static <any> parser()