Package com.viam.service.shell.v1
Class Shell.CopyFilesFromMachineResponseMetadata.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Shell.CopyFilesFromMachineResponseMetadata,Shell.CopyFilesFromMachineResponseMetadata.Builder>
com.viam.service.shell.v1.Shell.CopyFilesFromMachineResponseMetadata.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Shell.CopyFilesFromMachineResponseMetadataOrBuilder
,Cloneable
- Enclosing class:
- Shell.CopyFilesFromMachineResponseMetadata
public static final class Shell.CopyFilesFromMachineResponseMetadata.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Shell.CopyFilesFromMachineResponseMetadata,Shell.CopyFilesFromMachineResponseMetadata.Builder>
implements Shell.CopyFilesFromMachineResponseMetadataOrBuilder
Protobuf type
viam.service.shell.v1.CopyFilesFromMachineResponseMetadata
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionsource_type is the type of files that will be transmitted in this response stream.source_type is the type of files that will be transmitted in this response stream.int
source_type is the type of files that will be transmitted in this response stream.source_type is the type of files that will be transmitted in this response stream.setSourceTypeValue
(int value) source_type is the type of files that will be transmitted in this response stream.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
-
getSourceTypeValue
public int getSourceTypeValue()source_type is the type of files that will be transmitted in this response stream.
.viam.service.shell.v1.CopyFilesSourceType source_type = 1 [json_name = "sourceType"];
- Specified by:
getSourceTypeValue
in interfaceShell.CopyFilesFromMachineResponseMetadataOrBuilder
- Returns:
- The enum numeric value on the wire for sourceType.
-
setSourceTypeValue
source_type is the type of files that will be transmitted in this response stream.
.viam.service.shell.v1.CopyFilesSourceType source_type = 1 [json_name = "sourceType"];
- Parameters:
value
- The sourceType to set.- Returns:
- This builder for chaining.
-
getSourceType
source_type is the type of files that will be transmitted in this response stream.
.viam.service.shell.v1.CopyFilesSourceType source_type = 1 [json_name = "sourceType"];
- Specified by:
getSourceType
in interfaceShell.CopyFilesFromMachineResponseMetadataOrBuilder
- Returns:
- The sourceType.
-
setSourceType
public Shell.CopyFilesFromMachineResponseMetadata.Builder setSourceType(Shell.CopyFilesSourceType value) source_type is the type of files that will be transmitted in this response stream.
.viam.service.shell.v1.CopyFilesSourceType source_type = 1 [json_name = "sourceType"];
- Parameters:
value
- The enum numeric value on the wire for sourceType to set.- Returns:
- This builder for chaining.
-
clearSourceType
source_type is the type of files that will be transmitted in this response stream.
.viam.service.shell.v1.CopyFilesSourceType source_type = 1 [json_name = "sourceType"];
- Returns:
- This builder for chaining.
-