Package flyteidl.core
Interface Literals.KeyValuePairOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Literals.KeyValuePair,Literals.KeyValuePair.Builder
- Enclosing class:
- Literals
public static interface Literals.KeyValuePairOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()required.com.google.protobuf.ByteStringgetKeyBytes()required.StringgetValue()+optional.com.google.protobuf.ByteStringgetValueBytes()+optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKey
String getKey()
required.
string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
required.
string key = 1;- Returns:
- The bytes for key.
-
getValue
String getValue()
+optional.
string value = 2;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
+optional.
string value = 2;- Returns:
- The bytes for value.
-
-