Package viam.app.v1
Class AppOuterClass.GetAppContentResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.GetAppContentResponse,AppOuterClass.GetAppContentResponse.Builder>
viam.app.v1.AppOuterClass.GetAppContentResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.GetAppContentResponseOrBuilder
- Enclosing class:
- AppOuterClass.GetAppContentResponse
public static final class AppOuterClass.GetAppContentResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.GetAppContentResponse,AppOuterClass.GetAppContentResponse.Builder>
implements AppOuterClass.GetAppContentResponseOrBuilder
Protobuf type
viam.app.v1.GetAppContentResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring blob_path = 1 [json_name = "blobPath"];
string entrypoint = 2 [json_name = "entrypoint"];
string blob_path = 1 [json_name = "blobPath"];
com.google.protobuf.ByteString
string blob_path = 1 [json_name = "blobPath"];
string entrypoint = 2 [json_name = "entrypoint"];
com.google.protobuf.ByteString
string entrypoint = 2 [json_name = "entrypoint"];
setBlobPath
(String value) string blob_path = 1 [json_name = "blobPath"];
setBlobPathBytes
(com.google.protobuf.ByteString value) string blob_path = 1 [json_name = "blobPath"];
setEntrypoint
(String value) string entrypoint = 2 [json_name = "entrypoint"];
setEntrypointBytes
(com.google.protobuf.ByteString value) string entrypoint = 2 [json_name = "entrypoint"];
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
-
getBlobPath
string blob_path = 1 [json_name = "blobPath"];
- Specified by:
getBlobPath
in interfaceAppOuterClass.GetAppContentResponseOrBuilder
- Returns:
- The blobPath.
-
getBlobPathBytes
public com.google.protobuf.ByteString getBlobPathBytes()string blob_path = 1 [json_name = "blobPath"];
- Specified by:
getBlobPathBytes
in interfaceAppOuterClass.GetAppContentResponseOrBuilder
- Returns:
- The bytes for blobPath.
-
setBlobPath
string blob_path = 1 [json_name = "blobPath"];
- Parameters:
value
- The blobPath to set.- Returns:
- This builder for chaining.
-
clearBlobPath
string blob_path = 1 [json_name = "blobPath"];
- Returns:
- This builder for chaining.
-
setBlobPathBytes
public AppOuterClass.GetAppContentResponse.Builder setBlobPathBytes(com.google.protobuf.ByteString value) string blob_path = 1 [json_name = "blobPath"];
- Parameters:
value
- The bytes for blobPath to set.- Returns:
- This builder for chaining.
-
getEntrypoint
string entrypoint = 2 [json_name = "entrypoint"];
- Specified by:
getEntrypoint
in interfaceAppOuterClass.GetAppContentResponseOrBuilder
- Returns:
- The entrypoint.
-
getEntrypointBytes
public com.google.protobuf.ByteString getEntrypointBytes()string entrypoint = 2 [json_name = "entrypoint"];
- Specified by:
getEntrypointBytes
in interfaceAppOuterClass.GetAppContentResponseOrBuilder
- Returns:
- The bytes for entrypoint.
-
setEntrypoint
string entrypoint = 2 [json_name = "entrypoint"];
- Parameters:
value
- The entrypoint to set.- Returns:
- This builder for chaining.
-
clearEntrypoint
string entrypoint = 2 [json_name = "entrypoint"];
- Returns:
- This builder for chaining.
-
setEntrypointBytes
public AppOuterClass.GetAppContentResponse.Builder setEntrypointBytes(com.google.protobuf.ByteString value) string entrypoint = 2 [json_name = "entrypoint"];
- Parameters:
value
- The bytes for entrypoint to set.- Returns:
- This builder for chaining.
-