Package viam.app.v1
Class AppOuterClass.GetModuleRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.GetModuleRequest,AppOuterClass.GetModuleRequest.Builder>
viam.app.v1.AppOuterClass.GetModuleRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,AppOuterClass.GetModuleRequestOrBuilder
- Enclosing class:
- AppOuterClass.GetModuleRequest
public static final class AppOuterClass.GetModuleRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.GetModuleRequest,AppOuterClass.GetModuleRequest.Builder>
implements AppOuterClass.GetModuleRequestOrBuilder
Protobuf type
viam.app.v1.GetModuleRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionoptional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)booleanoptional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)com.google.protobuf.ByteStringThe id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)booleanoptional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];setIncludeMarkdownDocumentation(boolean value) optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];setModuleId(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)Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getModuleIdin interfaceAppOuterClass.GetModuleRequestOrBuilder- 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:
getModuleIdBytesin interfaceAppOuterClass.GetModuleRequestOrBuilder- 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
public AppOuterClass.GetModuleRequest.Builder 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)
string module_id = 1 [json_name = "moduleId"];- Parameters:
value- The bytes for moduleId to set.- Returns:
- This builder for chaining.
-
hasIncludeMarkdownDocumentation
public boolean hasIncludeMarkdownDocumentation()optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];- Specified by:
hasIncludeMarkdownDocumentationin interfaceAppOuterClass.GetModuleRequestOrBuilder- Returns:
- Whether the includeMarkdownDocumentation field is set.
-
getIncludeMarkdownDocumentation
public boolean getIncludeMarkdownDocumentation()optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];- Specified by:
getIncludeMarkdownDocumentationin interfaceAppOuterClass.GetModuleRequestOrBuilder- Returns:
- The includeMarkdownDocumentation.
-
setIncludeMarkdownDocumentation
optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];- Parameters:
value- The includeMarkdownDocumentation to set.- Returns:
- This builder for chaining.
-
clearIncludeMarkdownDocumentation
optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];- Returns:
- This builder for chaining.
-