public final class

HamcrestMatchersv13.AllOfProto.Builder

extends <any>

implements HamcrestMatchersv13.AllOfProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public HamcrestMatchersv13.AllOfProto.BuilderaddAllMatchers(java.lang.Iterable<com.google.protobuf.Any> values)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.BuilderaddMatchers(com.google.protobuf.Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.BuilderaddMatchers(com.google.protobuf.Any value)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.BuilderaddMatchers(int index, com.google.protobuf.Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.BuilderaddMatchers(int index, com.google.protobuf.Any value)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.BuilderclearId()

string id = 1;

public HamcrestMatchersv13.AllOfProto.BuilderclearMatchers()

repeated .google.protobuf.Any matchers = 2;

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 HamcrestMatchersv13.AllOfProto.BuilderremoveMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.BuildersetId(java.lang.String value)

string id = 1;

public HamcrestMatchersv13.AllOfProto.BuildersetIdBytes(com.google.protobuf.ByteString value)

string id = 1;

public HamcrestMatchersv13.AllOfProto.BuildersetMatchers(int index, com.google.protobuf.Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.BuildersetMatchers(int index, com.google.protobuf.Any value)

repeated .google.protobuf.Any matchers = 2;

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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 HamcrestMatchersv13.AllOfProto.Builder setId(java.lang.String value)

string id = 1;

Parameters:

value: The id to set.

Returns:

This builder for chaining.

string id = 1;

Returns:

This builder for chaining.

public HamcrestMatchersv13.AllOfProto.Builder setIdBytes(com.google.protobuf.ByteString value)

string id = 1;

Parameters:

value: The bytes for id to set.

Returns:

This builder for chaining.

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

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 HamcrestMatchersv13.AllOfProto.Builder setMatchers(int index, com.google.protobuf.Any value)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.Builder setMatchers(int index, com.google.protobuf.Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.Builder addMatchers(com.google.protobuf.Any value)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.Builder addMatchers(int index, com.google.protobuf.Any value)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.Builder addMatchers(com.google.protobuf.Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.Builder addMatchers(int index, com.google.protobuf.Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.Builder addAllMatchers(java.lang.Iterable<com.google.protobuf.Any> values)

repeated .google.protobuf.Any matchers = 2;

repeated .google.protobuf.Any matchers = 2;

public HamcrestMatchersv13.AllOfProto.Builder removeMatchers(int index)

repeated .google.protobuf.Any matchers = 2;