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 Type
    Method
    Description
    Deprecated.
    viam.module.v1.ReadyRequest.parent_address is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    viam.module.v1.ReadyRequest.parent_address is deprecated.
    string raw_parent_address = 3 [json_name = "rawParentAddress"];
    com.google.protobuf.ByteString
    string raw_parent_address = 3 [json_name = "rawParentAddress"];
    string webrtc_offer = 2 [json_name = "webrtcOffer"];
    com.google.protobuf.ByteString
    string webrtc_offer = 2 [json_name = "webrtcOffer"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getParentAddress

      @Deprecated String getParentAddress()
      Deprecated.
      viam.module.v1.ReadyRequest.parent_address is deprecated. See module/v1/module.proto;l=54
      string parent_address = 1 [json_name = "parentAddress", deprecated = true];
      Returns:
      The parentAddress.
    • getParentAddressBytes

      @Deprecated com.google.protobuf.ByteString getParentAddressBytes()
      Deprecated.
      viam.module.v1.ReadyRequest.parent_address is deprecated. See module/v1/module.proto;l=54
      string 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.