Package viam.app.v1
Interface App.CreateModuleResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.CreateModuleResponse
,App.CreateModuleResponse.Builder
- Enclosing class:
- App
public static interface App.CreateModuleResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)com.google.protobuf.ByteString
The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)getUrl()
The detail page of the modulecom.google.protobuf.ByteString
The detail page of the moduleMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getModuleId
String getModuleId()The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)
string module_id = 1 [json_name = "moduleId"];
- Returns:
- The moduleId.
-
getModuleIdBytes
com.google.protobuf.ByteString getModuleIdBytes()The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)
string module_id = 1 [json_name = "moduleId"];
- Returns:
- The bytes for moduleId.
-
getUrl
String getUrl()The detail page of the module
string url = 2 [json_name = "url"];
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()The detail page of the module
string url = 2 [json_name = "url"];
- Returns:
- The bytes for url.
-