c
com.digitalasset.canton.protocol.v1.ActionDescription
FetchActionDescription
Companion object FetchActionDescription
final case class FetchActionDescription(inputContractId: String, actors: Seq[String], byKey: Boolean, version: String, templateId: Option[String]) extends GeneratedMessage with Updatable[FetchActionDescription] with Product with Serializable
Changes from v0: Add templateId
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FetchActionDescription
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- val actors: Seq[String]
- def addActors(__vs: String*): FetchActionDescription
- def addAllActors(__vs: Iterable[String]): FetchActionDescription
- val byKey: Boolean
- def clearActors: FetchActionDescription
- def clearTemplateId: FetchActionDescription
- def companion: FetchActionDescription.type
- Definition Classes
- FetchActionDescription → GeneratedMessage
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- FetchActionDescription → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- FetchActionDescription → GeneratedMessage
- def getTemplateId: String
- val inputContractId: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- FetchActionDescription → GeneratedMessage
- val templateId: Option[String]
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- FetchActionDescription → GeneratedMessage
- def update(ms: (Lens[FetchActionDescription, FetchActionDescription]) => Mutation[FetchActionDescription]*): FetchActionDescription
- Definition Classes
- Updatable
- val version: String
- def withActors(__v: Seq[String]): FetchActionDescription
- def withByKey(__v: Boolean): FetchActionDescription
- def withInputContractId(__v: String): FetchActionDescription
- def withTemplateId(__v: String): FetchActionDescription
- def withVersion(__v: String): FetchActionDescription
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- FetchActionDescription → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage