Package mls_client
Interface MlsClient.ExportRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.ExportRequest
,MlsClient.ExportRequest.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.ExportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
bytes context = 3;
int
uint32 key_length = 4;
getLabel()
string label = 2;
com.google.protobuf.ByteString
string label = 2;
int
uint32 state_id = 1;
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
-
getStateId
int getStateId()uint32 state_id = 1;
- Returns:
- The stateId.
-
getLabel
String getLabel()string label = 2;
- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()string label = 2;
- Returns:
- The bytes for label.
-
getContext
com.google.protobuf.ByteString getContext()bytes context = 3;
- Returns:
- The context.
-
getKeyLength
int getKeyLength()uint32 key_length = 4;
- Returns:
- The keyLength.
-