Uses of Class
com.daml.ledger.api.v2.admin.ObjectMetaOuterClass.ObjectMeta.Builder
Packages that use ObjectMetaOuterClass.ObjectMeta.Builder
-
Uses of ObjectMetaOuterClass.ObjectMeta.Builder in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return ObjectMetaOuterClass.ObjectMeta.BuilderModifier and TypeMethodDescriptionObjectMetaOuterClass.ObjectMeta.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ObjectMetaOuterClass.ObjectMeta.Builder.clear()
ObjectMetaOuterClass.ObjectMeta.Builder.clearAnnotations()
ObjectMetaOuterClass.ObjectMeta.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) ObjectMetaOuterClass.ObjectMeta.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) ObjectMetaOuterClass.ObjectMeta.Builder.clearResourceVersion()
An opaque, non-empty value, populated by a participant server which represents the internal version of the resource this ``ObjectMeta`` message is attached to.ObjectMetaOuterClass.ObjectMeta.Builder.clone()
PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.getLocalMetadataBuilder()
Participant-local metadata to be stored in the ``PartyDetails`` of this newly allocated party.PartyManagementServiceOuterClass.PartyDetails.Builder.getLocalMetadataBuilder()
Participant-local metadata of this party.UserManagementServiceOuterClass.User.Builder.getMetadataBuilder()
The metadata of this user.ObjectMetaOuterClass.ObjectMeta.Builder.mergeFrom
(ObjectMetaOuterClass.ObjectMeta other) ObjectMetaOuterClass.ObjectMeta.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ObjectMetaOuterClass.ObjectMeta.Builder.mergeFrom
(com.google.protobuf.Message other) ObjectMetaOuterClass.ObjectMeta.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) ObjectMetaOuterClass.ObjectMeta.newBuilder()
ObjectMetaOuterClass.ObjectMeta.newBuilder
(ObjectMetaOuterClass.ObjectMeta prototype) ObjectMetaOuterClass.ObjectMeta.newBuilderForType()
protected ObjectMetaOuterClass.ObjectMeta.Builder
ObjectMetaOuterClass.ObjectMeta.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ObjectMetaOuterClass.ObjectMeta.Builder.putAllAnnotations
(Map<String, String> values) A set of modifiable key-value pairs that can be used to represent arbitrary, client-specific metadata.ObjectMetaOuterClass.ObjectMeta.Builder.putAnnotations
(String key, String value) A set of modifiable key-value pairs that can be used to represent arbitrary, client-specific metadata.ObjectMetaOuterClass.ObjectMeta.Builder.removeAnnotations
(String key) A set of modifiable key-value pairs that can be used to represent arbitrary, client-specific metadata.ObjectMetaOuterClass.ObjectMeta.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ObjectMetaOuterClass.ObjectMeta.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ObjectMetaOuterClass.ObjectMeta.Builder.setResourceVersion
(String value) An opaque, non-empty value, populated by a participant server which represents the internal version of the resource this ``ObjectMeta`` message is attached to.ObjectMetaOuterClass.ObjectMeta.Builder.setResourceVersionBytes
(com.google.protobuf.ByteString value) An opaque, non-empty value, populated by a participant server which represents the internal version of the resource this ``ObjectMeta`` message is attached to.ObjectMetaOuterClass.ObjectMeta.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) ObjectMetaOuterClass.ObjectMeta.toBuilder()
Methods in com.daml.ledger.api.v2.admin with parameters of type ObjectMetaOuterClass.ObjectMeta.BuilderModifier and TypeMethodDescriptionPartyManagementServiceOuterClass.AllocatePartyRequest.Builder.setLocalMetadata
(ObjectMetaOuterClass.ObjectMeta.Builder builderForValue) Participant-local metadata to be stored in the ``PartyDetails`` of this newly allocated party.PartyManagementServiceOuterClass.PartyDetails.Builder.setLocalMetadata
(ObjectMetaOuterClass.ObjectMeta.Builder builderForValue) Participant-local metadata of this party.UserManagementServiceOuterClass.User.Builder.setMetadata
(ObjectMetaOuterClass.ObjectMeta.Builder builderForValue) The metadata of this user.