Package viam.app.v1
Interface AppOuterClass.SetFragmentTagRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.SetFragmentTagRequest
,AppOuterClass.SetFragmentTagRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.SetFragmentTagRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring fragment_id = 1 [json_name = "fragmentId"];
com.google.protobuf.ByteString
string fragment_id = 1 [json_name = "fragmentId"];
string revision = 3 [json_name = "revision"];
com.google.protobuf.ByteString
string revision = 3 [json_name = "revision"];
getTag()
string tag = 2 [json_name = "tag"];
com.google.protobuf.ByteString
string tag = 2 [json_name = "tag"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getFragmentId
String getFragmentId()string fragment_id = 1 [json_name = "fragmentId"];
- Returns:
- The fragmentId.
-
getFragmentIdBytes
com.google.protobuf.ByteString getFragmentIdBytes()string fragment_id = 1 [json_name = "fragmentId"];
- Returns:
- The bytes for fragmentId.
-
getTag
String getTag()string tag = 2 [json_name = "tag"];
- Returns:
- The tag.
-
getTagBytes
com.google.protobuf.ByteString getTagBytes()string tag = 2 [json_name = "tag"];
- Returns:
- The bytes for tag.
-
getRevision
String getRevision()string revision = 3 [json_name = "revision"];
- Returns:
- The revision.
-
getRevisionBytes
com.google.protobuf.ByteString getRevisionBytes()string revision = 3 [json_name = "revision"];
- Returns:
- The bytes for revision.
-