Package mls_client
Interface MlsClient.ResumptionPSKProposalRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.ResumptionPSKProposalRequest,MlsClient.ResumptionPSKProposalRequest.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.ResumptionPSKProposalRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 epoch_id = 2;intuint32 state_id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStateId
int getStateId()uint32 state_id = 1;- Returns:
- The stateId.
-
getEpochId
long getEpochId()uint64 epoch_id = 2;- Returns:
- The epochId.
-