Package io.hstream.internal
Class CommandStreamTask.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CommandStreamTask.Builder>
-
- io.hstream.internal.CommandStreamTask.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,CommandStreamTaskOrBuilder,Cloneable
- Enclosing class:
- CommandStreamTask
public static final class CommandStreamTask.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CommandStreamTask.Builder> implements CommandStreamTaskOrBuilder
Protobuf typehstream.server.CommandStreamTask
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandStreamTaskbuild()CommandStreamTaskbuildPartial()CommandStreamTask.Builderclear()CommandStreamTask.BuilderclearCommandSql()string command_sql = 1;StringgetCommandSql()string command_sql = 1;com.google.protobuf.ByteStringgetCommandSqlBytes()string command_sql = 1;CommandStreamTaskgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()CommandStreamTask.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CommandStreamTask.BuildermergeFrom(com.google.protobuf.Message other)CommandStreamTask.BuildermergeFrom(CommandStreamTask other)CommandStreamTask.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CommandStreamTask.BuildersetCommandSql(String value)string command_sql = 1;CommandStreamTask.BuildersetCommandSqlBytes(com.google.protobuf.ByteString value)string command_sql = 1;CommandStreamTask.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<CommandStreamTask.Builder>
-
clear
public CommandStreamTask.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandStreamTask.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<CommandStreamTask.Builder>
-
getDefaultInstanceForType
public CommandStreamTask getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public CommandStreamTask build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CommandStreamTask buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public CommandStreamTask.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CommandStreamTask.Builder>
-
mergeFrom
public CommandStreamTask.Builder mergeFrom(CommandStreamTask other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandStreamTask.Builder>
-
mergeFrom
public CommandStreamTask.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CommandStreamTask.Builder>- Throws:
IOException
-
getCommandSql
public String getCommandSql()
string command_sql = 1;- Specified by:
getCommandSqlin interfaceCommandStreamTaskOrBuilder- Returns:
- The commandSql.
-
getCommandSqlBytes
public com.google.protobuf.ByteString getCommandSqlBytes()
string command_sql = 1;- Specified by:
getCommandSqlBytesin interfaceCommandStreamTaskOrBuilder- Returns:
- The bytes for commandSql.
-
setCommandSql
public CommandStreamTask.Builder setCommandSql(String value)
string command_sql = 1;- Parameters:
value- The commandSql to set.- Returns:
- This builder for chaining.
-
clearCommandSql
public CommandStreamTask.Builder clearCommandSql()
string command_sql = 1;- Returns:
- This builder for chaining.
-
setCommandSqlBytes
public CommandStreamTask.Builder setCommandSqlBytes(com.google.protobuf.ByteString value)
string command_sql = 1;- Parameters:
value- The bytes for commandSql to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final CommandStreamTask.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandStreamTask.Builder>
-
mergeUnknownFields
public final CommandStreamTask.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandStreamTask.Builder>
-
-