Package viam.app.v1

Interface AppOuterClass.FragmentImportOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.FragmentImport, AppOuterClass.FragmentImport.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.FragmentImportOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getFragmentId

      String getFragmentId()
      string fragment_id = 1 [json_name = "fragmentId"];
      Returns:
      The fragmentId.
    • getFragmentIdBytes

      com.google.protobuf.ByteString getFragmentIdBytes()
      string fragment_id = 1 [json_name = "fragmentId"];
      Returns:
      The bytes for fragmentId.
    • getVersion

      String getVersion()
       revision or tag
       
      string version = 2 [json_name = "version"];
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       revision or tag
       
      string version = 2 [json_name = "version"];
      Returns:
      The bytes for version.
    • hasPrefix

      boolean hasPrefix()
       namespace prefix
       
      optional string prefix = 3 [json_name = "prefix"];
      Returns:
      Whether the prefix field is set.
    • getPrefix

      String getPrefix()
       namespace prefix
       
      optional string prefix = 3 [json_name = "prefix"];
      Returns:
      The prefix.
    • getPrefixBytes

      com.google.protobuf.ByteString getPrefixBytes()
       namespace prefix
       
      optional string prefix = 3 [json_name = "prefix"];
      Returns:
      The bytes for prefix.
    • getVariablesCount

      @Deprecated int getVariablesCount()
      Deprecated.
       Deprecated: use fragment_variables
       
      map<string, string> variables = 4 [json_name = "variables", deprecated = true];
    • containsVariables

      @Deprecated boolean containsVariables(String key)
      Deprecated.
       Deprecated: use fragment_variables
       
      map<string, string> variables = 4 [json_name = "variables", deprecated = true];
    • getVariables

      @Deprecated Map<String,String> getVariables()
      Deprecated.
      Use getVariablesMap() instead.
    • getVariablesMap

      @Deprecated Map<String,String> getVariablesMap()
      Deprecated.
       Deprecated: use fragment_variables
       
      map<string, string> variables = 4 [json_name = "variables", deprecated = true];
    • getVariablesOrDefault

      @Deprecated String getVariablesOrDefault(String key, String defaultValue)
      Deprecated.
       Deprecated: use fragment_variables
       
      map<string, string> variables = 4 [json_name = "variables", deprecated = true];
    • getVariablesOrThrow

      @Deprecated String getVariablesOrThrow(String key)
      Deprecated.
       Deprecated: use fragment_variables
       
      map<string, string> variables = 4 [json_name = "variables", deprecated = true];
    • hasFragmentVariables

      boolean hasFragmentVariables()
      optional .google.protobuf.Struct fragment_variables = 5 [json_name = "fragmentVariables"];
      Returns:
      Whether the fragmentVariables field is set.
    • getFragmentVariables

      com.google.protobuf.Struct getFragmentVariables()
      optional .google.protobuf.Struct fragment_variables = 5 [json_name = "fragmentVariables"];
      Returns:
      The fragmentVariables.