Package viam.app.v1

Interface AppOuterClass.UpdateOrganizationNamespaceRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.UpdateOrganizationNamespaceRequest, AppOuterClass.UpdateOrganizationNamespaceRequest.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.UpdateOrganizationNamespaceRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string new_public_namespace = 2 [json_name = "newPublicNamespace"];
    com.google.protobuf.ByteString
    string new_public_namespace = 2 [json_name = "newPublicNamespace"];
    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.
    • getNewPublicNamespace

      String getNewPublicNamespace()
      string new_public_namespace = 2 [json_name = "newPublicNamespace"];
      Returns:
      The newPublicNamespace.
    • getNewPublicNamespaceBytes

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