public static final class Commands.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder> implements CommandsOrBuilder
org.apache.flink.statefun.e2e.smoke.Commands
Modifier and Type | Method and Description |
---|---|
Commands.Builder |
addAllCommand(java.lang.Iterable<? extends Command> values)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Commands.Builder |
addCommand(Command.Builder builderForValue)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Commands.Builder |
addCommand(Command value)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Commands.Builder |
addCommand(int index,
Command.Builder builderForValue)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Commands.Builder |
addCommand(int index,
Command value)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Command.Builder |
addCommandBuilder()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Command.Builder |
addCommandBuilder(int index)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Commands.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Commands |
build() |
Commands |
buildPartial() |
Commands.Builder |
clear() |
Commands.Builder |
clearCommand()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Commands.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Commands.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Commands.Builder |
clone() |
Command |
getCommand(int index)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Command.Builder |
getCommandBuilder(int index)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
java.util.List<Command.Builder> |
getCommandBuilderList()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
int |
getCommandCount()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
java.util.List<Command> |
getCommandList()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
CommandOrBuilder |
getCommandOrBuilder(int index)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
java.util.List<? extends CommandOrBuilder> |
getCommandOrBuilderList()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Commands |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Commands.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Commands.Builder |
mergeFrom(Commands other) |
Commands.Builder |
mergeFrom(com.google.protobuf.Message other) |
Commands.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Commands.Builder |
removeCommand(int index)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Commands.Builder |
setCommand(int index,
Command.Builder builderForValue)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Commands.Builder |
setCommand(int index,
Command value)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1; |
Commands.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Commands.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Commands.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
public Commands.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
public Commands getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Commands build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Commands buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Commands.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
public Commands.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
public Commands.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
public Commands.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
public Commands.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
public Commands.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
public Commands.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Commands.Builder>
public Commands.Builder mergeFrom(Commands other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
public Commands.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Commands.Builder>
java.io.IOException
public java.util.List<Command> getCommandList()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
getCommandList
in interface CommandsOrBuilder
public int getCommandCount()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
getCommandCount
in interface CommandsOrBuilder
public Command getCommand(int index)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
getCommand
in interface CommandsOrBuilder
public Commands.Builder setCommand(int index, Command value)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public Commands.Builder setCommand(int index, Command.Builder builderForValue)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public Commands.Builder addCommand(Command value)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public Commands.Builder addCommand(int index, Command value)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public Commands.Builder addCommand(Command.Builder builderForValue)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public Commands.Builder addCommand(int index, Command.Builder builderForValue)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public Commands.Builder addAllCommand(java.lang.Iterable<? extends Command> values)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public Commands.Builder clearCommand()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public Commands.Builder removeCommand(int index)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public Command.Builder getCommandBuilder(int index)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public CommandOrBuilder getCommandOrBuilder(int index)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
getCommandOrBuilder
in interface CommandsOrBuilder
public java.util.List<? extends CommandOrBuilder> getCommandOrBuilderList()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
getCommandOrBuilderList
in interface CommandsOrBuilder
public Command.Builder addCommandBuilder()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public Command.Builder addCommandBuilder(int index)
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public java.util.List<Command.Builder> getCommandBuilderList()
repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;
public final Commands.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
public final Commands.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Commands.Builder>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.