Interface Packages.DeletePackageRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Packages.DeletePackageRequest, Packages.DeletePackageRequest.Builder
Enclosing class:
Packages

public static interface Packages.DeletePackageRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string id = 1 [json_name = "id"];
    com.google.protobuf.ByteString
    string id = 1 [json_name = "id"];
    .viam.app.packages.v1.PackageType type = 3 [json_name = "type"];
    int
    .viam.app.packages.v1.PackageType type = 3 [json_name = "type"];
    string version = 2 [json_name = "version"];
    com.google.protobuf.ByteString
    string version = 2 [json_name = "version"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getId

      String getId()
      string id = 1 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      Returns:
      The bytes for id.
    • getVersion

      String getVersion()
      string version = 2 [json_name = "version"];
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
      string version = 2 [json_name = "version"];
      Returns:
      The bytes for version.
    • getTypeValue

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

      .viam.app.packages.v1.PackageType type = 3 [json_name = "type"];
      Returns:
      The type.