public static final class RpcClient.Instrument.Builder extends com.google.protobuf.GeneratedMessage.Builder<RpcClient.Instrument.Builder> implements RpcClient.InstrumentOrBuilder
Instrument| Modifier and Type | Method and Description |
|---|---|
RpcClient.Instrument |
build() |
RpcClient.Instrument |
buildPartial() |
RpcClient.Instrument.Builder |
clear() |
RpcClient.Instrument.Builder |
clearPayload()
required string payload = 1; |
RpcClient.Instrument.Builder |
clone() |
RpcClient.Instrument |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getPayload()
required string payload = 1; |
com.google.protobuf.ByteString |
getPayloadBytes()
required string payload = 1; |
boolean |
hasPayload()
required string payload = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RpcClient.Instrument.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RpcClient.Instrument.Builder |
mergeFrom(com.google.protobuf.Message other) |
RpcClient.Instrument.Builder |
mergeFrom(RpcClient.Instrument other) |
RpcClient.Instrument.Builder |
setPayload(String value)
required string payload = 1; |
RpcClient.Instrument.Builder |
setPayloadBytes(com.google.protobuf.ByteString value)
required string payload = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.Instrument.Builder>public RpcClient.Instrument.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.Instrument.Builder>public RpcClient.Instrument.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.Instrument.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.Instrument.Builder>public RpcClient.Instrument getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RpcClient.Instrument build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RpcClient.Instrument buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RpcClient.Instrument.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RpcClient.Instrument.Builder>public RpcClient.Instrument.Builder mergeFrom(RpcClient.Instrument other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.Instrument.Builder>public RpcClient.Instrument.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RpcClient.Instrument.Builder>IOExceptionpublic boolean hasPayload()
required string payload = 1;hasPayload in interface RpcClient.InstrumentOrBuilderpublic String getPayload()
required string payload = 1;getPayload in interface RpcClient.InstrumentOrBuilderpublic com.google.protobuf.ByteString getPayloadBytes()
required string payload = 1;getPayloadBytes in interface RpcClient.InstrumentOrBuilderpublic RpcClient.Instrument.Builder setPayload(String value)
required string payload = 1;public RpcClient.Instrument.Builder clearPayload()
required string payload = 1;public RpcClient.Instrument.Builder setPayloadBytes(com.google.protobuf.ByteString value)
required string payload = 1;Copyright © 2015. All Rights Reserved.