Package io.trino.orc.proto
Interface OrcProto.UserMetadataItemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrcProto.UserMetadataItem,OrcProto.UserMetadataItem.Builder
- Enclosing class:
- OrcProto
public static interface OrcProto.UserMetadataItemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;com.google.protobuf.ByteStringgetValue()optional bytes value = 2;booleanhasName()optional string name = 1;booleanhasValue()optional bytes value = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()
optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;- Returns:
- The bytes for name.
-
hasValue
boolean hasValue()
optional bytes value = 2;- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.ByteString getValue()
optional bytes value = 2;- Returns:
- The value.
-
-