public final class

HamcrestMatchersv13.AnyOfProto

extends <any>

implements HamcrestMatchersv13.AnyOfProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher13.HamcrestMatchersv13.AnyOfProto

Overview

Protobuf type google.test.remote.hamcrest.matcher13.AnyOfProto

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intMATCHERS_FIELD_NUMBER

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

public static HamcrestMatchersv13.AnyOfProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

public intgetMatchersCount()

repeated .google.protobuf.Any matchers = 2;

public java.util.List<com.google.protobuf.Any>getMatchersList()

repeated .google.protobuf.Any matchers = 2;

public com.google.protobuf.AnyOrBuildergetMatchersOrBuilder(int index)

repeated .google.protobuf.Any matchers = 2;

public java.util.List<com.google.protobuf.AnyOrBuilder>getMatchersOrBuilderList()

repeated .google.protobuf.Any matchers = 2;

public static HamcrestMatchersv13.AnyOfProto.BuildernewBuilder()

public static HamcrestMatchersv13.AnyOfProto.BuildernewBuilder(HamcrestMatchersv13.AnyOfProto prototype)

public static HamcrestMatchersv13.AnyOfProtoparseDelimitedFrom(java.io.InputStream input)

public static HamcrestMatchersv13.AnyOfProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.AnyOfProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.AnyOfProtoparseFrom(java.nio.ByteBuffer data)

public static HamcrestMatchersv13.AnyOfProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.AnyOfProtoparseFrom(com.google.protobuf.ByteString data)

public static HamcrestMatchersv13.AnyOfProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.AnyOfProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static HamcrestMatchersv13.AnyOfProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.AnyOfProtoparseFrom(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 MATCHERS_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 java.util.List<com.google.protobuf.Any> getMatchersList()

repeated .google.protobuf.Any matchers = 2;

public java.util.List<com.google.protobuf.AnyOrBuilder> getMatchersOrBuilderList()

repeated .google.protobuf.Any matchers = 2;

public int getMatchersCount()

repeated .google.protobuf.Any matchers = 2;

public com.google.protobuf.Any getMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

public com.google.protobuf.AnyOrBuilder getMatchersOrBuilder(int index)

repeated .google.protobuf.Any matchers = 2;

public static HamcrestMatchersv13.AnyOfProto parseFrom(java.nio.ByteBuffer data)

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

public static HamcrestMatchersv13.AnyOfProto parseFrom(com.google.protobuf.ByteString data)

public static HamcrestMatchersv13.AnyOfProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static HamcrestMatchersv13.AnyOfProto parseDelimitedFrom(java.io.InputStream input)

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

public static HamcrestMatchersv13.AnyOfProto parseFrom(com.google.protobuf.CodedInputStream input)

public static HamcrestMatchersv13.AnyOfProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static HamcrestMatchersv13.AnyOfProto.Builder newBuilder()

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

public static HamcrestMatchersv13.AnyOfProto getDefaultInstance()

public static <any> parser()