public final class

ViewMatchers.IsDisplayingAtLeastMatcherProto

extends <any>

implements ViewMatchers.IsDisplayingAtLeastMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intAREAPERCENTAGE_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.ByteStringgetAreaPercentage()

bytes areaPercentage = 2;

public static ViewMatchers.IsDisplayingAtLeastMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public static ViewMatchers.IsDisplayingAtLeastMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.IsDisplayingAtLeastMatcherProtoparseFrom(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 AREAPERCENTAGE_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 getAreaPercentage()

bytes areaPercentage = 2;

Returns:

The areaPercentage.

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

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

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

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

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

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

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

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

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

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

public static <any> parser()