Package com.viam.common.v1
Interface Common.ResourceNameOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Common.ResourceName
,Common.ResourceName.Builder
- Enclosing class:
- Common
public static interface Common.ResourceNameOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring local_name = 6 [json_name = "localName"];
com.google.protobuf.ByteString
string local_name = 6 [json_name = "localName"];
getName()
string name = 4 [json_name = "name"];
com.google.protobuf.ByteString
string name = 4 [json_name = "name"];
string namespace = 1 [json_name = "namespace"];
com.google.protobuf.ByteString
string namespace = 1 [json_name = "namespace"];
getRemotePath
(int index) repeated string remote_path = 5 [json_name = "remotePath"];
com.google.protobuf.ByteString
getRemotePathBytes
(int index) repeated string remote_path = 5 [json_name = "remotePath"];
int
repeated string remote_path = 5 [json_name = "remotePath"];
repeated string remote_path = 5 [json_name = "remotePath"];
string subtype = 3 [json_name = "subtype"];
com.google.protobuf.ByteString
string subtype = 3 [json_name = "subtype"];
getType()
string type = 2 [json_name = "type"];
com.google.protobuf.ByteString
string type = 2 [json_name = "type"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getNamespace
String getNamespace()string namespace = 1 [json_name = "namespace"];
- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 1 [json_name = "namespace"];
- Returns:
- The bytes for namespace.
-
getType
String getType()string type = 2 [json_name = "type"];
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 2 [json_name = "type"];
- Returns:
- The bytes for type.
-
getSubtype
String getSubtype()string subtype = 3 [json_name = "subtype"];
- Returns:
- The subtype.
-
getSubtypeBytes
com.google.protobuf.ByteString getSubtypeBytes()string subtype = 3 [json_name = "subtype"];
- Returns:
- The bytes for subtype.
-
getName
String getName()string name = 4 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 4 [json_name = "name"];
- Returns:
- The bytes for name.
-
getRemotePathList
repeated string remote_path = 5 [json_name = "remotePath"];
- Returns:
- A list containing the remotePath.
-
getRemotePathCount
int getRemotePathCount()repeated string remote_path = 5 [json_name = "remotePath"];
- Returns:
- The count of remotePath.
-
getRemotePath
repeated string remote_path = 5 [json_name = "remotePath"];
- Parameters:
index
- The index of the element to return.- Returns:
- The remotePath at the given index.
-
getRemotePathBytes
com.google.protobuf.ByteString getRemotePathBytes(int index) repeated string remote_path = 5 [json_name = "remotePath"];
- Parameters:
index
- The index of the element to return.- Returns:
- The remotePath at the given index.
-
getLocalName
String getLocalName()string local_name = 6 [json_name = "localName"];
- Returns:
- The localName.
-
getLocalNameBytes
com.google.protobuf.ByteString getLocalNameBytes()string local_name = 6 [json_name = "localName"];
- Returns:
- The bytes for localName.
-