Package viam.app.v1
Class App.ListModulesRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.ListModulesRequest,App.ListModulesRequest.Builder>
viam.app.v1.App.ListModulesRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.ListModulesRequestOrBuilder
- Enclosing class:
- App.ListModulesRequest
public static final class App.ListModulesRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.ListModulesRequest,App.ListModulesRequest.Builder>
implements App.ListModulesRequestOrBuilder
Protobuf type
viam.app.v1.ListModulesRequest
-
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 organization to return private modules for.boolean
optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
The id of the organization to return private modules for.com.google.protobuf.ByteString
The id of the organization to return private modules for.boolean
optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
boolean
The id of the organization to return private modules for.setIncludeMarkdownDocumentation
(boolean value) optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
setOrganizationId
(String value) The id of the organization to return private modules for.setOrganizationIdBytes
(com.google.protobuf.ByteString value) The id of the organization to return private modules for.Methods 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
-
hasOrganizationId
public boolean hasOrganizationId()The id of the organization to return private modules for.
optional string organization_id = 1 [json_name = "organizationId"];
- Specified by:
hasOrganizationId
in interfaceApp.ListModulesRequestOrBuilder
- Returns:
- Whether the organizationId field is set.
-
getOrganizationId
The id of the organization to return private modules for.
optional string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationId
in interfaceApp.ListModulesRequestOrBuilder
- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()The id of the organization to return private modules for.
optional string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationIdBytes
in interfaceApp.ListModulesRequestOrBuilder
- Returns:
- The bytes for organizationId.
-
setOrganizationId
The id of the organization to return private modules for.
optional string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
The id of the organization to return private modules for.
optional string organization_id = 1 [json_name = "organizationId"];
- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
The id of the organization to return private modules for.
optional string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
hasIncludeMarkdownDocumentation
public boolean hasIncludeMarkdownDocumentation()optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
- Specified by:
hasIncludeMarkdownDocumentation
in interfaceApp.ListModulesRequestOrBuilder
- Returns:
- Whether the includeMarkdownDocumentation field is set.
-
getIncludeMarkdownDocumentation
public boolean getIncludeMarkdownDocumentation()optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
- Specified by:
getIncludeMarkdownDocumentation
in interfaceApp.ListModulesRequestOrBuilder
- 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.
-