Package viam.app.v1
Class AppOuterClass.App.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.App,AppOuterClass.App.Builder>
viam.app.v1.AppOuterClass.App.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.AppOrBuilder
- Enclosing class:
- AppOuterClass.App
public static final class AppOuterClass.App.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.App,AppOuterClass.App.Builder>
implements AppOuterClass.AppOrBuilder
Protobuf type
viam.app.v1.App
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionThe entrypoint of the applicationThe name of the applicationThe type of the applicationThe entrypoint of the applicationcom.google.protobuf.ByteString
The entrypoint of the applicationgetName()
The name of the applicationcom.google.protobuf.ByteString
The name of the applicationgetType()
The type of the applicationcom.google.protobuf.ByteString
The type of the applicationsetEntrypoint
(String value) The entrypoint of the applicationsetEntrypointBytes
(com.google.protobuf.ByteString value) The entrypoint of the applicationThe name of the applicationsetNameBytes
(com.google.protobuf.ByteString value) The name of the applicationThe type of the applicationsetTypeBytes
(com.google.protobuf.ByteString value) The type of the applicationMethods 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
-
getName
The name of the application
string name = 1 [json_name = "name"];
- Specified by:
getName
in interfaceAppOuterClass.AppOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()The name of the application
string name = 1 [json_name = "name"];
- Specified by:
getNameBytes
in interfaceAppOuterClass.AppOrBuilder
- Returns:
- The bytes for name.
-
setName
The name of the application
string name = 1 [json_name = "name"];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
The name of the application
string name = 1 [json_name = "name"];
- Returns:
- This builder for chaining.
-
setNameBytes
The name of the application
string name = 1 [json_name = "name"];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getType
The type of the application
string type = 2 [json_name = "type"];
- Specified by:
getType
in interfaceAppOuterClass.AppOrBuilder
- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()The type of the application
string type = 2 [json_name = "type"];
- Specified by:
getTypeBytes
in interfaceAppOuterClass.AppOrBuilder
- Returns:
- The bytes for type.
-
setType
The type of the application
string type = 2 [json_name = "type"];
- Parameters:
value
- The type to set.- Returns:
- This builder for chaining.
-
clearType
The type of the application
string type = 2 [json_name = "type"];
- Returns:
- This builder for chaining.
-
setTypeBytes
The type of the application
string type = 2 [json_name = "type"];
- Parameters:
value
- The bytes for type to set.- Returns:
- This builder for chaining.
-
getEntrypoint
The entrypoint of the application
string entrypoint = 3 [json_name = "entrypoint"];
- Specified by:
getEntrypoint
in interfaceAppOuterClass.AppOrBuilder
- Returns:
- The entrypoint.
-
getEntrypointBytes
public com.google.protobuf.ByteString getEntrypointBytes()The entrypoint of the application
string entrypoint = 3 [json_name = "entrypoint"];
- Specified by:
getEntrypointBytes
in interfaceAppOuterClass.AppOrBuilder
- Returns:
- The bytes for entrypoint.
-
setEntrypoint
The entrypoint of the application
string entrypoint = 3 [json_name = "entrypoint"];
- Parameters:
value
- The entrypoint to set.- Returns:
- This builder for chaining.
-
clearEntrypoint
The entrypoint of the application
string entrypoint = 3 [json_name = "entrypoint"];
- Returns:
- This builder for chaining.
-
setEntrypointBytes
The entrypoint of the application
string entrypoint = 3 [json_name = "entrypoint"];
- Parameters:
value
- The bytes for entrypoint to set.- Returns:
- This builder for chaining.
-