Package viam.app.v1
Class App.CreateModuleResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.CreateModuleResponse,App.CreateModuleResponse.Builder>
viam.app.v1.App.CreateModuleResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.CreateModuleResponseOrBuilder
- Enclosing class:
- App.CreateModuleResponse
public static final class App.CreateModuleResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.CreateModuleResponse,App.CreateModuleResponse.Builder>
implements App.CreateModuleResponseOrBuilder
Protobuf type
viam.app.v1.CreateModuleResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)clearUrl()
The detail page of the moduleThe 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 modulesetModuleId
(String value) The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)setModuleIdBytes
(com.google.protobuf.ByteString value) The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)The detail page of the modulesetUrlBytes
(com.google.protobuf.ByteString value) The detail page of the moduleMethods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
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"];
- Specified by:
getModuleId
in interfaceApp.CreateModuleResponseOrBuilder
- Returns:
- The moduleId.
-
getModuleIdBytes
public 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"];
- Specified by:
getModuleIdBytes
in interfaceApp.CreateModuleResponseOrBuilder
- Returns:
- The bytes for moduleId.
-
setModuleId
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"];
- Parameters:
value
- The moduleId to set.- Returns:
- This builder for chaining.
-
clearModuleId
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:
- This builder for chaining.
-
setModuleIdBytes
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"];
- Parameters:
value
- The bytes for moduleId to set.- Returns:
- This builder for chaining.
-
getUrl
The detail page of the module
string url = 2 [json_name = "url"];
- Specified by:
getUrl
in interfaceApp.CreateModuleResponseOrBuilder
- Returns:
- The url.
-
getUrlBytes
public com.google.protobuf.ByteString getUrlBytes()The detail page of the module
string url = 2 [json_name = "url"];
- Specified by:
getUrlBytes
in interfaceApp.CreateModuleResponseOrBuilder
- Returns:
- The bytes for url.
-
setUrl
The detail page of the module
string url = 2 [json_name = "url"];
- Parameters:
value
- The url to set.- Returns:
- This builder for chaining.
-
clearUrl
The detail page of the module
string url = 2 [json_name = "url"];
- Returns:
- This builder for chaining.
-
setUrlBytes
The detail page of the module
string url = 2 [json_name = "url"];
- Parameters:
value
- The bytes for url to set.- Returns:
- This builder for chaining.
-