Package com.viam.component.audioout.v1
Class Audioout.PlayStreamRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<Audioout.PlayStreamRequest,Audioout.PlayStreamRequest.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<Audioout.PlayStreamRequest,Audioout.PlayStreamRequest.Builder>
com.viam.component.audioout.v1.Audioout.PlayStreamRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Audioout.PlayStreamRequestOrBuilder,Cloneable
- Enclosing class:
Audioout.PlayStreamRequest
public static final class Audioout.PlayStreamRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Audioout.PlayStreamRequest,Audioout.PlayStreamRequest.Builder>
implements Audioout.PlayStreamRequestOrBuilder
Protobuf type
viam.component.audioout.v1.PlayStreamRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescription.viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"];sent on first message.viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"];getInit()sent on first messageboolean.viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"];booleanhasInit()sent on first message.viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"];mergeInit(Audioout.PlayStreamInit value) sent on first message.viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"];setAudioChunk(Audioout.PlayStreamChunk.Builder builderForValue) .viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"];setInit(Audioout.PlayStreamInit value) sent on first messagesetInit(Audioout.PlayStreamInit.Builder builderForValue) sent on first messageMethods 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
-
getPayloadCase
- Specified by:
getPayloadCasein interfaceAudioout.PlayStreamRequestOrBuilder
-
clearPayload
-
hasInit
public boolean hasInit()sent on first message
.viam.component.audioout.v1.PlayStreamInit init = 1 [json_name = "init"];- Specified by:
hasInitin interfaceAudioout.PlayStreamRequestOrBuilder- Returns:
- Whether the init field is set.
-
getInit
sent on first message
.viam.component.audioout.v1.PlayStreamInit init = 1 [json_name = "init"];- Specified by:
getInitin interfaceAudioout.PlayStreamRequestOrBuilder- Returns:
- The init.
-
setInit
sent on first message
.viam.component.audioout.v1.PlayStreamInit init = 1 [json_name = "init"]; -
setInit
sent on first message
.viam.component.audioout.v1.PlayStreamInit init = 1 [json_name = "init"]; -
mergeInit
sent on first message
.viam.component.audioout.v1.PlayStreamInit init = 1 [json_name = "init"]; -
clearInit
sent on first message
.viam.component.audioout.v1.PlayStreamInit init = 1 [json_name = "init"]; -
hasAudioChunk
public boolean hasAudioChunk().viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"];- Specified by:
hasAudioChunkin interfaceAudioout.PlayStreamRequestOrBuilder- Returns:
- Whether the audioChunk field is set.
-
getAudioChunk
.viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"];- Specified by:
getAudioChunkin interfaceAudioout.PlayStreamRequestOrBuilder- Returns:
- The audioChunk.
-
setAudioChunk
.viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"]; -
setAudioChunk
public Audioout.PlayStreamRequest.Builder setAudioChunk(Audioout.PlayStreamChunk.Builder builderForValue) .viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"]; -
mergeAudioChunk
.viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"]; -
clearAudioChunk
.viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"];
-