Package org.yamcs.protobuf
Class Mdb.BatchGetParametersRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,Mdb.BatchGetParametersRequestOrBuilder
- Enclosing class:
- Mdb.BatchGetParametersRequest
public static final class Mdb.BatchGetParametersRequest.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
implements Mdb.BatchGetParametersRequestOrBuilder
Protobuf type
yamcs.protobuf.mdb.BatchGetParametersRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddAllId
(Iterable<? extends Yamcs.NamedObjectId> values) repeated .yamcs.protobuf.NamedObjectId id = 1;
addId
(int index, Yamcs.NamedObjectId value) repeated .yamcs.protobuf.NamedObjectId id = 1;
addId
(int index, Yamcs.NamedObjectId.Builder builderForValue) repeated .yamcs.protobuf.NamedObjectId id = 1;
addId
(Yamcs.NamedObjectId value) repeated .yamcs.protobuf.NamedObjectId id = 1;
addId
(Yamcs.NamedObjectId.Builder builderForValue) repeated .yamcs.protobuf.NamedObjectId id = 1;
repeated .yamcs.protobuf.NamedObjectId id = 1;
addIdBuilder
(int index) repeated .yamcs.protobuf.NamedObjectId id = 1;
addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) clearId()
repeated .yamcs.protobuf.NamedObjectId id = 1;
optional string instance = 2;
clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) clone()
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getId
(int index) repeated .yamcs.protobuf.NamedObjectId id = 1;
getIdBuilder
(int index) repeated .yamcs.protobuf.NamedObjectId id = 1;
repeated .yamcs.protobuf.NamedObjectId id = 1;
int
repeated .yamcs.protobuf.NamedObjectId id = 1;
repeated .yamcs.protobuf.NamedObjectId id = 1;
getIdOrBuilder
(int index) repeated .yamcs.protobuf.NamedObjectId id = 1;
List<? extends Yamcs.NamedObjectIdOrBuilder>
repeated .yamcs.protobuf.NamedObjectId id = 1;
optional string instance = 2;
com.google.protobuf.ByteString
optional string instance = 2;
boolean
optional string instance = 2;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) removeId
(int index) repeated .yamcs.protobuf.NamedObjectId id = 1;
setId
(int index, Yamcs.NamedObjectId value) repeated .yamcs.protobuf.NamedObjectId id = 1;
setId
(int index, Yamcs.NamedObjectId.Builder builderForValue) repeated .yamcs.protobuf.NamedObjectId id = 1;
setInstance
(String value) optional string instance = 2;
setInstanceBytes
(com.google.protobuf.ByteString value) optional string instance = 2;
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-
setField
public Mdb.BatchGetParametersRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-
clearField
public Mdb.BatchGetParametersRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-
clearOneof
public Mdb.BatchGetParametersRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-
setRepeatedField
public Mdb.BatchGetParametersRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-
addRepeatedField
public Mdb.BatchGetParametersRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Mdb.BatchGetParametersRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-
mergeFrom
public Mdb.BatchGetParametersRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Mdb.BatchGetParametersRequest.Builder>
- Throws:
IOException
-
hasInstance
public boolean hasInstance()optional string instance = 2;
- Specified by:
hasInstance
in interfaceMdb.BatchGetParametersRequestOrBuilder
- Returns:
- Whether the instance field is set.
-
getInstance
optional string instance = 2;
- Specified by:
getInstance
in interfaceMdb.BatchGetParametersRequestOrBuilder
- Returns:
- The instance.
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()optional string instance = 2;
- Specified by:
getInstanceBytes
in interfaceMdb.BatchGetParametersRequestOrBuilder
- Returns:
- The bytes for instance.
-
setInstance
optional string instance = 2;
- Parameters:
value
- The instance to set.- Returns:
- This builder for chaining.
-
clearInstance
optional string instance = 2;
- Returns:
- This builder for chaining.
-
setInstanceBytes
optional string instance = 2;
- Parameters:
value
- The bytes for instance to set.- Returns:
- This builder for chaining.
-
getIdList
repeated .yamcs.protobuf.NamedObjectId id = 1;
- Specified by:
getIdList
in interfaceMdb.BatchGetParametersRequestOrBuilder
-
getIdCount
public int getIdCount()repeated .yamcs.protobuf.NamedObjectId id = 1;
- Specified by:
getIdCount
in interfaceMdb.BatchGetParametersRequestOrBuilder
-
getId
repeated .yamcs.protobuf.NamedObjectId id = 1;
- Specified by:
getId
in interfaceMdb.BatchGetParametersRequestOrBuilder
-
setId
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
setId
public Mdb.BatchGetParametersRequest.Builder setId(int index, Yamcs.NamedObjectId.Builder builderForValue) repeated .yamcs.protobuf.NamedObjectId id = 1;
-
addId
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
addId
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
addId
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
addId
public Mdb.BatchGetParametersRequest.Builder addId(int index, Yamcs.NamedObjectId.Builder builderForValue) repeated .yamcs.protobuf.NamedObjectId id = 1;
-
addAllId
public Mdb.BatchGetParametersRequest.Builder addAllId(Iterable<? extends Yamcs.NamedObjectId> values) repeated .yamcs.protobuf.NamedObjectId id = 1;
-
clearId
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
removeId
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
getIdBuilder
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
getIdOrBuilder
repeated .yamcs.protobuf.NamedObjectId id = 1;
- Specified by:
getIdOrBuilder
in interfaceMdb.BatchGetParametersRequestOrBuilder
-
getIdOrBuilderList
repeated .yamcs.protobuf.NamedObjectId id = 1;
- Specified by:
getIdOrBuilderList
in interfaceMdb.BatchGetParametersRequestOrBuilder
-
addIdBuilder
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
addIdBuilder
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
getIdBuilderList
repeated .yamcs.protobuf.NamedObjectId id = 1;
-
setUnknownFields
public final Mdb.BatchGetParametersRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-
mergeUnknownFields
public final Mdb.BatchGetParametersRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.BatchGetParametersRequest.Builder>
-