HamcrestMatchersv13.AnyOfProto.Builder


class HamcrestMatchersv13.AnyOfProto.Builder : GeneratedMessageLite.Builder, HamcrestMatchersv13.AnyOfProtoOrBuilder


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

Summary

Public functions

HamcrestMatchersv13.AnyOfProto.Builder!

repeated .google.protobuf.Any matchers = 2;

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

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder!
addMatchers(value: Any!)

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder!
addMatchers(index: Int, builderForValue: Any.Builder!)

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder!
addMatchers(index: Int, value: Any!)

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(index: Int)

repeated .google.protobuf.Any matchers = 2;

Int

repeated .google.protobuf.Any matchers = 2;

(Mutable)List<Any!>!

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder!

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder!
setId(value: String!)

string id = 1;

HamcrestMatchersv13.AnyOfProto.Builder!

string id = 1;

HamcrestMatchersv13.AnyOfProto.Builder!
setMatchers(index: Int, builderForValue: Any.Builder!)

repeated .google.protobuf.Any matchers = 2;

HamcrestMatchersv13.AnyOfProto.Builder!
setMatchers(index: Int, value: Any!)

repeated .google.protobuf.Any matchers = 2;

Inherited functions

From com.google.protobuf.AbstractMessageLite.Builder
java-static Unit
<T> addAll(values: (Mutable)Iterable<T!>!, list: (Mutable)Collection<Any!>!)

This function is deprecated.

Boolean
mergeDelimitedFrom(
    input: InputStream!,
    extensionRegistry: ExtensionRegistryLite!
)
java-static UninitializedMessageException!
From com.google.protobuf.GeneratedMessageLite.Builder
MessageType!
MessageType!
BuilderType!
BuilderType!
Unit
Unit
MessageType!
BuilderType!
internalMergeFrom(message: MessageType!)
Boolean
BuilderType!
mergeFrom(message: MessageType!)
From com.google.protobuf.MessageLite.Builder
From com.google.protobuf.MessageLiteOrBuilder

Inherited properties

From com.google.protobuf.GeneratedMessageLite.Builder
MessageType!

Public functions

addAllMatchers

fun addAllMatchers(values: (Mutable)Iterable<Any!>!): HamcrestMatchersv13.AnyOfProto.Builder!

repeated .google.protobuf.Any matchers = 2;

addMatchers

fun addMatchers(builderForValue: Any.Builder!): HamcrestMatchersv13.AnyOfProto.Builder!

repeated .google.protobuf.Any matchers = 2;

addMatchers

fun addMatchers(value: Any!): HamcrestMatchersv13.AnyOfProto.Builder!

repeated .google.protobuf.Any matchers = 2;

addMatchers

fun addMatchers(index: Int, builderForValue: Any.Builder!): HamcrestMatchersv13.AnyOfProto.Builder!

repeated .google.protobuf.Any matchers = 2;

addMatchers

fun addMatchers(index: Int, value: Any!): HamcrestMatchersv13.AnyOfProto.Builder!

repeated .google.protobuf.Any matchers = 2;

clearId

fun clearId(): HamcrestMatchersv13.AnyOfProto.Builder!

string id = 1;

Returns
HamcrestMatchersv13.AnyOfProto.Builder!

This builder for chaining.

clearMatchers

fun clearMatchers(): HamcrestMatchersv13.AnyOfProto.Builder!

repeated .google.protobuf.Any matchers = 2;

getId

fun getId(): String!

string id = 1;

Returns
String!

The id.

getIdBytes

fun getIdBytes(): ByteString!

string id = 1;

Returns
ByteString!

The bytes for id.

getMatchers

fun getMatchers(index: Int): Any!

repeated .google.protobuf.Any matchers = 2;

getMatchersCount

fun getMatchersCount(): Int

repeated .google.protobuf.Any matchers = 2;

getMatchersList

fun getMatchersList(): (Mutable)List<Any!>!

repeated .google.protobuf.Any matchers = 2;

removeMatchers

fun removeMatchers(index: Int): HamcrestMatchersv13.AnyOfProto.Builder!

repeated .google.protobuf.Any matchers = 2;

setId

fun setId(value: String!): HamcrestMatchersv13.AnyOfProto.Builder!

string id = 1;

Parameters
value: String!

The id to set.

Returns
HamcrestMatchersv13.AnyOfProto.Builder!

This builder for chaining.

setIdBytes

fun setIdBytes(value: ByteString!): HamcrestMatchersv13.AnyOfProto.Builder!

string id = 1;

Parameters
value: ByteString!

The bytes for id to set.

Returns
HamcrestMatchersv13.AnyOfProto.Builder!

This builder for chaining.

setMatchers

fun setMatchers(index: Int, builderForValue: Any.Builder!): HamcrestMatchersv13.AnyOfProto.Builder!

repeated .google.protobuf.Any matchers = 2;

setMatchers

fun setMatchers(index: Int, value: Any!): HamcrestMatchersv13.AnyOfProto.Builder!

repeated .google.protobuf.Any matchers = 2;