Package cz.o2.proxima.io.pubsub.proto
Interface PubSub.BulkWrapperOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PubSub.BulkWrapper,PubSub.BulkWrapper.Builder
- Enclosing class:
- PubSub
public static interface PubSub.BulkWrapperOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PubSub.BulkWrapper.CompressiongetCompression().cz.o2.proxima.io.pubsub.proto.BulkWrapper.Compression compression = 1;intgetCompressionValue().cz.o2.proxima.io.pubsub.proto.BulkWrapper.Compression compression = 1;com.google.protobuf.ByteStringgetValue()compressed or raw serialized Bulk-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCompressionValue
int getCompressionValue()
.cz.o2.proxima.io.pubsub.proto.BulkWrapper.Compression compression = 1;- Returns:
- The enum numeric value on the wire for compression.
-
getCompression
PubSub.BulkWrapper.Compression getCompression()
.cz.o2.proxima.io.pubsub.proto.BulkWrapper.Compression compression = 1;- Returns:
- The compression.
-
getValue
com.google.protobuf.ByteString getValue()
compressed or raw serialized Bulk
bytes value = 2;- Returns:
- The value.
-
-