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 TypeMethodDescription.viam.app.v1.AppType app_type = 3 [json_name = "appType"];string blob_path = 1 [json_name = "blobPath"];string entrypoint = 2 [json_name = "entrypoint"];.viam.app.v1.AppType app_type = 3 [json_name = "appType"];int.viam.app.v1.AppType app_type = 3 [json_name = "appType"];string blob_path = 1 [json_name = "blobPath"];com.google.protobuf.ByteStringstring blob_path = 1 [json_name = "blobPath"];string entrypoint = 2 [json_name = "entrypoint"];com.google.protobuf.ByteStringstring entrypoint = 2 [json_name = "entrypoint"];setAppType(AppOuterClass.AppType value) .viam.app.v1.AppType app_type = 3 [json_name = "appType"];setAppTypeValue(int value) .viam.app.v1.AppType app_type = 3 [json_name = "appType"];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, 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
-
getBlobPath
string blob_path = 1 [json_name = "blobPath"];- Specified by:
getBlobPathin interfaceAppOuterClass.GetAppContentResponseOrBuilder- Returns:
- The blobPath.
-
getBlobPathBytes
public com.google.protobuf.ByteString getBlobPathBytes()string blob_path = 1 [json_name = "blobPath"];- Specified by:
getBlobPathBytesin 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:
getEntrypointin interfaceAppOuterClass.GetAppContentResponseOrBuilder- Returns:
- The entrypoint.
-
getEntrypointBytes
public com.google.protobuf.ByteString getEntrypointBytes()string entrypoint = 2 [json_name = "entrypoint"];- Specified by:
getEntrypointBytesin 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.
-
getAppTypeValue
public int getAppTypeValue().viam.app.v1.AppType app_type = 3 [json_name = "appType"];- Specified by:
getAppTypeValuein interfaceAppOuterClass.GetAppContentResponseOrBuilder- Returns:
- The enum numeric value on the wire for appType.
-
setAppTypeValue
.viam.app.v1.AppType app_type = 3 [json_name = "appType"];- Parameters:
value- The appType to set.- Returns:
- This builder for chaining.
-
getAppType
.viam.app.v1.AppType app_type = 3 [json_name = "appType"];- Specified by:
getAppTypein interfaceAppOuterClass.GetAppContentResponseOrBuilder- Returns:
- The appType.
-
setAppType
.viam.app.v1.AppType app_type = 3 [json_name = "appType"];- Parameters:
value- The enum numeric value on the wire for appType to set.- Returns:
- This builder for chaining.
-
clearAppType
.viam.app.v1.AppType app_type = 3 [json_name = "appType"];- Returns:
- This builder for chaining.
-