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
    boolean
    optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
    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
    optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
    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.
    • hasIncludeMarkdownDocumentation

      boolean hasIncludeMarkdownDocumentation()
      optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
      Returns:
      Whether the includeMarkdownDocumentation field is set.
    • getIncludeMarkdownDocumentation

      boolean getIncludeMarkdownDocumentation()
      optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
      Returns:
      The includeMarkdownDocumentation.