Package viam.app.v1

Interface App.UnshareLocationRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Location ID to be unshared.
    com.google.protobuf.ByteString
    Location ID to be unshared.
    Organization ID to unshare the location with.
    com.google.protobuf.ByteString
    Organization ID to unshare the location with.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getLocationId

      String getLocationId()
       Location ID to be unshared.
       
      string location_id = 1 [json_name = "locationId"];
      Returns:
      The locationId.
    • getLocationIdBytes

      com.google.protobuf.ByteString getLocationIdBytes()
       Location ID to be unshared.
       
      string location_id = 1 [json_name = "locationId"];
      Returns:
      The bytes for locationId.
    • getOrganizationId

      String getOrganizationId()
       Organization ID to unshare the location with.
       
      string organization_id = 2 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
       Organization ID to unshare the location with.
       
      string organization_id = 2 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.