Package viam.app.v1

Interface App.CreateRegistryItemRequestOrBuilder

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

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

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

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getOrganizationId

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

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

      String getName()
       The name of the registry item, 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 registry item, which must be unique within your org
       
      string name = 2 [json_name = "name"];
      Returns:
      The bytes for name.
    • getTypeValue

      int getTypeValue()
       The type of the item in the registry
       
      .viam.app.packages.v1.PackageType type = 3 [json_name = "type"];
      Returns:
      The enum numeric value on the wire for type.
    • getType

       The type of the item in the registry
       
      .viam.app.packages.v1.PackageType type = 3 [json_name = "type"];
      Returns:
      The type.