HamcrestMatchersv13.IsNullProto.Builder


class HamcrestMatchersv13.IsNullProto.Builder : GeneratedMessageLite.Builder, HamcrestMatchersv13.IsNullProtoOrBuilder


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

Summary

Public functions

HamcrestMatchersv13.IsNullProto.Builder!

string id = 1;

String!

string id = 1;

ByteString!

string id = 1;

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

string id = 1;

HamcrestMatchersv13.IsNullProto.Builder!

string id = 1;

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

clearId

fun clearId(): HamcrestMatchersv13.IsNullProto.Builder!

string id = 1;

Returns
HamcrestMatchersv13.IsNullProto.Builder!

This builder for chaining.

getId

fun getId(): String!

string id = 1;

Returns
String!

The id.

getIdBytes

fun getIdBytes(): ByteString!

string id = 1;

Returns
ByteString!

The bytes for id.

setId

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

string id = 1;

Parameters
value: String!

The id to set.

Returns
HamcrestMatchersv13.IsNullProto.Builder!

This builder for chaining.

setIdBytes

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

string id = 1;

Parameters
value: ByteString!

The bytes for id to set.

Returns
HamcrestMatchersv13.IsNullProto.Builder!

This builder for chaining.