Package viam.app.v1

Interface App.MarkPartForRestartRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string part_id = 1 [json_name = "partId"];
    com.google.protobuf.ByteString
    string part_id = 1 [json_name = "partId"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPartId

      String getPartId()
      string part_id = 1 [json_name = "partId"];
      Returns:
      The partId.
    • getPartIdBytes

      com.google.protobuf.ByteString getPartIdBytes()
      string part_id = 1 [json_name = "partId"];
      Returns:
      The bytes for partId.