HamcrestMatchersv13.IsNullProto.Builder


public final class HamcrestMatchersv13.IsNullProto.Builder extends GeneratedMessageLite.Builder implements HamcrestMatchersv13.IsNullProtoOrBuilder


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

Summary

Public methods

HamcrestMatchersv13.IsNullProto.Builder

string id = 1;

String

string id = 1;

ByteString

string id = 1;

HamcrestMatchersv13.IsNullProto.Builder
setId(String value)

string id = 1;

HamcrestMatchersv13.IsNullProto.Builder

string id = 1;

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

clearId

public HamcrestMatchersv13.IsNullProto.Builder clearId()

string id = 1;

Returns
HamcrestMatchersv13.IsNullProto.Builder

This builder for chaining.

getId

public String getId()

string id = 1;

Returns
String

The id.

getIdBytes

public ByteString getIdBytes()

string id = 1;

Returns
ByteString

The bytes for id.

setId

public HamcrestMatchersv13.IsNullProto.Builder setId(String value)

string id = 1;

Parameters
String value

The id to set.

Returns
HamcrestMatchersv13.IsNullProto.Builder

This builder for chaining.

setIdBytes

public HamcrestMatchersv13.IsNullProto.Builder setIdBytes(ByteString value)

string id = 1;

Parameters
ByteString value

The bytes for id to set.

Returns
HamcrestMatchersv13.IsNullProto.Builder

This builder for chaining.