public static final class TestDelayedRpcProtos.TestArg.Builder extends <any> implements TestDelayedRpcProtos.TestArgOrBuilder
TestArg| Modifier and Type | Method and Description |
|---|---|
TestDelayedRpcProtos.TestArg |
build() |
TestDelayedRpcProtos.TestArg |
buildPartial() |
TestDelayedRpcProtos.TestArg.Builder |
clear() |
TestDelayedRpcProtos.TestArg.Builder |
clearDelay()
required bool delay = 1; |
TestDelayedRpcProtos.TestArg.Builder |
clone() |
TestDelayedRpcProtos.TestArg |
getDefaultInstanceForType() |
boolean |
getDelay()
required bool delay = 1; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
hasDelay()
required bool delay = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TestDelayedRpcProtos.TestArg.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TestDelayedRpcProtos.TestArg.Builder |
mergeFrom(com.google.protobuf.Message other) |
TestDelayedRpcProtos.TestArg.Builder |
setDelay(boolean value)
required bool delay = 1; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public TestDelayedRpcProtos.TestArg.Builder clear()
public TestDelayedRpcProtos.TestArg.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public TestDelayedRpcProtos.TestArg getDefaultInstanceForType()
public TestDelayedRpcProtos.TestArg build()
public TestDelayedRpcProtos.TestArg buildPartial()
public TestDelayedRpcProtos.TestArg.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public TestDelayedRpcProtos.TestArg.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasDelay()
required bool delay = 1;hasDelay in interface TestDelayedRpcProtos.TestArgOrBuilderpublic boolean getDelay()
required bool delay = 1;getDelay in interface TestDelayedRpcProtos.TestArgOrBuilderpublic TestDelayedRpcProtos.TestArg.Builder setDelay(boolean value)
required bool delay = 1;public TestDelayedRpcProtos.TestArg.Builder clearDelay()
required bool delay = 1;