Interface ReconfigureInstanceRequestOrBuilder

    • Method Detail

      • hasInstance

        boolean hasInstance()
         Yamcs instance name.
         
        optional string instance = 1;
      • getInstance

        String getInstance()
         Yamcs instance name.
         
        optional string instance = 1;
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
         Yamcs instance name.
         
        optional string instance = 1;
      • 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

        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;
      • getTemplateArgsMap

        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;
      • getTemplateArgsOrDefault

        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;
      • getTemplateArgsOrThrow

        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;
      • 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

        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;
      • getLabelsMap

        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;
      • getLabelsOrDefault

        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;
      • getLabelsOrThrow

        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;