Package org.yamcs.protobuf
Interface ReconfigureInstanceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReconfigureInstanceRequest
,ReconfigureInstanceRequest.Builder
public interface ReconfigureInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsLabels
(String key) Labels assigned to this instance.boolean
Arguments for substitution in the template definition.Yamcs instance name.com.google.protobuf.ByteString
Yamcs instance name.Deprecated.int
Labels assigned to this instance.Labels assigned to this instance.getLabelsOrDefault
(String key, String defaultValue) Labels assigned to this instance.getLabelsOrThrow
(String key) Labels assigned to this instance.Deprecated.int
Arguments for substitution in the template definition.Arguments for substitution in the template definition.getTemplateArgsOrDefault
(String key, String defaultValue) Arguments for substitution in the template definition.Arguments for substitution in the template definition.boolean
Yamcs instance name.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInstance
boolean hasInstance()Yamcs instance name.
optional string instance = 1;
- Returns:
- Whether the instance field is set.
-
getInstance
String getInstance()Yamcs instance name.
optional string instance = 1;
- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()Yamcs instance name.
optional string instance = 1;
- Returns:
- The bytes for instance.
-
getTemplateArgsCount
int getTemplateArgsCount()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;
-
containsTemplateArgs
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;
-
getTemplateArgs
Deprecated.UsegetTemplateArgsMap()
instead. -
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;
-
getTemplateArgsOrDefault
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;
-
getTemplateArgsOrThrow
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
int getLabelsCount()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;
-
containsLabels
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;
-
getLabels
Deprecated.UsegetLabelsMap()
instead. -
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;
-
getLabelsOrDefault
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;
-
getLabelsOrThrow
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;
-