Package com.viam.component.audioinput.v1
Interface Audioinput.PropertiesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Audioinput.PropertiesRequest
,Audioinput.PropertiesRequest.Builder
- Enclosing class:
- Audioinput
public static interface Audioinput.PropertiesRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Name of an audio inputcom.google.protobuf.ByteString
Name of an audio inputMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()Name of an audio input
string name = 1 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of an audio input
string name = 1 [json_name = "name"];
- Returns:
- The bytes for name.
-