Package org.yamcs.protobuf
Class ReconfigureInstanceRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
- org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,ReconfigureInstanceRequestOrBuilder
- Enclosing class:
- ReconfigureInstanceRequest
public static final class ReconfigureInstanceRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder> implements ReconfigureInstanceRequestOrBuilder
Protobuf typeyamcs.protobuf.yamcsManagement.ReconfigureInstanceRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ReconfigureInstanceRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ReconfigureInstanceRequestbuild()ReconfigureInstanceRequestbuildPartial()ReconfigureInstanceRequest.Builderclear()ReconfigureInstanceRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ReconfigureInstanceRequest.BuilderclearInstance()Yamcs instance name.ReconfigureInstanceRequest.BuilderclearLabels()ReconfigureInstanceRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ReconfigureInstanceRequest.BuilderclearTemplateArgs()ReconfigureInstanceRequest.Builderclone()booleancontainsLabels(String key)Labels assigned to this instance.booleancontainsTemplateArgs(String key)Arguments for substitution in the template definition.ReconfigureInstanceRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.Map<String,String>getLabels()Deprecated.intgetLabelsCount()Labels assigned to this instance.Map<String,String>getLabelsMap()Labels assigned to this instance.StringgetLabelsOrDefault(String key, String defaultValue)Labels assigned to this instance.StringgetLabelsOrThrow(String key)Labels assigned to this instance.Map<String,String>getMutableLabels()Deprecated.Map<String,String>getMutableTemplateArgs()Deprecated.Map<String,String>getTemplateArgs()Deprecated.intgetTemplateArgsCount()Arguments for substitution in the template definition.Map<String,String>getTemplateArgsMap()Arguments for substitution in the template definition.StringgetTemplateArgsOrDefault(String key, String defaultValue)Arguments for substitution in the template definition.StringgetTemplateArgsOrThrow(String key)Arguments for substitution in the template definition.booleanhasInstance()Yamcs instance name.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()ReconfigureInstanceRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ReconfigureInstanceRequest.BuildermergeFrom(com.google.protobuf.Message other)ReconfigureInstanceRequest.BuildermergeFrom(ReconfigureInstanceRequest other)ReconfigureInstanceRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ReconfigureInstanceRequest.BuilderputAllLabels(Map<String,String> values)Labels assigned to this instance.ReconfigureInstanceRequest.BuilderputAllTemplateArgs(Map<String,String> values)Arguments for substitution in the template definition.ReconfigureInstanceRequest.BuilderputLabels(String key, String value)Labels assigned to this instance.ReconfigureInstanceRequest.BuilderputTemplateArgs(String key, String value)Arguments for substitution in the template definition.ReconfigureInstanceRequest.BuilderremoveLabels(String key)Labels assigned to this instance.ReconfigureInstanceRequest.BuilderremoveTemplateArgs(String key)Arguments for substitution in the template definition.ReconfigureInstanceRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ReconfigureInstanceRequest.BuildersetInstance(String value)Yamcs instance name.ReconfigureInstanceRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)Yamcs instance name.ReconfigureInstanceRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ReconfigureInstanceRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, 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
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
clear
public ReconfigureInstanceRequest.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<ReconfigureInstanceRequest.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<ReconfigureInstanceRequest.Builder>
-
getDefaultInstanceForType
public ReconfigureInstanceRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ReconfigureInstanceRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ReconfigureInstanceRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ReconfigureInstanceRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
setField
public ReconfigureInstanceRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
clearField
public ReconfigureInstanceRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
clearOneof
public ReconfigureInstanceRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
setRepeatedField
public ReconfigureInstanceRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
addRepeatedField
public ReconfigureInstanceRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
mergeFrom
public ReconfigureInstanceRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ReconfigureInstanceRequest.Builder>
-
mergeFrom
public ReconfigureInstanceRequest.Builder mergeFrom(ReconfigureInstanceRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
mergeFrom
public ReconfigureInstanceRequest.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<ReconfigureInstanceRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
hasInstancein interfaceReconfigureInstanceRequestOrBuilder
-
getInstance
public String getInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstancein interfaceReconfigureInstanceRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceReconfigureInstanceRequestOrBuilder
-
setInstance
public ReconfigureInstanceRequest.Builder setInstance(String value)
Yamcs instance name.
optional string instance = 1;
-
clearInstance
public ReconfigureInstanceRequest.Builder clearInstance()
Yamcs instance name.
optional string instance = 1;
-
setInstanceBytes
public ReconfigureInstanceRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
Yamcs instance name.
optional string instance = 1;
-
getTemplateArgsCount
public int getTemplateArgsCount()
Description copied from interface:ReconfigureInstanceRequestOrBuilderArguments for substitution in the template definition. Each entry is keyed by the argument name. The value must be a string.
map<string, string> templateArgs = 2;- Specified by:
getTemplateArgsCountin interfaceReconfigureInstanceRequestOrBuilder
-
containsTemplateArgs
public boolean containsTemplateArgs(String key)
Arguments for substitution in the template definition. Each entry is keyed by the argument name. The value must be a string.
map<string, string> templateArgs = 2;- Specified by:
containsTemplateArgsin interfaceReconfigureInstanceRequestOrBuilder
-
getTemplateArgs
@Deprecated public Map<String,String> getTemplateArgs()
Deprecated.UsegetTemplateArgsMap()instead.- Specified by:
getTemplateArgsin interfaceReconfigureInstanceRequestOrBuilder
-
getTemplateArgsMap
public Map<String,String> getTemplateArgsMap()
Arguments for substitution in the template definition. Each entry is keyed by the argument name. The value must be a string.
map<string, string> templateArgs = 2;- Specified by:
getTemplateArgsMapin interfaceReconfigureInstanceRequestOrBuilder
-
getTemplateArgsOrDefault
public String getTemplateArgsOrDefault(String key, String defaultValue)
Arguments for substitution in the template definition. Each entry is keyed by the argument name. The value must be a string.
map<string, string> templateArgs = 2;- Specified by:
getTemplateArgsOrDefaultin interfaceReconfigureInstanceRequestOrBuilder
-
getTemplateArgsOrThrow
public String getTemplateArgsOrThrow(String key)
Arguments for substitution in the template definition. Each entry is keyed by the argument name. The value must be a string.
map<string, string> templateArgs = 2;- Specified by:
getTemplateArgsOrThrowin interfaceReconfigureInstanceRequestOrBuilder
-
clearTemplateArgs
public ReconfigureInstanceRequest.Builder clearTemplateArgs()
-
removeTemplateArgs
public ReconfigureInstanceRequest.Builder removeTemplateArgs(String key)
Arguments for substitution in the template definition. Each entry is keyed by the argument name. The value must be a string.
map<string, string> templateArgs = 2;
-
getMutableTemplateArgs
@Deprecated public Map<String,String> getMutableTemplateArgs()
Deprecated.Use alternate mutation accessors instead.
-
putTemplateArgs
public ReconfigureInstanceRequest.Builder putTemplateArgs(String key, String value)
Arguments for substitution in the template definition. Each entry is keyed by the argument name. The value must be a string.
map<string, string> templateArgs = 2;
-
putAllTemplateArgs
public ReconfigureInstanceRequest.Builder putAllTemplateArgs(Map<String,String> values)
Arguments for substitution in the template definition. Each entry is keyed by the argument name. The value must be a string.
map<string, string> templateArgs = 2;
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:ReconfigureInstanceRequestOrBuilderLabels assigned to this instance. Each entry is keyed by the tag name of the label. The value represent the label value for that tag.
map<string, string> labels = 3;- Specified by:
getLabelsCountin interfaceReconfigureInstanceRequestOrBuilder
-
containsLabels
public boolean containsLabels(String key)
Labels assigned to this instance. Each entry is keyed by the tag name of the label. The value represent the label value for that tag.
map<string, string> labels = 3;- Specified by:
containsLabelsin interfaceReconfigureInstanceRequestOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.- Specified by:
getLabelsin interfaceReconfigureInstanceRequestOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
Labels assigned to this instance. Each entry is keyed by the tag name of the label. The value represent the label value for that tag.
map<string, string> labels = 3;- Specified by:
getLabelsMapin interfaceReconfigureInstanceRequestOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
Labels assigned to this instance. Each entry is keyed by the tag name of the label. The value represent the label value for that tag.
map<string, string> labels = 3;- Specified by:
getLabelsOrDefaultin interfaceReconfigureInstanceRequestOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
Labels assigned to this instance. Each entry is keyed by the tag name of the label. The value represent the label value for that tag.
map<string, string> labels = 3;- Specified by:
getLabelsOrThrowin interfaceReconfigureInstanceRequestOrBuilder
-
clearLabels
public ReconfigureInstanceRequest.Builder clearLabels()
-
removeLabels
public ReconfigureInstanceRequest.Builder removeLabels(String key)
Labels assigned to this instance. Each entry is keyed by the tag name of the label. The value represent the label value for that tag.
map<string, string> labels = 3;
-
getMutableLabels
@Deprecated public Map<String,String> getMutableLabels()
Deprecated.Use alternate mutation accessors instead.
-
putLabels
public ReconfigureInstanceRequest.Builder putLabels(String key, String value)
Labels assigned to this instance. Each entry is keyed by the tag name of the label. The value represent the label value for that tag.
map<string, string> labels = 3;
-
putAllLabels
public ReconfigureInstanceRequest.Builder putAllLabels(Map<String,String> values)
Labels assigned to this instance. Each entry is keyed by the tag name of the label. The value represent the label value for that tag.
map<string, string> labels = 3;
-
setUnknownFields
public final ReconfigureInstanceRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
mergeUnknownFields
public final ReconfigureInstanceRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ReconfigureInstanceRequest.Builder>
-
-