public final class

HamcrestMatchersv13.AllOfProto

extends <any>

implements HamcrestMatchersv13.AllOfProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

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.AllOfProtogetDefaultInstance()

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.AllOfProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static HamcrestMatchersv13.AllOfProtoparseFrom(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.AllOfProto parseFrom(java.nio.ByteBuffer data)

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

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

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

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

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

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

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

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

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

public static HamcrestMatchersv13.AllOfProto.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.AllOfProto getDefaultInstance()

public static <any> parser()