public interface KinesisEgressRecordOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExplicitHashKey()
string explicit_hash_key = 4; |
ByteString |
getExplicitHashKeyBytes()
string explicit_hash_key = 4; |
java.lang.String |
getPartitionKey()
string partition_key = 1; |
ByteString |
getPartitionKeyBytes()
string partition_key = 1; |
java.lang.String |
getStream()
string stream = 3; |
ByteString |
getStreamBytes()
string stream = 3; |
ByteString |
getValueBytes()
bytes value_bytes = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getPartitionKey()
string partition_key = 1;
ByteString getPartitionKeyBytes()
string partition_key = 1;
ByteString getValueBytes()
bytes value_bytes = 2;
java.lang.String getStream()
string stream = 3;
ByteString getStreamBytes()
string stream = 3;
java.lang.String getExplicitHashKey()
string explicit_hash_key = 4;
ByteString getExplicitHashKeyBytes()
string explicit_hash_key = 4;
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.