public interface SinkMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsTracingInfo(String key)
map<string, string> tracing_info = 5; |
com.google.protobuf.ByteString |
getContent()
bytes content = 2; |
int |
getCurrentChunkNumber()
int32 current_chunk_number = 3; |
String |
getMessageId()
string message_id = 1; |
com.google.protobuf.ByteString |
getMessageIdBytes()
string message_id = 1; |
int |
getTotalChunks()
int32 total_chunks = 4; |
Map<String,String> |
getTracingInfo()
Deprecated.
|
int |
getTracingInfoCount()
map<string, string> tracing_info = 5; |
Map<String,String> |
getTracingInfoMap()
map<string, string> tracing_info = 5; |
String |
getTracingInfoOrDefault(String key,
String defaultValue)
map<string, string> tracing_info = 5; |
String |
getTracingInfoOrThrow(String key)
map<string, string> tracing_info = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessageId()
string message_id = 1;
com.google.protobuf.ByteString getMessageIdBytes()
string message_id = 1;
com.google.protobuf.ByteString getContent()
bytes content = 2;
int getCurrentChunkNumber()
int32 current_chunk_number = 3;
int getTotalChunks()
int32 total_chunks = 4;
int getTracingInfoCount()
map<string, string> tracing_info = 5;
boolean containsTracingInfo(String key)
map<string, string> tracing_info = 5;
@Deprecated Map<String,String> getTracingInfo()
getTracingInfoMap()
instead.String getTracingInfoOrDefault(String key, String defaultValue)
map<string, string> tracing_info = 5;
Copyright © 2021. All rights reserved.