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