public static final class RecoveryProtos.RootInputSpecUpdateProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.RootInputSpecUpdateProto.Builder> implements RecoveryProtos.RootInputSpecUpdateProtoOrBuilder
RootInputSpecUpdateProtoaddRepeatedField, 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<RecoveryProtos.RootInputSpecUpdateProto.Builder>public RecoveryProtos.RootInputSpecUpdateProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.RootInputSpecUpdateProto.Builder>public RecoveryProtos.RootInputSpecUpdateProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.RootInputSpecUpdateProto.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<RecoveryProtos.RootInputSpecUpdateProto.Builder>public RecoveryProtos.RootInputSpecUpdateProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RecoveryProtos.RootInputSpecUpdateProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.RootInputSpecUpdateProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.RootInputSpecUpdateProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.RootInputSpecUpdateProto.Builder>public RecoveryProtos.RootInputSpecUpdateProto.Builder mergeFrom(RecoveryProtos.RootInputSpecUpdateProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.RootInputSpecUpdateProto.Builder>public RecoveryProtos.RootInputSpecUpdateProto.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<RecoveryProtos.RootInputSpecUpdateProto.Builder>IOExceptionpublic boolean hasInputName()
optional string input_name = 1;hasInputName in interface RecoveryProtos.RootInputSpecUpdateProtoOrBuilderpublic String getInputName()
optional string input_name = 1;getInputName in interface RecoveryProtos.RootInputSpecUpdateProtoOrBuilderpublic com.google.protobuf.ByteString getInputNameBytes()
optional string input_name = 1;getInputNameBytes in interface RecoveryProtos.RootInputSpecUpdateProtoOrBuilderpublic RecoveryProtos.RootInputSpecUpdateProto.Builder setInputName(String value)
optional string input_name = 1;public RecoveryProtos.RootInputSpecUpdateProto.Builder clearInputName()
optional string input_name = 1;public RecoveryProtos.RootInputSpecUpdateProto.Builder setInputNameBytes(com.google.protobuf.ByteString value)
optional string input_name = 1;public boolean hasForAllWorkUnits()
optional bool for_all_work_units = 2;hasForAllWorkUnits in interface RecoveryProtos.RootInputSpecUpdateProtoOrBuilderpublic boolean getForAllWorkUnits()
optional bool for_all_work_units = 2;getForAllWorkUnits in interface RecoveryProtos.RootInputSpecUpdateProtoOrBuilderpublic RecoveryProtos.RootInputSpecUpdateProto.Builder setForAllWorkUnits(boolean value)
optional bool for_all_work_units = 2;public RecoveryProtos.RootInputSpecUpdateProto.Builder clearForAllWorkUnits()
optional bool for_all_work_units = 2;public List<Integer> getNumPhysicalInputsList()
repeated int32 num_physical_inputs = 3;getNumPhysicalInputsList in interface RecoveryProtos.RootInputSpecUpdateProtoOrBuilderpublic int getNumPhysicalInputsCount()
repeated int32 num_physical_inputs = 3;getNumPhysicalInputsCount in interface RecoveryProtos.RootInputSpecUpdateProtoOrBuilderpublic int getNumPhysicalInputs(int index)
repeated int32 num_physical_inputs = 3;getNumPhysicalInputs in interface RecoveryProtos.RootInputSpecUpdateProtoOrBuilderpublic RecoveryProtos.RootInputSpecUpdateProto.Builder setNumPhysicalInputs(int index, int value)
repeated int32 num_physical_inputs = 3;public RecoveryProtos.RootInputSpecUpdateProto.Builder addNumPhysicalInputs(int value)
repeated int32 num_physical_inputs = 3;public RecoveryProtos.RootInputSpecUpdateProto.Builder addAllNumPhysicalInputs(Iterable<? extends Integer> values)
repeated int32 num_physical_inputs = 3;public RecoveryProtos.RootInputSpecUpdateProto.Builder clearNumPhysicalInputs()
repeated int32 num_physical_inputs = 3;Copyright © 2014 Apache Software Foundation. All rights reserved.