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 TypeMethodDescription.viam.app.v1.AppType app_type = 3 [json_name = "appType"];
int
.viam.app.v1.AppType app_type = 3 [json_name = "appType"];
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.
-
getAppTypeValue
int getAppTypeValue().viam.app.v1.AppType app_type = 3 [json_name = "appType"];
- Returns:
- The enum numeric value on the wire for appType.
-
getAppType
AppOuterClass.AppType getAppType().viam.app.v1.AppType app_type = 3 [json_name = "appType"];
- Returns:
- The appType.
-