Package viam.app.datasync.v1
Interface DataSync.DataCaptureMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DataSync.DataCaptureMetadata
,DataSync.DataCaptureMetadata.Builder
- Enclosing class:
- DataSync
public static interface DataSync.DataCaptureMetadataOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, .google.protobuf.Any> method_parameters = 6 [json_name = "methodParameters"];
string component_name = 2 [json_name = "componentName"];
com.google.protobuf.ByteString
string component_name = 2 [json_name = "componentName"];
string component_type = 1 [json_name = "componentType"];
com.google.protobuf.ByteString
string component_type = 1 [json_name = "componentType"];
string file_extension = 7 [json_name = "fileExtension"];
com.google.protobuf.ByteString
string file_extension = 7 [json_name = "fileExtension"];
string method_name = 4 [json_name = "methodName"];
com.google.protobuf.ByteString
string method_name = 4 [json_name = "methodName"];
Deprecated.int
map<string, .google.protobuf.Any> method_parameters = 6 [json_name = "methodParameters"];
map<string, .google.protobuf.Any> method_parameters = 6 [json_name = "methodParameters"];
com.google.protobuf.Any
getMethodParametersOrDefault
(String key, com.google.protobuf.Any defaultValue) map<string, .google.protobuf.Any> method_parameters = 6 [json_name = "methodParameters"];
com.google.protobuf.Any
map<string, .google.protobuf.Any> method_parameters = 6 [json_name = "methodParameters"];
getTags
(int index) repeated string tags = 8 [json_name = "tags"];
com.google.protobuf.ByteString
getTagsBytes
(int index) repeated string tags = 8 [json_name = "tags"];
int
repeated string tags = 8 [json_name = "tags"];
repeated string tags = 8 [json_name = "tags"];
getType()
.viam.app.datasync.v1.DataType type = 5 [json_name = "type"];
int
.viam.app.datasync.v1.DataType type = 5 [json_name = "type"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getComponentType
String getComponentType()string component_type = 1 [json_name = "componentType"];
- Returns:
- The componentType.
-
getComponentTypeBytes
com.google.protobuf.ByteString getComponentTypeBytes()string component_type = 1 [json_name = "componentType"];
- Returns:
- The bytes for componentType.
-
getComponentName
String getComponentName()string component_name = 2 [json_name = "componentName"];
- Returns:
- The componentName.
-
getComponentNameBytes
com.google.protobuf.ByteString getComponentNameBytes()string component_name = 2 [json_name = "componentName"];
- Returns:
- The bytes for componentName.
-
getMethodName
String getMethodName()string method_name = 4 [json_name = "methodName"];
- Returns:
- The methodName.
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()string method_name = 4 [json_name = "methodName"];
- Returns:
- The bytes for methodName.
-
getTypeValue
int getTypeValue().viam.app.datasync.v1.DataType type = 5 [json_name = "type"];
- Returns:
- The enum numeric value on the wire for type.
-
getType
DataSync.DataType getType().viam.app.datasync.v1.DataType type = 5 [json_name = "type"];
- Returns:
- The type.
-
getMethodParametersCount
int getMethodParametersCount()map<string, .google.protobuf.Any> method_parameters = 6 [json_name = "methodParameters"];
-
containsMethodParameters
map<string, .google.protobuf.Any> method_parameters = 6 [json_name = "methodParameters"];
-
getMethodParameters
Deprecated.UsegetMethodParametersMap()
instead. -
getMethodParametersMap
map<string, .google.protobuf.Any> method_parameters = 6 [json_name = "methodParameters"];
-
getMethodParametersOrDefault
com.google.protobuf.Any getMethodParametersOrDefault(String key, com.google.protobuf.Any defaultValue) map<string, .google.protobuf.Any> method_parameters = 6 [json_name = "methodParameters"];
-
getMethodParametersOrThrow
map<string, .google.protobuf.Any> method_parameters = 6 [json_name = "methodParameters"];
-
getFileExtension
String getFileExtension()string file_extension = 7 [json_name = "fileExtension"];
- Returns:
- The fileExtension.
-
getFileExtensionBytes
com.google.protobuf.ByteString getFileExtensionBytes()string file_extension = 7 [json_name = "fileExtension"];
- Returns:
- The bytes for fileExtension.
-
getTagsList
repeated string tags = 8 [json_name = "tags"];
- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()repeated string tags = 8 [json_name = "tags"];
- Returns:
- The count of tags.
-
getTags
repeated string tags = 8 [json_name = "tags"];
- Parameters:
index
- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index) repeated string tags = 8 [json_name = "tags"];
- Parameters:
index
- The index of the element to return.- Returns:
- The tags at the given index.
-