Interface ScriptingPb.Dataset.ColumnOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScriptingPb.Dataset.Column
,ScriptingPb.Dataset.Column.Builder
- Enclosing class:
- ScriptingPb.Dataset
public static interface ScriptingPb.Dataset.ColumnOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
string name = 1;
com.google.protobuf.ByteString
string name = 1;
int
getQuality
(int index) repeated int32 quality = 4;
int
repeated int32 quality = 4;
repeated int32 quality = 4;
getType()
string type = 2;
com.google.protobuf.ByteString
string type = 2;
getValue
(int index) repeated .ignition.rpc.Value value = 3;
int
repeated .ignition.rpc.Value value = 3;
repeated .ignition.rpc.Value value = 3;
getValueOrBuilder
(int index) repeated .ignition.rpc.Value value = 3;
List<? extends ValueOrBuilder>
repeated .ignition.rpc.Value value = 3;
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
-
getName
String getName()string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;
- Returns:
- The bytes for name.
-
getType
String getType()string type = 2;
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 2;
- Returns:
- The bytes for type.
-
getValueList
repeated .ignition.rpc.Value value = 3;
-
getValue
repeated .ignition.rpc.Value value = 3;
-
getValueCount
int getValueCount()repeated .ignition.rpc.Value value = 3;
-
getValueOrBuilderList
List<? extends ValueOrBuilder> getValueOrBuilderList()repeated .ignition.rpc.Value value = 3;
-
getValueOrBuilder
repeated .ignition.rpc.Value value = 3;
-
getQualityList
repeated int32 quality = 4;
- Returns:
- A list containing the quality.
-
getQualityCount
int getQualityCount()repeated int32 quality = 4;
- Returns:
- The count of quality.
-
getQuality
int getQuality(int index) repeated int32 quality = 4;
- Parameters:
index
- The index of the element to return.- Returns:
- The quality at the given index.
-