Package viam.app.v1
Interface AppOuterClass.AppOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.App
,AppOuterClass.App.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.AppOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe entrypoint of the applicationcom.google.protobuf.ByteString
The entrypoint of the applicationgetName()
The name of the applicationcom.google.protobuf.ByteString
The name of the applicationgetType()
The type of the applicationcom.google.protobuf.ByteString
The type of the applicationMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()The name of the application
string name = 1 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the application
string name = 1 [json_name = "name"];
- Returns:
- The bytes for name.
-
getType
String getType()The type of the application
string type = 2 [json_name = "type"];
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()The type of the application
string type = 2 [json_name = "type"];
- Returns:
- The bytes for type.
-
getEntrypoint
String getEntrypoint()The entrypoint of the application
string entrypoint = 3 [json_name = "entrypoint"];
- Returns:
- The entrypoint.
-
getEntrypointBytes
com.google.protobuf.ByteString getEntrypointBytes()The entrypoint of the application
string entrypoint = 3 [json_name = "entrypoint"];
- Returns:
- The bytes for entrypoint.
-