Interface CloudSlam.StopMappingSessionResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
CloudSlam.StopMappingSessionResponse, CloudSlam.StopMappingSessionResponse.Builder
Enclosing class:
CloudSlam

public static interface CloudSlam.StopMappingSessionResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string package_id = 1 [json_name = "packageId"];
    com.google.protobuf.ByteString
    string package_id = 1 [json_name = "packageId"];
    string version = 2 [json_name = "version"];
    com.google.protobuf.ByteString
    string version = 2 [json_name = "version"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPackageId

      String getPackageId()
      string package_id = 1 [json_name = "packageId"];
      Returns:
      The packageId.
    • getPackageIdBytes

      com.google.protobuf.ByteString getPackageIdBytes()
      string package_id = 1 [json_name = "packageId"];
      Returns:
      The bytes for packageId.
    • getVersion

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

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