Package com.daml.ledger.api.v1
Interface LedgerOffsetOuterClass.LedgerOffsetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LedgerOffsetOuterClass.LedgerOffset
,LedgerOffsetOuterClass.LedgerOffset.Builder
- Enclosing class:
- LedgerOffsetOuterClass
public static interface LedgerOffsetOuterClass.LedgerOffsetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAbsolute()
The format of this string is specific to the ledger and opaque to the client.com.google.protobuf.ByteString
getAbsoluteBytes()
The format of this string is specific to the ledger and opaque to the client.LedgerOffsetOuterClass.LedgerOffset.LedgerBoundary
getBoundary()
.com.daml.ledger.api.v1.LedgerOffset.LedgerBoundary boundary = 2 [json_name = "boundary"];
int
getBoundaryValue()
.com.daml.ledger.api.v1.LedgerOffset.LedgerBoundary boundary = 2 [json_name = "boundary"];
LedgerOffsetOuterClass.LedgerOffset.ValueCase
getValueCase()
boolean
hasAbsolute()
The format of this string is specific to the ledger and opaque to the client.boolean
hasBoundary()
.com.daml.ledger.api.v1.LedgerOffset.LedgerBoundary boundary = 2 [json_name = "boundary"];
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAbsolute
boolean hasAbsolute()
The format of this string is specific to the ledger and opaque to the client.
string absolute = 1 [json_name = "absolute"];
- Returns:
- Whether the absolute field is set.
-
getAbsolute
java.lang.String getAbsolute()
The format of this string is specific to the ledger and opaque to the client.
string absolute = 1 [json_name = "absolute"];
- Returns:
- The absolute.
-
getAbsoluteBytes
com.google.protobuf.ByteString getAbsoluteBytes()
The format of this string is specific to the ledger and opaque to the client.
string absolute = 1 [json_name = "absolute"];
- Returns:
- The bytes for absolute.
-
hasBoundary
boolean hasBoundary()
.com.daml.ledger.api.v1.LedgerOffset.LedgerBoundary boundary = 2 [json_name = "boundary"];
- Returns:
- Whether the boundary field is set.
-
getBoundaryValue
int getBoundaryValue()
.com.daml.ledger.api.v1.LedgerOffset.LedgerBoundary boundary = 2 [json_name = "boundary"];
- Returns:
- The enum numeric value on the wire for boundary.
-
getBoundary
LedgerOffsetOuterClass.LedgerOffset.LedgerBoundary getBoundary()
.com.daml.ledger.api.v1.LedgerOffset.LedgerBoundary boundary = 2 [json_name = "boundary"];
- Returns:
- The boundary.
-
getValueCase
LedgerOffsetOuterClass.LedgerOffset.ValueCase getValueCase()
-
-