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

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

      @Deprecated Map<String,String> getTemplateArgs()
      Deprecated.
    • 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;
    • getLabels

      Deprecated.
      Use getLabelsMap() instead.
    • 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;