Uses of Class
su.litvak.chromecast.api.v2.CastChannel.CastMessage.Builder
-
Uses of CastChannel.CastMessage.Builder in su.litvak.chromecast.api.v2
Methods in su.litvak.chromecast.api.v2 that return CastChannel.CastMessage.BuilderModifier and TypeMethodDescriptionCastChannel.CastMessage.Builder.clearDestinationId()required string destination_id = 3;CastChannel.CastMessage.Builder.clearNamespace()This is the core multiplexing key.CastChannel.CastMessage.Builder.clearPayloadBinary()optional bytes payload_binary = 7;CastChannel.CastMessage.Builder.clearPayloadType()required .su.litvak.chromecast.api.v2.CastMessage.PayloadType payload_type = 5;CastChannel.CastMessage.Builder.clearPayloadUtf8()Depending on payload_type, exactly one of the following optional fields will always be set.CastChannel.CastMessage.Builder.clearProtocolVersion()required .su.litvak.chromecast.api.v2.CastMessage.ProtocolVersion protocol_version = 1;CastChannel.CastMessage.Builder.clearSourceId()source and destination ids identify the origin and destination of the message.CastChannel.CastMessage.newBuilder()CastChannel.CastMessage.newBuilder(CastChannel.CastMessage prototype) CastChannel.CastMessage.Builder.setDestinationId(String value) required string destination_id = 3;CastChannel.CastMessage.Builder.setDestinationIdBytes(com.google.protobuf.ByteString value) required string destination_id = 3;CastChannel.CastMessage.Builder.setNamespace(String value) This is the core multiplexing key.CastChannel.CastMessage.Builder.setNamespaceBytes(com.google.protobuf.ByteString value) This is the core multiplexing key.CastChannel.CastMessage.Builder.setPayloadBinary(com.google.protobuf.ByteString value) optional bytes payload_binary = 7;CastChannel.CastMessage.Builder.setPayloadType(CastChannel.CastMessage.PayloadType value) required .su.litvak.chromecast.api.v2.CastMessage.PayloadType payload_type = 5;CastChannel.CastMessage.Builder.setPayloadUtf8(String value) Depending on payload_type, exactly one of the following optional fields will always be set.CastChannel.CastMessage.Builder.setPayloadUtf8Bytes(com.google.protobuf.ByteString value) Depending on payload_type, exactly one of the following optional fields will always be set.CastChannel.CastMessage.Builder.setProtocolVersion(CastChannel.CastMessage.ProtocolVersion value) required .su.litvak.chromecast.api.v2.CastMessage.ProtocolVersion protocol_version = 1;CastChannel.CastMessage.Builder.setSourceId(String value) source and destination ids identify the origin and destination of the message.CastChannel.CastMessage.Builder.setSourceIdBytes(com.google.protobuf.ByteString value) source and destination ids identify the origin and destination of the message.