Package viam.app.v1

Interface App.UpdateOrganizationMetadataRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
    Map<String,com.google.protobuf.Any>
    Deprecated.
    int
    map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
    Map<String,com.google.protobuf.Any>
    map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
    com.google.protobuf.Any
    getDataOrDefault(String key, com.google.protobuf.Any defaultValue)
    map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
    com.google.protobuf.Any
    map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
    string organization_id = 1 [json_name = "organizationId"];
    com.google.protobuf.ByteString
    string organization_id = 1 [json_name = "organizationId"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getOrganizationId

      String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.
    • getDataCount

      int getDataCount()
      map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
    • containsData

      boolean containsData(String key)
      map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
    • getData

      @Deprecated Map<String,com.google.protobuf.Any> getData()
      Deprecated.
      Use getDataMap() instead.
    • getDataMap

      Map<String,com.google.protobuf.Any> getDataMap()
      map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
    • getDataOrDefault

      com.google.protobuf.Any getDataOrDefault(String key, com.google.protobuf.Any defaultValue)
      map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
    • getDataOrThrow

      com.google.protobuf.Any getDataOrThrow(String key)
      map<string, .google.protobuf.Any> data = 2 [json_name = "data"];