Package viam.module.v1
Interface Module.ReadyRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Module.ReadyRequest,Module.ReadyRequest.Builder
- Enclosing class:
Module
public static interface Module.ReadyRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.viam.module.v1.ReadyRequest.parent_address is deprecated.com.google.protobuf.ByteStringDeprecated.viam.module.v1.ReadyRequest.parent_address is deprecated.string raw_parent_address = 3 [json_name = "rawParentAddress"];com.google.protobuf.ByteStringstring raw_parent_address = 3 [json_name = "rawParentAddress"];string webrtc_offer = 2 [json_name = "webrtcOffer"];com.google.protobuf.ByteStringstring webrtc_offer = 2 [json_name = "webrtcOffer"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getParentAddress
Deprecated.viam.module.v1.ReadyRequest.parent_address is deprecated. See module/v1/module.proto;l=54string parent_address = 1 [json_name = "parentAddress", deprecated = true];- Returns:
- The parentAddress.
-
getParentAddressBytes
Deprecated.viam.module.v1.ReadyRequest.parent_address is deprecated. See module/v1/module.proto;l=54string parent_address = 1 [json_name = "parentAddress", deprecated = true];- Returns:
- The bytes for parentAddress.
-
getRawParentAddress
String getRawParentAddress()string raw_parent_address = 3 [json_name = "rawParentAddress"];- Returns:
- The rawParentAddress.
-
getRawParentAddressBytes
com.google.protobuf.ByteString getRawParentAddressBytes()string raw_parent_address = 3 [json_name = "rawParentAddress"];- Returns:
- The bytes for rawParentAddress.
-
getWebrtcOffer
String getWebrtcOffer()string webrtc_offer = 2 [json_name = "webrtcOffer"];- Returns:
- The webrtcOffer.
-
getWebrtcOfferBytes
com.google.protobuf.ByteString getWebrtcOfferBytes()string webrtc_offer = 2 [json_name = "webrtcOffer"];- Returns:
- The bytes for webrtcOffer.
-