Package viam.app.v1

Interface AppOuterClass.GetAppContentResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.GetAppContentResponse, AppOuterClass.GetAppContentResponse.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.GetAppContentResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string blob_path = 1 [json_name = "blobPath"];
    com.google.protobuf.ByteString
    string blob_path = 1 [json_name = "blobPath"];
    string entrypoint = 2 [json_name = "entrypoint"];
    com.google.protobuf.ByteString
    string entrypoint = 2 [json_name = "entrypoint"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getBlobPath

      String getBlobPath()
      string blob_path = 1 [json_name = "blobPath"];
      Returns:
      The blobPath.
    • getBlobPathBytes

      com.google.protobuf.ByteString getBlobPathBytes()
      string blob_path = 1 [json_name = "blobPath"];
      Returns:
      The bytes for blobPath.
    • getEntrypoint

      String getEntrypoint()
      string entrypoint = 2 [json_name = "entrypoint"];
      Returns:
      The entrypoint.
    • getEntrypointBytes

      com.google.protobuf.ByteString getEntrypointBytes()
      string entrypoint = 2 [json_name = "entrypoint"];
      Returns:
      The bytes for entrypoint.