Interface Slam.GetInternalStateRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Slam.GetInternalStateRequest, Slam.GetInternalStateRequest.Builder
Enclosing class:
Slam

public static interface Slam.GetInternalStateRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of slam service
    com.google.protobuf.ByteString
    Name of slam service

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

      String getName()
       Name of slam service
       
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of slam service
       
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.