public interface StorageFormatOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsSerdelibParameters(String key)
map<string, string> serdelib_parameters = 4; |
String |
getInputFormat()
optional string input_format = 2; |
com.google.protobuf.ByteString |
getInputFormatBytes()
optional string input_format = 2; |
String |
getOutputFormat()
optional string output_format = 3; |
com.google.protobuf.ByteString |
getOutputFormatBytes()
optional string output_format = 3; |
String |
getSerde()
optional string serde = 1; |
com.google.protobuf.ByteString |
getSerdeBytes()
optional string serde = 1; |
Map<String,String> |
getSerdelibParameters()
Deprecated.
|
int |
getSerdelibParametersCount()
map<string, string> serdelib_parameters = 4; |
Map<String,String> |
getSerdelibParametersMap()
map<string, string> serdelib_parameters = 4; |
String |
getSerdelibParametersOrDefault(String key,
String defaultValue)
map<string, string> serdelib_parameters = 4; |
String |
getSerdelibParametersOrThrow(String key)
map<string, string> serdelib_parameters = 4; |
boolean |
hasInputFormat()
optional string input_format = 2; |
boolean |
hasOutputFormat()
optional string output_format = 3; |
boolean |
hasSerde()
optional string serde = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSerde()
optional string serde = 1;
String getSerde()
optional string serde = 1;
com.google.protobuf.ByteString getSerdeBytes()
optional string serde = 1;
boolean hasInputFormat()
optional string input_format = 2;
String getInputFormat()
optional string input_format = 2;
com.google.protobuf.ByteString getInputFormatBytes()
optional string input_format = 2;
boolean hasOutputFormat()
optional string output_format = 3;
String getOutputFormat()
optional string output_format = 3;
com.google.protobuf.ByteString getOutputFormatBytes()
optional string output_format = 3;
int getSerdelibParametersCount()
map<string, string> serdelib_parameters = 4;
boolean containsSerdelibParameters(String key)
map<string, string> serdelib_parameters = 4;
@Deprecated Map<String,String> getSerdelibParameters()
getSerdelibParametersMap()
instead.Map<String,String> getSerdelibParametersMap()
map<string, string> serdelib_parameters = 4;
String getSerdelibParametersOrDefault(String key, String defaultValue)
map<string, string> serdelib_parameters = 4;
Copyright © 2023. All Rights Reserved.