接口 MLDataFormats.KeyValueOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MLDataFormats
public static interface MLDataFormats.KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
hasKey
boolean hasKey()required string key = 1;- 返回:
- Whether the key field is set.
-
getKey
String getKey()required string key = 1;- 返回:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()required string key = 1;- 返回:
- The bytes for key.
-
hasValue
boolean hasValue()required string value = 2;- 返回:
- Whether the value field is set.
-
getValue
String getValue()required string value = 2;- 返回:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()required string value = 2;- 返回:
- The bytes for value.
-