Package viam.app.v1

Interface App.CreateModuleRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The name of the module, which must be unique within your org
    com.google.protobuf.ByteString
    The name of the module, which must be unique within your org
    The organization to create the module under
    com.google.protobuf.ByteString
    The organization to create the module under

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getOrganizationId

      String getOrganizationId()
       The organization to create the module under
       
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
       The organization to create the module under
       
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.
    • getName

      String getName()
       The name of the module, which must be unique within your org
       
      string name = 2 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The name of the module, which must be unique within your org
       
      string name = 2 [json_name = "name"];
      Returns:
      The bytes for name.