Package dev.vortex.proto
Interface ScalarProtos.ScalarOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScalarProtos.Scalar
,ScalarProtos.Scalar.Builder
- Enclosing class:
- ScalarProtos
public static interface ScalarProtos.ScalarOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDtype()
.vortex.dtype.DType dtype = 1;
.vortex.dtype.DType dtype = 1;
getValue()
.vortex.scalar.ScalarValue value = 2;
.vortex.scalar.ScalarValue value = 2;
boolean
hasDtype()
.vortex.dtype.DType dtype = 1;
boolean
hasValue()
.vortex.scalar.ScalarValue value = 2;
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
-
hasDtype
boolean hasDtype().vortex.dtype.DType dtype = 1;
- Returns:
- Whether the dtype field is set.
-
getDtype
DTypeProtos.DType getDtype().vortex.dtype.DType dtype = 1;
- Returns:
- The dtype.
-
getDtypeOrBuilder
DTypeProtos.DTypeOrBuilder getDtypeOrBuilder().vortex.dtype.DType dtype = 1;
-
hasValue
boolean hasValue().vortex.scalar.ScalarValue value = 2;
- Returns:
- Whether the value field is set.
-
getValue
ScalarProtos.ScalarValue getValue().vortex.scalar.ScalarValue value = 2;
- Returns:
- The value.
-
getValueOrBuilder
ScalarProtos.ScalarValueOrBuilder getValueOrBuilder().vortex.scalar.ScalarValue value = 2;
-