Package viam.app.v1
Class App.CreateModuleRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.CreateModuleRequest,App.CreateModuleRequest.Builder>
viam.app.v1.App.CreateModuleRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.CreateModuleRequestOrBuilder
- Enclosing class:
- App.CreateModuleRequest
public static final class App.CreateModuleRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.CreateModuleRequest,App.CreateModuleRequest.Builder>
implements App.CreateModuleRequestOrBuilder
ModulesProtobuf type
viam.app.v1.CreateModuleRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the module, which must be unique within your orgThe organization to create the module undergetName()
The name of the module, which must be unique within your orgcom.google.protobuf.ByteString
The name of the module, which must be unique within your orgThe organization to create the module undercom.google.protobuf.ByteString
The organization to create the module underThe name of the module, which must be unique within your orgsetNameBytes
(com.google.protobuf.ByteString value) The name of the module, which must be unique within your orgsetOrganizationId
(String value) The organization to create the module undersetOrganizationIdBytes
(com.google.protobuf.ByteString value) The organization to create the module underMethods 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
-
getOrganizationId
The organization to create the module under
string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationId
in interfaceApp.CreateModuleRequestOrBuilder
- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()The organization to create the module under
string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationIdBytes
in interfaceApp.CreateModuleRequestOrBuilder
- Returns:
- The bytes for organizationId.
-
setOrganizationId
The organization to create the module under
string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
The organization to create the module under
string organization_id = 1 [json_name = "organizationId"];
- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
The organization to create the module under
string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
getName
The name of the module, which must be unique within your org
string name = 2 [json_name = "name"];
- Specified by:
getName
in interfaceApp.CreateModuleRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()The name of the module, which must be unique within your org
string name = 2 [json_name = "name"];
- Specified by:
getNameBytes
in interfaceApp.CreateModuleRequestOrBuilder
- Returns:
- The bytes for name.
-
setName
The name of the module, which must be unique within your org
string name = 2 [json_name = "name"];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
The name of the module, which must be unique within your org
string name = 2 [json_name = "name"];
- Returns:
- This builder for chaining.
-
setNameBytes
The name of the module, which must be unique within your org
string name = 2 [json_name = "name"];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-