Package viam.app.v1

Interface App.ListModulesRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The id of the organization to return private modules for.
    com.google.protobuf.ByteString
    The id of the organization to return private modules for.
    boolean
    The id of the organization to return private modules for.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasOrganizationId

      boolean hasOrganizationId()
       The id of the organization to return private modules for.
       
      optional string organization_id = 1 [json_name = "organizationId"];
      Returns:
      Whether the organizationId field is set.
    • getOrganizationId

      String getOrganizationId()
       The id of the organization to return private modules for.
       
      optional string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
       The id of the organization to return private modules for.
       
      optional string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.