HamcrestMatchersv13.IsInstanceOfProto.Builder


public final class HamcrestMatchersv13.IsInstanceOfProto.Builder extends GeneratedMessageLite.Builder implements HamcrestMatchersv13.IsInstanceOfProtoOrBuilder


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

Summary

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

clearExpectedClass

public HamcrestMatchersv13.IsInstanceOfProto.Builder clearExpectedClass()

bytes expectedClass = 2;

Returns
HamcrestMatchersv13.IsInstanceOfProto.Builder

This builder for chaining.

clearId

public HamcrestMatchersv13.IsInstanceOfProto.Builder clearId()

string id = 1;

Returns
HamcrestMatchersv13.IsInstanceOfProto.Builder

This builder for chaining.

getExpectedClass

public ByteString getExpectedClass()

bytes expectedClass = 2;

Returns
ByteString

The expectedClass.

getId

public String getId()

string id = 1;

Returns
String

The id.

getIdBytes

public ByteString getIdBytes()

string id = 1;

Returns
ByteString

The bytes for id.

setExpectedClass

public HamcrestMatchersv13.IsInstanceOfProto.Builder setExpectedClass(ByteString value)

bytes expectedClass = 2;

Parameters
ByteString value

The expectedClass to set.

Returns
HamcrestMatchersv13.IsInstanceOfProto.Builder

This builder for chaining.

setId

public HamcrestMatchersv13.IsInstanceOfProto.Builder setId(String value)

string id = 1;

Parameters
String value

The id to set.

Returns
HamcrestMatchersv13.IsInstanceOfProto.Builder

This builder for chaining.

setIdBytes

public HamcrestMatchersv13.IsInstanceOfProto.Builder setIdBytes(ByteString value)

string id = 1;

Parameters
ByteString value

The bytes for id to set.

Returns
HamcrestMatchersv13.IsInstanceOfProto.Builder

This builder for chaining.