Package viam.app.v1

Interface App.ListRegistryItemsRequestOrBuilder

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

public static interface App.ListRegistryItemsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • hasOrganizationId

      boolean hasOrganizationId()
       The id of the organization to return registry items 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 registry items 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 registry items for.
       
      optional string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.
    • getTypesList

      List<Packages.PackageType> getTypesList()
      repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];
      Returns:
      A list containing the types.
    • getTypesCount

      int getTypesCount()
      repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];
      Returns:
      The count of types.
    • getTypes

      Packages.PackageType getTypes(int index)
      repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The types at the given index.
    • getTypesValueList

      List<Integer> getTypesValueList()
      repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];
      Returns:
      A list containing the enum numeric values on the wire for types.
    • getTypesValue

      int getTypesValue(int index)
      repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of types at the given index.
    • getVisibilitiesList

      List<App.Visibility> getVisibilitiesList()
      repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];
      Returns:
      A list containing the visibilities.
    • getVisibilitiesCount

      int getVisibilitiesCount()
      repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];
      Returns:
      The count of visibilities.
    • getVisibilities

      App.Visibility getVisibilities(int index)
      repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The visibilities at the given index.
    • getVisibilitiesValueList

      List<Integer> getVisibilitiesValueList()
      repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];
      Returns:
      A list containing the enum numeric values on the wire for visibilities.
    • getVisibilitiesValue

      int getVisibilitiesValue(int index)
      repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of visibilities at the given index.
    • getPlatformsList

      List<String> getPlatformsList()
      repeated string platforms = 4 [json_name = "platforms"];
      Returns:
      A list containing the platforms.
    • getPlatformsCount

      int getPlatformsCount()
      repeated string platforms = 4 [json_name = "platforms"];
      Returns:
      The count of platforms.
    • getPlatforms

      String getPlatforms(int index)
      repeated string platforms = 4 [json_name = "platforms"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The platforms at the given index.
    • getPlatformsBytes

      com.google.protobuf.ByteString getPlatformsBytes(int index)
      repeated string platforms = 4 [json_name = "platforms"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The platforms at the given index.
    • getStatusesList

      List<App.RegistryItemStatus> getStatusesList()
      repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];
      Returns:
      A list containing the statuses.
    • getStatusesCount

      int getStatusesCount()
      repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];
      Returns:
      The count of statuses.
    • getStatuses

      App.RegistryItemStatus getStatuses(int index)
      repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The statuses at the given index.
    • getStatusesValueList

      List<Integer> getStatusesValueList()
      repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];
      Returns:
      A list containing the enum numeric values on the wire for statuses.
    • getStatusesValue

      int getStatusesValue(int index)
      repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of statuses at the given index.
    • hasSearchTerm

      boolean hasSearchTerm()
      optional string search_term = 6 [json_name = "searchTerm"];
      Returns:
      Whether the searchTerm field is set.
    • getSearchTerm

      String getSearchTerm()
      optional string search_term = 6 [json_name = "searchTerm"];
      Returns:
      The searchTerm.
    • getSearchTermBytes

      com.google.protobuf.ByteString getSearchTermBytes()
      optional string search_term = 6 [json_name = "searchTerm"];
      Returns:
      The bytes for searchTerm.
    • hasPageToken

      boolean hasPageToken()
      optional string page_token = 7 [json_name = "pageToken"];
      Returns:
      Whether the pageToken field is set.
    • getPageToken

      String getPageToken()
      optional string page_token = 7 [json_name = "pageToken"];
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
      optional string page_token = 7 [json_name = "pageToken"];
      Returns:
      The bytes for pageToken.
    • getPublicNamespacesList

      List<String> getPublicNamespacesList()
       One or more public namespaces to return results for.
       
      repeated string public_namespaces = 8 [json_name = "publicNamespaces"];
      Returns:
      A list containing the publicNamespaces.
    • getPublicNamespacesCount

      int getPublicNamespacesCount()
       One or more public namespaces to return results for.
       
      repeated string public_namespaces = 8 [json_name = "publicNamespaces"];
      Returns:
      The count of publicNamespaces.
    • getPublicNamespaces

      String getPublicNamespaces(int index)
       One or more public namespaces to return results for.
       
      repeated string public_namespaces = 8 [json_name = "publicNamespaces"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The publicNamespaces at the given index.
    • getPublicNamespacesBytes

      com.google.protobuf.ByteString getPublicNamespacesBytes(int index)
       One or more public namespaces to return results for.
       
      repeated string public_namespaces = 8 [json_name = "publicNamespaces"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The publicNamespaces at the given index.
    • hasIncludeMarkdownDocumentation

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

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