HamcrestMatchersv13.AnyOfProto.Builder


public final class HamcrestMatchersv13.AnyOfProto.Builder extends GeneratedMessageLite.Builder implements HamcrestMatchersv13.AnyOfProtoOrBuilder


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

Summary

Public methods

HamcrestMatchersv13.AnyOfProto.Builder

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder
addMatchers(Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder
addMatchers(int index, Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder
addMatchers(int index, Any value)

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder

string id = 1;

HamcrestMatchersv13.AnyOfProto.Builder

repeated .google.protobuf.Any matchers = 2;

String

string id = 1;

ByteString

string id = 1;

Any
getMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

int

repeated .google.protobuf.Any matchers = 2;

List<Any>

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder
removeMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder
setId(String value)

string id = 1;

HamcrestMatchersv13.AnyOfProto.Builder

string id = 1;

HamcrestMatchersv13.AnyOfProto.Builder
setMatchers(int index, Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder
setMatchers(int index, Any value)

repeated .google.protobuf.Any matchers = 2;

Inherited methods

From com.google.protobuf.AbstractMessageLite.Builder
static void
<T> addAll(Iterable<T> values, Collection<Object> list)

This method is deprecated.

boolean
mergeDelimitedFrom(
    InputStream input,
    ExtensionRegistryLite extensionRegistry
)
static UninitializedMessageException
From com.google.protobuf.GeneratedMessageLite.Builder
final MessageType
MessageType
final BuilderType
BuilderType
final void
void
MessageType
BuilderType
internalMergeFrom(MessageType message)
final boolean
BuilderType
mergeFrom(MessageType message)
From com.google.protobuf.MessageLite.Builder
From com.google.protobuf.MessageLiteOrBuilder

Public methods

addAllMatchers

public HamcrestMatchersv13.AnyOfProto.Builder addAllMatchers(Iterable<Any> values)

repeated .google.protobuf.Any matchers = 2;

addMatchers

public HamcrestMatchersv13.AnyOfProto.Builder addMatchers(Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

addMatchers

public HamcrestMatchersv13.AnyOfProto.Builder addMatchers(Any value)

repeated .google.protobuf.Any matchers = 2;

addMatchers

public HamcrestMatchersv13.AnyOfProto.Builder addMatchers(int index, Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

addMatchers

public HamcrestMatchersv13.AnyOfProto.Builder addMatchers(int index, Any value)

repeated .google.protobuf.Any matchers = 2;

clearId

public HamcrestMatchersv13.AnyOfProto.Builder clearId()

string id = 1;

Returns
HamcrestMatchersv13.AnyOfProto.Builder

This builder for chaining.

clearMatchers

public HamcrestMatchersv13.AnyOfProto.Builder clearMatchers()

repeated .google.protobuf.Any matchers = 2;

getId

public String getId()

string id = 1;

Returns
String

The id.

getIdBytes

public ByteString getIdBytes()

string id = 1;

Returns
ByteString

The bytes for id.

getMatchers

public Any getMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

getMatchersCount

public int getMatchersCount()

repeated .google.protobuf.Any matchers = 2;

getMatchersList

public List<AnygetMatchersList()

repeated .google.protobuf.Any matchers = 2;

removeMatchers

public HamcrestMatchersv13.AnyOfProto.Builder removeMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

setId

public HamcrestMatchersv13.AnyOfProto.Builder setId(String value)

string id = 1;

Parameters
String value

The id to set.

Returns
HamcrestMatchersv13.AnyOfProto.Builder

This builder for chaining.

setIdBytes

public HamcrestMatchersv13.AnyOfProto.Builder setIdBytes(ByteString value)

string id = 1;

Parameters
ByteString value

The bytes for id to set.

Returns
HamcrestMatchersv13.AnyOfProto.Builder

This builder for chaining.

setMatchers

public HamcrestMatchersv13.AnyOfProto.Builder setMatchers(int index, Any.Builder builderForValue)

repeated .google.protobuf.Any matchers = 2;

setMatchers

public HamcrestMatchersv13.AnyOfProto.Builder setMatchers(int index, Any value)

repeated .google.protobuf.Any matchers = 2;