All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.ReconfigureInstanceRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/instances/instances_service.proto

package org.yamcs.protobuf;

public interface ReconfigureInstanceRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.instances.ReconfigureInstanceRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * 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; */ 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; */ boolean containsTemplateArgs( java.lang.String key); /** * Use {@link #getTemplateArgsMap()} instead. */ @java.lang.Deprecated java.util.Map getTemplateArgs(); /** *
   * 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; */ java.util.Map 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; */ java.lang.String getTemplateArgsOrDefault( java.lang.String key, java.lang.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; */ java.lang.String getTemplateArgsOrThrow( java.lang.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; */ 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; */ boolean containsLabels( java.lang.String key); /** * Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); /** *
   * 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; */ java.util.Map 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; */ java.lang.String getLabelsOrDefault( java.lang.String key, java.lang.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; */ java.lang.String getLabelsOrThrow( java.lang.String key); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy