Package dev.vortex.proto
Interface ExprProtos.PackOptsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExprProtos.PackOpts
,ExprProtos.PackOpts.Builder
- Enclosing class:
- ExprProtos
public static interface ExprProtos.PackOptsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bool nullable = 2;
getPaths
(int index) repeated string paths = 1;
com.google.protobuf.ByteString
getPathsBytes
(int index) repeated string paths = 1;
int
repeated string paths = 1;
repeated string paths = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPathsList
repeated string paths = 1;
- Returns:
- A list containing the paths.
-
getPathsCount
int getPathsCount()repeated string paths = 1;
- Returns:
- The count of paths.
-
getPaths
repeated string paths = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The paths at the given index.
-
getPathsBytes
com.google.protobuf.ByteString getPathsBytes(int index) repeated string paths = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the paths at the given index.
-
getNullable
boolean getNullable()bool nullable = 2;
- Returns:
- The nullable.
-