Package viam.app.data.v1
Interface Data.TabularDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.TabularData
,Data.TabularData.Builder
- Enclosing class:
- Data
@Deprecated
public static interface Data.TabularDataOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
getData()
Deprecated..google.protobuf.Struct data = 1 [json_name = "data"];
int
Deprecated.uint32 metadata_index = 2 [json_name = "metadataIndex"];
com.google.protobuf.Timestamp
Deprecated..google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];
com.google.protobuf.Timestamp
Deprecated..google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];
boolean
hasData()
Deprecated..google.protobuf.Struct data = 1 [json_name = "data"];
boolean
Deprecated..google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];
boolean
Deprecated..google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasData
boolean hasData()Deprecated..google.protobuf.Struct data = 1 [json_name = "data"];
- Returns:
- Whether the data field is set.
-
getData
com.google.protobuf.Struct getData()Deprecated..google.protobuf.Struct data = 1 [json_name = "data"];
- Returns:
- The data.
-
getMetadataIndex
int getMetadataIndex()Deprecated.uint32 metadata_index = 2 [json_name = "metadataIndex"];
- Returns:
- The metadataIndex.
-
hasTimeRequested
boolean hasTimeRequested()Deprecated..google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];
- Returns:
- Whether the timeRequested field is set.
-
getTimeRequested
com.google.protobuf.Timestamp getTimeRequested()Deprecated..google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];
- Returns:
- The timeRequested.
-
hasTimeReceived
boolean hasTimeReceived()Deprecated..google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];
- Returns:
- Whether the timeReceived field is set.
-
getTimeReceived
com.google.protobuf.Timestamp getTimeReceived()Deprecated..google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];
- Returns:
- The timeReceived.
-