Package viam.app.v1

Interface App.FragmentUsageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.FragmentUsage, App.FragmentUsage.Builder
Enclosing class:
App

public static interface App.FragmentUsageOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string fragment_id = 1 [json_name = "fragmentId"];
    com.google.protobuf.ByteString
    string fragment_id = 1 [json_name = "fragmentId"];
    int
    int32 machines = 3 [json_name = "machines"];
    int
    int32 machines_in_current_org = 4 [json_name = "machinesInCurrentOrg"];
    int
    int32 organizations = 2 [json_name = "organizations"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • 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.
    • getOrganizations

      int getOrganizations()
      int32 organizations = 2 [json_name = "organizations"];
      Returns:
      The organizations.
    • getMachines

      int getMachines()
      int32 machines = 3 [json_name = "machines"];
      Returns:
      The machines.
    • getMachinesInCurrentOrg

      int getMachinesInCurrentOrg()
      int32 machines_in_current_org = 4 [json_name = "machinesInCurrentOrg"];
      Returns:
      The machinesInCurrentOrg.