public interface CheckpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckpointId()
The ID of the checkpoint.
|
com.google.protobuf.ByteString |
getCheckpointIdBytes()
The ID of the checkpoint.
|
long |
getEpoch()
The epoch of the checkpoint.
|
long |
getStep()
The step of the checkpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCheckpointId()
The ID of the checkpoint.
string checkpoint_id = 1;com.google.protobuf.ByteString getCheckpointIdBytes()
The ID of the checkpoint.
string checkpoint_id = 1;long getEpoch()
The epoch of the checkpoint.
int64 epoch = 2;long getStep()
The step of the checkpoint.
int64 step = 3;Copyright © 2025 Google LLC. All rights reserved.