public static final class TransactionOuterClass.TreeEvent extends com.google.protobuf.GeneratedMessageV3 implements TransactionOuterClass.TreeEventOrBuilder
Each tree event message type below contains a ``witness_parties`` field which indicates the subset of the requested parties that can see the event in question. Note that transaction trees might contain events with _no_ witness parties, which were included simply because they were children of events which have witnesses.Protobuf type
com.daml.ledger.api.v1.TreeEvent
Modifier and Type | Class and Description |
---|---|
static class |
TransactionOuterClass.TreeEvent.Builder
Each tree event message type below contains a ``witness_parties`` field which
indicates the subset of the requested parties that can see the event
in question.
|
static class |
TransactionOuterClass.TreeEvent.KindCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
CREATED_FIELD_NUMBER |
static int |
EXERCISED_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
EventOuterClass.CreatedEvent |
getCreated()
.com.daml.ledger.api.v1.CreatedEvent created = 1 [json_name = "created"]; |
EventOuterClass.CreatedEventOrBuilder |
getCreatedOrBuilder()
.com.daml.ledger.api.v1.CreatedEvent created = 1 [json_name = "created"]; |
static TransactionOuterClass.TreeEvent |
getDefaultInstance() |
TransactionOuterClass.TreeEvent |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
EventOuterClass.ExercisedEvent |
getExercised()
.com.daml.ledger.api.v1.ExercisedEvent exercised = 2 [json_name = "exercised"]; |
EventOuterClass.ExercisedEventOrBuilder |
getExercisedOrBuilder()
.com.daml.ledger.api.v1.ExercisedEvent exercised = 2 [json_name = "exercised"]; |
TransactionOuterClass.TreeEvent.KindCase |
getKindCase() |
com.google.protobuf.Parser<TransactionOuterClass.TreeEvent> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCreated()
.com.daml.ledger.api.v1.CreatedEvent created = 1 [json_name = "created"]; |
boolean |
hasExercised()
.com.daml.ledger.api.v1.ExercisedEvent exercised = 2 [json_name = "exercised"]; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransactionOuterClass.TreeEvent.Builder |
newBuilder() |
static TransactionOuterClass.TreeEvent.Builder |
newBuilder(TransactionOuterClass.TreeEvent prototype) |
TransactionOuterClass.TreeEvent.Builder |
newBuilderForType() |
protected TransactionOuterClass.TreeEvent.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TransactionOuterClass.TreeEvent |
parseDelimitedFrom(java.io.InputStream input) |
static TransactionOuterClass.TreeEvent |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionOuterClass.TreeEvent |
parseFrom(byte[] data) |
static TransactionOuterClass.TreeEvent |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionOuterClass.TreeEvent |
parseFrom(java.nio.ByteBuffer data) |
static TransactionOuterClass.TreeEvent |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionOuterClass.TreeEvent |
parseFrom(com.google.protobuf.ByteString data) |
static TransactionOuterClass.TreeEvent |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionOuterClass.TreeEvent |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionOuterClass.TreeEvent |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionOuterClass.TreeEvent |
parseFrom(java.io.InputStream input) |
static TransactionOuterClass.TreeEvent |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransactionOuterClass.TreeEvent> |
parser() |
TransactionOuterClass.TreeEvent.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int CREATED_FIELD_NUMBER
public static final int EXERCISED_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public TransactionOuterClass.TreeEvent.KindCase getKindCase()
getKindCase
in interface TransactionOuterClass.TreeEventOrBuilder
public boolean hasCreated()
.com.daml.ledger.api.v1.CreatedEvent created = 1 [json_name = "created"];
hasCreated
in interface TransactionOuterClass.TreeEventOrBuilder
public EventOuterClass.CreatedEvent getCreated()
.com.daml.ledger.api.v1.CreatedEvent created = 1 [json_name = "created"];
getCreated
in interface TransactionOuterClass.TreeEventOrBuilder
public EventOuterClass.CreatedEventOrBuilder getCreatedOrBuilder()
.com.daml.ledger.api.v1.CreatedEvent created = 1 [json_name = "created"];
getCreatedOrBuilder
in interface TransactionOuterClass.TreeEventOrBuilder
public boolean hasExercised()
.com.daml.ledger.api.v1.ExercisedEvent exercised = 2 [json_name = "exercised"];
hasExercised
in interface TransactionOuterClass.TreeEventOrBuilder
public EventOuterClass.ExercisedEvent getExercised()
.com.daml.ledger.api.v1.ExercisedEvent exercised = 2 [json_name = "exercised"];
getExercised
in interface TransactionOuterClass.TreeEventOrBuilder
public EventOuterClass.ExercisedEventOrBuilder getExercisedOrBuilder()
.com.daml.ledger.api.v1.ExercisedEvent exercised = 2 [json_name = "exercised"];
getExercisedOrBuilder
in interface TransactionOuterClass.TreeEventOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static TransactionOuterClass.TreeEvent parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransactionOuterClass.TreeEvent parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransactionOuterClass.TreeEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransactionOuterClass.TreeEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransactionOuterClass.TreeEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransactionOuterClass.TreeEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransactionOuterClass.TreeEvent parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static TransactionOuterClass.TreeEvent parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TransactionOuterClass.TreeEvent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static TransactionOuterClass.TreeEvent parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TransactionOuterClass.TreeEvent parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static TransactionOuterClass.TreeEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public TransactionOuterClass.TreeEvent.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static TransactionOuterClass.TreeEvent.Builder newBuilder()
public static TransactionOuterClass.TreeEvent.Builder newBuilder(TransactionOuterClass.TreeEvent prototype)
public TransactionOuterClass.TreeEvent.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected TransactionOuterClass.TreeEvent.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static TransactionOuterClass.TreeEvent getDefaultInstance()
public static com.google.protobuf.Parser<TransactionOuterClass.TreeEvent> parser()
public com.google.protobuf.Parser<TransactionOuterClass.TreeEvent> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public TransactionOuterClass.TreeEvent getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder