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
    string parent_address = 1 [json_name = "parentAddress"];
    com.google.protobuf.ByteString
    string parent_address = 1 [json_name = "parentAddress"];
    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

      String getParentAddress()
      string parent_address = 1 [json_name = "parentAddress"];
      Returns:
      The parentAddress.
    • getParentAddressBytes

      com.google.protobuf.ByteString getParentAddressBytes()
      string parent_address = 1 [json_name = "parentAddress"];
      Returns:
      The bytes for parentAddress.
    • 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.