Interface InteractiveSubmissionServiceOuterClass.PackagePreferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InteractiveSubmissionServiceOuterClass.PackagePreference
,InteractiveSubmissionServiceOuterClass.PackagePreference.Builder
- Enclosing class:
- InteractiveSubmissionServiceOuterClass
public static interface InteractiveSubmissionServiceOuterClass.PackagePreferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe package reference of the preferred package.The package reference of the preferred package.The synchronizer for which the preferred package was computed.com.google.protobuf.ByteString
The synchronizer for which the preferred package was computed.boolean
The package reference of the preferred package.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPackageReference
boolean hasPackageReference()The package reference of the preferred package. Required
.com.daml.ledger.api.v2.PackageReference package_reference = 1 [json_name = "packageReference"];
- Returns:
- Whether the packageReference field is set.
-
getPackageReference
PackageReferenceOuterClass.PackageReference getPackageReference()The package reference of the preferred package. Required
.com.daml.ledger.api.v2.PackageReference package_reference = 1 [json_name = "packageReference"];
- Returns:
- The packageReference.
-
getPackageReferenceOrBuilder
PackageReferenceOuterClass.PackageReferenceOrBuilder getPackageReferenceOrBuilder()The package reference of the preferred package. Required
.com.daml.ledger.api.v2.PackageReference package_reference = 1 [json_name = "packageReference"];
-
getSynchronizerId
String getSynchronizerId()The synchronizer for which the preferred package was computed. If the synchronizer_id was specified in the request, then it matches the request synchronizer_id. Required
string synchronizer_id = 2 [json_name = "synchronizerId"];
- Returns:
- The synchronizerId.
-
getSynchronizerIdBytes
com.google.protobuf.ByteString getSynchronizerIdBytes()The synchronizer for which the preferred package was computed. If the synchronizer_id was specified in the request, then it matches the request synchronizer_id. Required
string synchronizer_id = 2 [json_name = "synchronizerId"];
- Returns:
- The bytes for synchronizerId.
-